11 Jul 2014 sye   » (Journeyer)

bought FreeBSD colo from johncompanies this week. installed MySQL 5.5, Apache 2.4 with portsnap... persistent 'libpkg(3) is newer' error went away after reinstall pkg 1.0.11 to 1.3.6...

checking out packages from /usr/ports/chinese


====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===> Building package for dictd-1.12.1
Creating package /usr/ports/net/dictd/work/pkg/dictd-1.12.1.tbz
Registering depends: libmaa-1.3.2_1,1.
Creating bzip'd tar ball in '/usr/ports/net/dictd/work/pkg/dictd-1.12.1.tbz'
===> Installing for dictd-1.12.1
===> Checking if net/dictd already installed
pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/

==================================================================

This port installs the dict daemon but does not envoke dictd
by default.

To invoke dictd on startup, put the following in /etc/rc.conf:

dictd_enable="YES"

The dict client can be found within /usr/ports/textproc/dict

Don't forget to install /usr/ports/net/dictd-database
to run a dictd server without pain.

==================================================================

===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/sbin/dictd

This port has installed the following startup scripts which may cause
these network services to be started at boot time.
/usr/local/etc/rc.d/dictd

If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.

For more information, and contact details about the security
status of this software, see the following webpage:
http://www.dict.org/
===> Returning to build of zh-dictd-database-1.6_1
===> Generating temporary packing list
for f in cedict pydict moecomp netterm; do install -o root -g wheel -m 444 /usr/ports/chinese/dictd-database/work/dict-zh-1.6/${f}.dict.dz /usr/ports/chinese/dictd-database/work/stage/usr/local/lib/dict; install -o root -g wheel -m 444 /usr/ports/chinese/dictd-database/work/dict-zh-1.6/${f}.index /usr/ports/chinese/dictd-database/work/stage/usr/local/lib/dict; done
====> Compressing man pages (compress-man)
===> Building package for zh-dictd-database-1.6_1
Creating package /usr/ports/chinese/dictd-database/work/pkg/zh-dictd-database-1.6_1.tbz
Registering depends: dictd-1.12.1 libmaa-1.3.2_1,1.
Creating bzip'd tar ball in '/usr/ports/chinese/dictd-database/work/pkg/zh-dictd-database-1.6_1.tbz'
===> Installing for zh-dictd-database-1.6_1
===> zh-dictd-database-1.6_1 depends on file: /usr/local/sbin/dictd - found
===> Checking if chinese/dictd-database already installed
pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/

*****************************************************************************

You need to add following to /etc/rc.conf:

dictd_flags="--locale zh_TW.UTF-8"

And, you also need adding the following to /usr/local/etc/dictd.conf:

database moecomp { data "/usr/local/lib/dict/moecomp.dict.dz"
index "/usr/local/lib/dict/moecomp.index" }
database netterm { data "/usr/local/lib/dict/netterm.dict.dz"
index "/usr/local/lib/dict/netterm.index" }
database pydict { data "/usr/local/lib/dict/pydict.dict.dz"
index "/usr/local/lib/dict/pydict.index" }
database cedict { data "/usr/local/lib/dict/cedict.dict.dz"
index "/usr/local/lib/dict/cedict.index" }

*****************************************************************************


MLP of Aug 8, 2014
http://www.elance-odesk.com/team

MLPs of the day:

http://www.amren.com/features/2013/11/we-are-at-the-end-of-something/#

http://www.uta.edu/huma/agger/fastcapitalism/5_1/Jacoby.html

http://www.uta.edu/huma/agger/fastcapitalism/1_2/luke.htm

http://www.hup.harvard.edu/catalog.php?isbn=9780674024458

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!