1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Ordinary round of spelling, formatting, and consistency fixes.

This commit is contained in:
Alexey Dokuchaev 2010-05-12 20:08:49 +00:00
parent 64b2d91238
commit 1d74ca6aa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254219

157
UPDATING
View File

@ -12,93 +12,92 @@ you update your ports collection, before attempting any port upgrades.
KDE SC ports have been updated from 4.3.5 to 4.4.3. A number of libraries KDE SC ports have been updated from 4.3.5 to 4.4.3. A number of libraries
was moved between packages. The recommended update procedure is to delete was moved between packages. The recommended update procedure is to delete
kdelibs-experimental*, kdebase-4*, kdebase-workspace-4*, kdelibs-experimental*, kdebase-4*, kdebase-workspace-4*,
kdebase-runtime-4*, kdepim-4*, kdepim-runtime-4*, kdebase-runtime-4*, kdepim-4*, kdepim-runtime-4*, and then update ports as
and then update ports as usual and install desirable KDE4 ports: usual and install desired KDE4 ports:
# pkg_delete -f kdebase-\*4\* kdepim-\*4\* kdelibs-experimental-\*4\* # pkg_delete -f kdebase-\*4\* kdepim-\*4\* kdelibs-experimental-\*4\*
# portmaster -a (or portupgrade -aR) # portmaster -a (or portupgrade -aR)
In order to enabled Nepomuk semantic desktop search you have to install In order to enabled Nepomuk semantic desktop search you have to install
databases/virtuoso (you don't need manually configure databases/virtuoso (you don't need manually configure or run virtuoso
or run virtuoso server). server).
20100511: 20100511:
AFFECTS: users of textproc/redland RDF engine AFFECTS: users of textproc/redland RDF engine
AUTHOR: kde@FreeBSD.org AUTHOR: kde@FreeBSD.org
Redland RDF engine has been split into redland itself and rasqal engine. Redland RDF engine has been split into redland itself and rasqal engine.
The recommended update procedure is to delete redland, The recommended update procedure is to delete redland, then update ports
then update ports as usual and install desirable rdf ports: as usual and install desired RDF ports:
# pkg_delete -f redland-\* # pkg_delete -f redland-\*
# portmaster raptor (or portupgrade -r raptor) # portmaster raptor (or portupgrade -r raptor)
20100511: 20100511:
AFFECTS: users of multimedia/qt4-phonon, multimedia/qt4-phonon-gst, AFFECTS: users of multimedia/qt4-phonon, multimedia/qt4-phonon-gst,
multimedia/phonon and multimedia/phonon-gstreamer multimedia/phonon, and multimedia/phonon-gstreamer
AUTHOR: kde@FreeBSD.org AUTHOR: kde@FreeBSD.org
WITH_QT_PHONON global knob has been introduced to allow choice WITH_QT_PHONON global knob has been introduced to allow selection between
between multimedia/qt4-phonon* ports (a bit outdated Phonon, which multimedia/qt4-phonon* ports (a bit outdated Phonon, which is shipped with
is shipped with Qt4) and multimedia/phonon* ports. Since KDE SC 4.4 Qt4) and multimedia/phonon* ports. Since KDE SC 4.4 requires fresh Phonon,
requires fresh Phonon, multimedia/phonon* are installed by default. multimedia/phonon* ports are installed by default.
If you don't use KDE, you may set WITH_QT_PHONON=yes in /etc/make.conf
and continue to use Qt4 Phonon ports.
If you want to use KDE SC 4.4 (or if you want the latest Phonon), If you don't use KDE, you may set WITH_QT_PHONON=yes in /etc/make.conf
do not define WITH_QT_PHONON, delete multimedia/qt4-phonon* ports and continue to use Qt4 Phonon implementation ports.
and install multimedia/phonon*:
If you want to use KDE SC 4.4 (or if you want the latest Phonon), do not
define WITH_QT_PHONON, delete multimedia/qt4-phonon* ports, and install
multimedia/phonon*:
If you use portmaster: If you use portmaster:
portmaster -o multimedia/phonon multimedia/qt4-phonon portmaster -o multimedia/phonon multimedia/qt4-phonon
portmaster -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst portmaster -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst
If you use portupgrade: If you use portupgrade:
portupgrade -f -o multimedia/phonon multimedia/qt4-phonon portupgrade -f -o multimedia/phonon multimedia/qt4-phonon
portupgrade -f -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst portupgrade -f -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst
201005010: 201005010:
AFFECTS: users of security/gnome-keyring AFFECTS: users of security/gnome-keyring
AUTHOR: kwm@FreeBSD.org AUTHOR: kwm@FreeBSD.org
libgnome-keyring was split out of the gnome-keyring package. libgnome-keyring was split out of the gnome-keyring package. Perform the
Do the following before doing your normal upgrade steps. following before doing your normal upgrade steps:
pkg_delete -f "gnome-keyring-*" pkg_delete -f "gnome-keyring-*"
portmaster security/gnome-keyring
portmaster security/gnome-keyring or
pkgdb -Ff
or portupgrade -R -x gnome-keyring -x libgnome-keyring gnome-keyring
pkg_deinstall -fO gnome-keyring
pkgdb -Ff portinstall security/gnome-keyring
portupgrade -R -x gnome-keyring -x libgnome-keyring gnome-keyring
pkg_deinstall -fO gnome-keyring
portinstall security/gnome-keyring
20100506: 20100506:
AFFECTS: users of mail/nullmailer on FreeBSD 6.x AFFECTS: users of mail/nullmailer on FreeBSD 6.X
AUTHOR: glarkin@FreeBSD.org AUTHOR: glarkin@FreeBSD.org
The nullmailer port was recently updated with an rc.d script to The nullmailer port was recently updated with an rc.d script to correctly
correctly daemonize nullmailer-send with daemon(8). On FreeBSD 6.x, daemonize nullmailer-send with daemon(8). On FreeBSD 6.X, daemon(8) does
daemon(8) does not suppport the "[-u user]" command-line switch, not support "[-u user]" command-line switch, causing the nullmailer rc.d
causing the nullmailer rc.d script to fail to start nullmailer-send. script failure to start nullmailer-send.
Support for the "[-u user]" command-line switch was recently MFC'd Support for "[-u user]" command-line switch was recently MFC'd to 6-STABLE
to 6-STABLE (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/146266). (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/146266). FreeBSD 6.X users
FreeBSD 6.x users should patch and install daemon(8) with one of the should patch and install daemon(8) by one of the methods described below.
following methods:
If /usr/src is not yet populated, csup the 6-STABLE sources and run these
commands:
# If /usr/src is not yet populated, csup the 6-STABLE sources
# and run these commands:
cd /usr/src/usr.sbin/daemon cd /usr/src/usr.sbin/daemon
make install make install
/usr/local/etc/rc.d/nullmailer start /usr/local/etc/rc.d/nullmailer start
# If /usr/src is already populated with sources from a previous 6.x If /usr/src is already populated with sources from a previous 6.X release,
# release, use these commands: use these commands:
cd /usr/src/usr.sbin/daemon cd /usr/src/usr.sbin/daemon
fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.c' fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.c'
fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.8' fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.8'
@ -114,23 +113,19 @@ you update your ports collection, before attempting any port upgrades.
Starting with squid* the directory containing the default cache and log Starting with squid* the directory containing the default cache and log
directory was changed from $PREFIX/squid/ to /var/squid/. directory was changed from $PREFIX/squid/ to /var/squid/.
The default value for the following Squid configuration parameters The default values for the following Squid configuration parameters have
have changed as follows: changed as shown below:
cache_log from $PREFIX/squid/logs/cache.log to /var/squid/logs/cache.log cache_log from $PREFIX/squid/logs/cache.log to /var/squid/logs/cache.log
cache_store_log from $PREFIX/squid/logs/store.log to /var/squid/logs/store.log cache_store_log from $PREFIX/squid/logs/store.log to /var/squid/logs/store.log
pid_filename from $PREFIX/squid/logs/squid.pid to /var/squid/logs/squid.pid pid_filename from $PREFIX/squid/logs/squid.pid to /var/squid/logs/squid.pid
coredump_dir from $PREFIX/squid/cache to /var/squid/cache coredump_dir from $PREFIX/squid/cache to /var/squid/cache
Please check whether you need to define any of these variables in Please check whether you need to define any of these variables in your
your squid.conf to the old defaults explicitly before updating, squid.conf to the old defaults explicitly before updating, especially if
especially if you have set up automated log processing or automated you have set up automated log processing or automated log rotation. If you
log rotation. If you define pid_filename in your squid.conf you define pid_filename in your squid.conf, you should also set squid_pidfile
should also set squid_pidfile to the same value in /etc/rc.conf, to the same value in /etc/rc.conf, cf. $PREFIX/etc/rc.d/squid.
cf. $PREFIX/etc/rc.d/squid.
20100419: 20100419:
AFFECTS: users of math/libgmp4 AFFECTS: users of math/libgmp4
@ -143,7 +138,7 @@ you update your ports collection, before attempting any port upgrades.
Portmaster users, do the following before upgrading ports that depend on gmp: Portmaster users, do the following before upgrading ports that depend on gmp:
portmaster -o math/gmp math/libgmp4 portmaster -o math/gmp math/libgmp4
20100409: 20100409:
AFFECTS: users of lang/php5 AFFECTS: users of lang/php5
@ -174,7 +169,6 @@ you update your ports collection, before attempting any port upgrades.
If you wish to continue to use the kernel library you'll need to install If you wish to continue to use the kernel library you'll need to install
net/dgd-kernel after updating to dgd-1.4.1_2. net/dgd-kernel after updating to dgd-1.4.1_2.
20100330: 20100330:
AFFECTS: users of gstreamer-plugins-bad and gstreamer-plugins-good AFFECTS: users of gstreamer-plugins-bad and gstreamer-plugins-good
AUTHOR: kwm@FreeBSD.org AUTHOR: kwm@FreeBSD.org
@ -184,12 +178,11 @@ you update your ports collection, before attempting any port upgrades.
If you use portmaster: If you use portmaster:
portmaster gstreamer-plugins-bad portmaster gstreamer-plugins-bad
If you use portupgrade: If you use portupgrade:
portupgrade -R multimedia/gstreamer-plugins-bad portupgrade -R multimedia/gstreamer-plugins-bad
20100328: 20100328:
AFFECTS: users of graphics/png AFFECTS: users of graphics/png
@ -198,20 +191,20 @@ you update your ports collection, before attempting any port upgrades.
The png library has been updated to version 1.4.1. Please rebuild all The png library has been updated to version 1.4.1. Please rebuild all
ports that depend on it. ports that depend on it.
If you use portmaster: If you use portmaster: make sure you update to portmaster version 2.20 or
newer, then do:
Make sure you update to portmaster version 2.20 or newer, then: portmaster -r png-
portmaster -r png-
If you use portupgrade: If you use portupgrade:
portupgrade -fr graphics/png portupgrade -fr graphics/png
20100221: 20100221:
AFFECTS: users of rblibtorrent-devel AFFECTS: users of rblibtorrent-devel
AUTHOR: dougb@FreeBSD.org AUTHOR: dougb@FreeBSD.org
The port name has changed to libtorrent-rasterbar-14 The port name has changed to libtorrent-rasterbar-14.
If you use portmaster: If you use portmaster:
@ -753,7 +746,7 @@ you update your ports collection, before attempting any port upgrades.
favor of their qt4 equivalents. You can still use multimedia/phonon-xine favor of their qt4 equivalents. You can still use multimedia/phonon-xine
however. A number of files have been moved between packages. The however. A number of files have been moved between packages. The
recommended update procedure is to delete phonon, phonon-gstreamer, recommended update procedure is to delete phonon, phonon-gstreamer,
kdebase-*4*, kdepim-4*, then update ports as usual and install desirable kdebase-*4*, kdepim-4*, then update ports as usual and install desired
KDE4 ports: KDE4 ports:
# pkg_delete -f phonon-4\* phonon-gstreamer\* kdebase-\*4\* kdepim-4\* # pkg_delete -f phonon-4\* phonon-gstreamer\* kdebase-\*4\* kdepim-4\*
@ -5531,9 +5524,11 @@ you update your ports collection, before attempting any port upgrades.
as well. The amavisd-new port automatically recognizes arj, but not unzoo, so as well. The amavisd-new port automatically recognizes arj, but not unzoo, so
${PREFIX}/etc/amavisd.conf should be modified. This line should be changed: ${PREFIX}/etc/amavisd.conf should be modified. This line should be changed:
['zoo', \&do_zoo, 'zoo'], ['zoo', \&do_zoo, 'zoo'],
To this one: To this one:
['zoo', \&do_zoo, ['zoo','unzoo'] ],
['zoo', \&do_zoo, ['zoo','unzoo'] ],
20060526: 20060526:
AFFECTS: users of net/openldap23-server AFFECTS: users of net/openldap23-server
@ -6145,19 +6140,15 @@ you update your ports collection, before attempting any port upgrades.
ports. ports.
AUTHOR: garga@FreeBSD.org AUTHOR: garga@FreeBSD.org
If you use qmail installed on a PREFIX different of /var/qmail, If you use qmail installed on a PREFIX different from /var/qmail,
please, set a var on /etc/make.conf named QMAIL_PREFIX with this please set variable in /etc/make.conf named QMAIL_PREFIX to this
value. It'll be used for many ports that depends of qmail. value. It'll be used for many ports that depends of qmail.
To prevent stale dependencies, when you use one of qmail slave ports, To prevent stale dependencies, when you use one of qmail slave ports,
now you just need to set a var named QMAIL_SLAVEPORT on /etc/make.conf now you just need to set variable named QMAIL_SLAVEPORT in /etc/make.conf
assigning to it the name of slave port you are using. with the name of slave port you are using assigned to it.
The valid options for now are: The valid options for now are: ldap, mysql, spamcontrol, tls.
* ldap
* mysql
* spamcontrol
* tls
20060114: 20060114:
AFFECTS: users of www/apache13-ssl with suexec enabled. AFFECTS: users of www/apache13-ssl with suexec enabled.