2004-03-01 23:34:22 +01:00
|
|
|
This file documents some of the problems you may encounter when
|
2006-09-19 17:13:45 +02:00
|
|
|
upgrading your ports. We try our best to minimize these disruptions,
|
2004-03-01 23:34:22 +01:00
|
|
|
but sometimes they are unavoidable.
|
|
|
|
|
|
|
|
You should get into the habit of checking this file for changes each
|
|
|
|
time you update your ports collection, before attempting any port
|
|
|
|
upgrades.
|
2008-04-27 07:01:38 +02:00
|
|
|
|
2009-03-09 20:14:23 +01:00
|
|
|
20090309:
|
|
|
|
AFFECTS: users of devel/libusb on CURRENT
|
|
|
|
AUTHOR: stas@FreeBSD.org
|
|
|
|
|
|
|
|
FreeBSD libusb20 was renamed to libusb in r189585 and thus,
|
|
|
|
being fully compatible with libusb20, replaces devel/libusb
|
|
|
|
on HEAD. devel/libusb should not be used on these systems. Users
|
|
|
|
of libusb-dependent ports are advised to remove libusb package
|
|
|
|
from their systems, and rebuild all libusb dependencies. One
|
|
|
|
of possible ways to achive this is listed below:
|
|
|
|
# set tempfile=`mktemp /tmp/usbports.XX`
|
|
|
|
# pkg_info -qR /var/db/pkg/libusb-* > ${tempfile}
|
|
|
|
# pkg_delete -f /var/db/pkg/libusb-*
|
|
|
|
# cat ${tempfile} | xargs portupgrade -f
|
|
|
|
# rm -f ${tempfile}
|
|
|
|
|
2009-03-09 01:55:48 +01:00
|
|
|
20090309:
|
|
|
|
AFFECTS: users of multimedia/phonon
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
multimedia/phonon port has been split into phonon itself, phonon-xine
|
|
|
|
and phono-gstreamer backends. After updating phonon port you have
|
|
|
|
to install at least one backend. phonon-xine backend is recommended
|
|
|
|
for KDE.
|
|
|
|
|
2009-03-08 18:17:00 +01:00
|
|
|
20090308:
|
|
|
|
AFFECTS: users of emulators/qemu
|
|
|
|
AUTHOR: nox@FreeBSD.org
|
|
|
|
|
|
|
|
The port has been updated to 0.10.0, which now uses the newer
|
|
|
|
(incompatible) kqemu-kmod-devel port that now also works for the
|
|
|
|
32 bit "qemu" executable on amd64. If you upgrade emulators/qemu
|
|
|
|
with the KQEMU knob on, you have to
|
|
|
|
|
|
|
|
# pkg_delete kqemu-kmod-1\*
|
|
|
|
|
|
|
|
the old kqemu version first if it is installed.
|
|
|
|
|
2009-03-05 06:45:02 +01:00
|
|
|
20090304:
|
2009-03-04 22:07:39 +01:00
|
|
|
AFFECTS: users of comms/py-gammu
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
|
|
|
The port comms/py-gammu was incorporated into comms/gammu since
|
|
|
|
1.23.0. Delete comms/py-gammu first and then deinstall/reinstall
|
|
|
|
comms/gammu with option WITH_PYTHON_GAMMU=YES.
|
|
|
|
|
2009-03-05 06:45:02 +01:00
|
|
|
20090304:
|
2009-03-04 20:07:20 +01:00
|
|
|
AFFECTS: users of x11-wm/xfce4
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
|
|
|
When upgrading from xfce 4.4 to 4.6 make sure you uninstall the following
|
|
|
|
ports:
|
|
|
|
x11/libxfce4mcs
|
|
|
|
sysutils/xfce4-mcs-manager
|
|
|
|
sysutils/xfce4-mcs-plugins
|
|
|
|
x11-themes/xfce4-icon-theme
|
|
|
|
You may uninstall them before you start the upgrade procedure (preferred)
|
|
|
|
or even afterwards when the upgrade went fine.
|
|
|
|
|
|
|
|
Please also note, that xfce 4.6 does not come with an icon theme any more.
|
|
|
|
Xfce 4.6 now depends on the Tango theme which is now installed by default.
|
|
|
|
The default installation of xfce is also adjusted to use this icon theme
|
|
|
|
instead of the xfce 4.4 standard Rodent theme. If you are upgrading from
|
|
|
|
xfce 4.4 to 4.6 you probably still have the Rodent theme selected. This
|
|
|
|
will lead to several "missing" icons when starting up xfce.
|
|
|
|
Make sure to switch as well to the Tango theme. To do this just open the
|
|
|
|
Settings Manager and select Appearance. Inside the Appearance dialog
|
|
|
|
switch to the Icons tab and select the "Tango" entry in the list on the
|
|
|
|
left side of the Icons tab.
|
|
|
|
|
|
|
|
For enabling the Reboot/Shutdown functionality of xfce's logout dialog
|
|
|
|
please read the note which gets printed out after the installation of
|
|
|
|
x11-wm/xfce4 about how to configure PolicyKit.
|
|
|
|
|
2009-02-23 15:46:37 +01:00
|
|
|
20090223:
|
|
|
|
AFFECTS: users of Tcl/Tk
|
|
|
|
AUTHOR: mm@FreeBSD.org
|
|
|
|
|
|
|
|
The default version of Tcl/Tk has been changed from 8.4 to 8.5.
|
|
|
|
|
|
|
|
To restore old behavior and prefer using Tcl 8.4 with supported ports set
|
|
|
|
WITH_TCL_VER=84 in /etc/make.conf. This has no effect on ports that have
|
|
|
|
USE_TCL=yes or USE_TK=yes. They stick to the new default version and have
|
|
|
|
to be updated by their maintainers to support other versions than default.
|
|
|
|
|
2009-02-18 19:06:37 +01:00
|
|
|
20090218:
|
|
|
|
AFFECTS: users of www/zend-framework
|
|
|
|
AUTHOR: glarkin@FreeBSD.org
|
|
|
|
|
|
|
|
A local file inclusion (LFI) vulnerability was fixed in Zend
|
|
|
|
Framework 1.7.5. The LFI was present in the Zend_View::render()
|
|
|
|
method, and allowed inclusion of scripts with relative path
|
|
|
|
names, e.g. "../../../my/script/dir/myscript.php".
|
|
|
|
|
|
|
|
If the script path name is hard-coded into the application and is not
|
|
|
|
generated by user input, the vulnerability does not apply. Because
|
|
|
|
of this exception, the Zend Framework team has added a flag to
|
|
|
|
disable the LFI protection in the render() method.
|
|
|
|
|
|
|
|
Full details of the vulnerability, whether it applies to your
|
|
|
|
application and how to disable the LFI protection in the render()
|
|
|
|
method can be found here:
|
|
|
|
|
|
|
|
http://framework.zend.com/manual/en/zend.view.migration.html
|
|
|
|
|
2009-02-17 03:54:37 +01:00
|
|
|
20090216:
|
|
|
|
AFFECTS: users of net/openldap24-{client,server}
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
OpenLDAP has been upgraded to 2.4.14, which requires a shared
|
|
|
|
library version bump. Therefore, you need to reinstall all
|
|
|
|
ports depending on it. Run something like:
|
|
|
|
|
|
|
|
# portupgrade -fr net/openldap24-client
|
|
|
|
|
2009-02-09 00:03:01 +01:00
|
|
|
20090209:
|
2009-02-09 00:00:24 +01:00
|
|
|
AFFECTS: users of multimedia/phonon, x11/kdelibs4, x11/kdebase4*,
|
|
|
|
deskutils/kdepimlib4, deskutils/kdepim4, devel/automoc4
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
KDE4 has been updated from 4.1.4 to 4.2.0. A number of applications
|
2009-02-09 00:03:01 +01:00
|
|
|
have been moved between packages. The easiest way to avoid various
|
2009-02-09 00:00:24 +01:00
|
|
|
problems during update is to delete all KDE-4.1.4 ports and install
|
|
|
|
KDE-4.2.0.
|
|
|
|
|
|
|
|
# pkg_delete -f kde\*4.1.4\* automoc4-\*
|
|
|
|
# portmaster -a (or portupgrade -a)
|
|
|
|
# cd ${PORTSDIR}/x11/kde4 && make config && make install clean
|
|
|
|
|
2009-02-08 04:14:14 +01:00
|
|
|
20090207:
|
|
|
|
AFFECTS: users of devel/libslang and devel/libslang2
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
|
|
|
devel/libslang has been removed in favor of devel/libslang2
|
2009-02-09 00:03:01 +01:00
|
|
|
after not being released in the last 5yrs. WITH_SLANG2 is
|
2009-02-09 08:26:43 +01:00
|
|
|
no longer a valid ports KNOB. All ports depending on devel/libslang
|
2009-02-08 04:14:14 +01:00
|
|
|
should be recompiled.
|
|
|
|
|
2009-02-09 13:01:59 +01:00
|
|
|
# portupgrade -o devel/libslang2 devel/libslang
|
2009-02-08 04:14:14 +01:00
|
|
|
|
2009-01-30 11:24:07 +01:00
|
|
|
20090130:
|
|
|
|
AFFECTS: users of www/httptunnel
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
The startup script has been converted to new rc.d style and split
|
|
|
|
into two scripts: htc (client) and hts (server). Please check the scripts
|
|
|
|
for how to set variables in /etc/rc.conf.
|
|
|
|
|
2009-01-28 00:23:05 +01:00
|
|
|
20090127:
|
|
|
|
AFFECTS: gstreamer-plugins
|
|
|
|
AUTHOR: kwm@FreeBSD.org
|
|
|
|
|
|
|
|
The gstapp library moved from the gstreamer-plugins-bad package
|
2009-02-09 08:26:43 +01:00
|
|
|
to gstreamer-plugins. It will be necessary to rebuild the
|
2009-01-28 00:23:05 +01:00
|
|
|
gstreamer-plugins port. After updating your installed ports do:
|
|
|
|
|
|
|
|
portupgrade users:
|
|
|
|
# portupgrade -f gstreamer-plugins
|
|
|
|
|
2009-01-27 20:31:34 +01:00
|
|
|
20090127:
|
|
|
|
AFFECTS: users of www/xpi-deepestsender
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
|
|
|
www/xpi-deepestsender has been updated to v0.9.0. This
|
|
|
|
version is _only_ for Firefox v3.x
|
|
|
|
|
2009-01-24 08:34:28 +01:00
|
|
|
20090124:
|
|
|
|
AFFECTS: users of x11-servers/xorg-server, sysutils/hal
|
|
|
|
AUTHOR: rnoland@FreeBSD.org
|
|
|
|
|
|
|
|
sysutils/hal has been updated and should now properly detect
|
|
|
|
mice for use in Xorg. Use of AllowEmptyInput should no longer
|
|
|
|
be needed for most users and moused should now work fine.
|
|
|
|
|
2009-01-23 23:53:50 +01:00
|
|
|
20090123:
|
|
|
|
AFFECTS: users of x11-servers/xorg-server
|
|
|
|
AUTHOR: rnoland@FreeBSD.org
|
|
|
|
|
2009-01-27 14:42:21 +01:00
|
|
|
If you are using an older xorg.conf several config lines are
|
2009-01-23 23:53:50 +01:00
|
|
|
no longer needed and will generate warnings when X is started.
|
|
|
|
RgbPath will cause X to fail to start, remove it from your config.
|
|
|
|
|
2009-01-24 01:36:40 +01:00
|
|
|
Server 1.5.3 also really wants to configure its input devices
|
2009-01-23 23:53:50 +01:00
|
|
|
via hald. This is causing some issues with moused and
|
|
|
|
/dev/sysmouse. There are a couple of options for how to deal
|
|
|
|
with it.
|
|
|
|
|
|
|
|
1. Add Option "AllowEmptyInput" "off" to your ServerLayout section.
|
|
|
|
This will cause X to use the configured kbd, mouse, and vmmouse
|
|
|
|
sections from your xorg.conf
|
|
|
|
|
|
|
|
2. Don't use moused. If you want it to work with addon usb mice
|
|
|
|
set this in rc.conf:
|
|
|
|
|
|
|
|
moused_enable="NO"
|
|
|
|
moused_nondefault_enable="NO"
|
|
|
|
|
|
|
|
I'm working on fixing hald or the mouse driver or both.
|
|
|
|
|
2009-01-23 21:40:42 +01:00
|
|
|
20090123:
|
|
|
|
AFFECTS: users of x11/libxcb
|
|
|
|
AUTHOR: flz@FreeBSD.org
|
|
|
|
|
|
|
|
Libxcb shared library version was bumped from 1 to 2. You need to
|
|
|
|
rebuild any consumer of libxcb.so.1 or some applications will be
|
|
|
|
linked against two versions of libxcb once libX11 is upgraded.
|
|
|
|
|
|
|
|
For portupgrade users:
|
|
|
|
|
|
|
|
# portupgrade -rf libxcb
|
|
|
|
|
2009-01-21 17:17:47 +01:00
|
|
|
20090121:
|
|
|
|
AFFECTS: users of devel/linux-glib2, emulation/linux_base-f4
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
|
|
|
Glib2 now is incorporated to emulation/linux_base-fc4 (it has always
|
|
|
|
been a part of more recent linux base ports). All users should deinstall
|
|
|
|
devel/linux-glib2 and then deinstall/reinstall emulation/linux_base-f4.
|
|
|
|
|
2009-01-19 20:49:50 +01:00
|
|
|
20090119:
|
|
|
|
AFFECTS: users of mail/claws-mail, mail/claws-mail-smime
|
|
|
|
AUTHOR: netchild@FreeBSD.org
|
|
|
|
|
|
|
|
The claws-mail port includes the S/MIME plugin itself now, it is not
|
|
|
|
distributed as a separate plugin anymore. It can be enabled with the
|
|
|
|
GPGME option in the port (disabled by default). If you use the S/MIME
|
|
|
|
plugin, you should remove the mail/claws-mail-smime port before
|
|
|
|
enabling GPGME and updating the mail/claws-mail port. People which
|
|
|
|
already updated mail/claws-mail with GPGME enabled and a non-working
|
|
|
|
S/MIME plugin need to deinstall mail/claws-mail-smime and reinstall
|
|
|
|
mail/claws-mail.
|
|
|
|
|
2009-01-19 05:18:09 +01:00
|
|
|
20090118:
|
|
|
|
AFFECTS: users of net-p2p/deluge
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The Deluge has been updated from 0.5.x to 1.x. The 1.x has been rewritten,
|
|
|
|
so it is recommend for you to make the back up of your ~/.config/deluge. The
|
|
|
|
configuration and plugins of 0.5.x do not work in 1.x. Deluge will picking
|
|
|
|
up the old configuration and try to convert it to the newer format, but I
|
|
|
|
wouldn't trust it to do it without the back up.
|
|
|
|
|
|
|
|
If you prefer to stick with 0.5.x, you can use portmaster:
|
|
|
|
|
|
|
|
# portmaster -o net-p2p/deluge05 net-p2p/deluge
|
|
|
|
|
|
|
|
or if you use portupgrade:
|
|
|
|
|
|
|
|
# portupgrade -o net-p2p/deluge05 net-p2p/deluge
|
|
|
|
|
2009-01-18 21:26:03 +01:00
|
|
|
20090118:
|
|
|
|
AFFECTS: users of www/ikiwiki
|
|
|
|
AUTHOR: brix@FreeBSD.org
|
|
|
|
|
|
|
|
Ikiwiki has been upgraded from 2.x to 3.x. Instructions for
|
|
|
|
migrating existing ikiwiki configurations to 3.x format can be found
|
|
|
|
at: http://ikiwiki.info/tips/upgrade_to_3.0/
|
|
|
|
|
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity
delete pre-extract target
bump PORTREVISION
NOTE: port still breaks hier(7), need to fix
o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion*
devel/apr-svn -> devel/apr
(subversion will pull in devel/apr)
Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for
[devel/apr-0,] devel/apr-1, devel/apr-2
Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078
Fixes PRs: ports/126053 [1]
Requeted by: many on ports@, many on #bsdports [1]
Exp Run by : pav
2009-01-18 20:43:53 +01:00
|
|
|
20090118:
|
|
|
|
AFFECTS: users of devel/apr-svn devel/apr
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
|
|
|
devel/apr-svn has been removed and devel/apr now handles its role.
|
2009-01-27 21:24:32 +01:00
|
|
|
devel/apr now defaults to building with berkeley database support (bdb)
|
|
|
|
APR_UTIL_* tunables have been renamed to comply with ports/KNOBS names.
|
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity
delete pre-extract target
bump PORTREVISION
NOTE: port still breaks hier(7), need to fix
o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion*
devel/apr-svn -> devel/apr
(subversion will pull in devel/apr)
Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for
[devel/apr-0,] devel/apr-1, devel/apr-2
Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078
Fixes PRs: ports/126053 [1]
Requeted by: many on ports@, many on #bsdports [1]
Exp Run by : pav
2009-01-18 20:43:53 +01:00
|
|
|
|
2009-01-16 20:53:25 +01:00
|
|
|
20090114:
|
|
|
|
AFFECTS: users of x11/kdebase4-workspace, x11/kdebase4-runtime
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
KDE4 has been updated from 4.1.1 to 4.1.4. A number of files
|
|
|
|
have been moved between packages. You should deinstall kdebase4-runtime
|
|
|
|
package before updating:
|
|
|
|
|
|
|
|
pkg_delete -f kdebase-runtime-4.1\*
|
|
|
|
portmaster -a
|
|
|
|
|
|
|
|
After successful update you could install kdebase4-runtime if it has not
|
|
|
|
been installed during update process.
|
|
|
|
|
2009-01-24 01:26:55 +01:00
|
|
|
20090114:
|
2009-01-10 06:23:57 +01:00
|
|
|
AFFECTS: users of GNOME and GTK+
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
GNOME has been updated to 2.24.x. You have to deinstall a few ports first
|
|
|
|
before using portupgrade or portmaster in order to successfully upgrade
|
|
|
|
your GNOME installation. After successfully upgrade, you have to reinstall
|
|
|
|
gnome-session so the gnome.desktop session file is properly installed.
|
|
|
|
|
|
|
|
Portupgrade users:
|
|
|
|
# pkgdb -Ff
|
2009-01-11 22:29:01 +01:00
|
|
|
(Answer "yes" to unregister gail while keeping gtk20.)
|
|
|
|
(Answer "yes" to unregister fast-user-switch-applet while keeping gdm.)
|
|
|
|
|
2009-01-10 06:23:57 +01:00
|
|
|
# pkg_deinstall -fO gtkmm-2.12\*
|
|
|
|
# portupgrade -aOW
|
2009-01-11 22:29:01 +01:00
|
|
|
# portupgrade -f gnome-session
|
2009-01-10 06:23:57 +01:00
|
|
|
|
|
|
|
Portmaster users:
|
|
|
|
# pkg_delete -f gtkmm-2.12\*
|
|
|
|
# portmaster -a
|
|
|
|
# portmaster gnome-session
|
|
|
|
|
2009-01-24 01:26:55 +01:00
|
|
|
20090113:
|
|
|
|
AFFECTS: users of lang/perl5.8
|
|
|
|
AUTHOR: skv@FreeBSD.org
|
|
|
|
|
|
|
|
lang/perl5.8 has been updated to 5.8.9. You should update everything
|
|
|
|
depending on perl. The easiest way to do that is to use
|
|
|
|
perl-after-upgrade script supplied with lang/perl5.8. Please see
|
|
|
|
its manual page for details.
|
|
|
|
|
|
|
|
20090112:
|
|
|
|
AFFECTS: users of mail/claws-mail*
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
claws-mail has been updated to 3.7.0, with this update openSSL
|
|
|
|
support has been removed by upstream in favour of gnuTLS. gnuTLS
|
|
|
|
is now enabled by default. Themes were have also been split to an
|
|
|
|
extra port which your can find under x11-themes/claws-mail-themes.
|
|
|
|
Entirely menu was rewritten in 3.6.0 version using modern GTK
|
|
|
|
interface, as a consequence, all custom shortcuts will be lost
|
|
|
|
after upgrade.
|
|
|
|
|
2009-01-10 03:45:46 +01:00
|
|
|
20090109:
|
|
|
|
AFFECTS: users of any Mozilla and Opera products
|
|
|
|
AUTHOR: mezz@freebsd.org
|
|
|
|
|
|
|
|
The Java plugins now no longer will be pick up by automatically from these
|
|
|
|
browsers. Because all Java ports have same name of plugins file. I am
|
|
|
|
thinking about someone or maybe me will need to write something similar
|
|
|
|
function of nspluginwrapper (but in shell script) that can add Java plugin
|
|
|
|
in ~/.*/plugins/ when user request to select one version of Java plugin if
|
|
|
|
this user has more than one version of Java installed. However, for now,
|
|
|
|
you will have to add Java plugin in ~/.*/plugins/ by manually.
|
|
|
|
|
2009-01-08 06:31:08 +01:00
|
|
|
20090107:
|
|
|
|
AFFECTS: users of databases/unixODBC
|
|
|
|
AUTHOR: beech@freebsd.org
|
|
|
|
|
|
|
|
The databases/unixODBC port has been updated to 2.2.14. While
|
|
|
|
containing many bug fixes and minor feature adjustments, this version
|
|
|
|
no longer ships with the (obsolete) MySQL ODBC driver. MySQL ODBC
|
|
|
|
driver users will probably want to use databases/mysql-connector-odbc
|
|
|
|
instead. The text-backed/flatfile driver (libtxtodbc) has also been
|
|
|
|
removed by the developers but due to some demand may make a return in
|
|
|
|
a future version or as a separate port.
|
|
|
|
|
2009-01-07 14:39:57 +01:00
|
|
|
20090107:
|
|
|
|
AFFECTS: users of security/libgcrypt
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
libgcrypt has been upgraded to 1.4.3 which has a shared library
|
|
|
|
version bump. You need to reinstall all ports depending on it.
|
|
|
|
Use something like this:
|
|
|
|
|
|
|
|
portupgrade -rf libgcrypt
|
|
|
|
portmaster -r libgcrypt
|
|
|
|
|
2009-01-05 06:56:14 +01:00
|
|
|
20090104:
|
|
|
|
AFFECTS: users of net/openldap24-{client,server}
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
OpenLDAP has been upgraded to 2.4.13, which requires a shared
|
|
|
|
library version bump. Therefore, you need to reinstall all
|
|
|
|
ports depending on it. Run something like:
|
|
|
|
|
|
|
|
# portupgrade -fr net/openldap24-client
|
|
|
|
|
2008-12-30 11:59:50 +01:00
|
|
|
20081230:
|
|
|
|
AFFECTS: users of net/rabbitmq
|
|
|
|
AUTHOR: pneumann@gmail.com
|
|
|
|
|
|
|
|
The database schema has changed between RabbitMQ-1.4.0 and this
|
|
|
|
release. When the RabbitMQ server detects the presence of an old
|
|
|
|
database, it moves it to a backup location, creates a fresh, empty
|
|
|
|
database, and logs a warning.
|
|
|
|
|
2008-12-29 06:35:06 +01:00
|
|
|
20081226:
|
|
|
|
AFFECTS: users of www/rt38
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
2008-12-31 15:25:24 +01:00
|
|
|
www/rt38 now respects the FreeBSD directory layout, see hier(7).
|
2008-12-29 06:35:06 +01:00
|
|
|
With this change, p5-RT-* and p5-RTx-* should be much simpler
|
|
|
|
to use in the ports collection.
|
|
|
|
|
|
|
|
Please note that www/p5-RTx-Shredder is included in www/rt38
|
|
|
|
This port will be deprecated and removed.
|
|
|
|
|
2008-12-28 19:20:48 +01:00
|
|
|
20081228:
|
|
|
|
AFFECTS: users of astro/boinc-setiathome-enhanced
|
|
|
|
AUTHOR: rene@FreeBSD.org
|
|
|
|
|
|
|
|
The setiathome client has been updated to version 6.03 and version 5.00
|
|
|
|
of the astropulse client has been added. Before you update, finish and
|
|
|
|
report your current workunits to avoid losing them. The port now also
|
|
|
|
includes the client screensavers.
|
|
|
|
|
2008-12-28 05:51:40 +01:00
|
|
|
20081228:
|
|
|
|
AFFECTS: users of japanese/kinput2
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The Wnn backend of japanese/kinput2 port now uses unix domain socket
|
|
|
|
to communicate the server by default. If $JSERVER environment
|
|
|
|
variable is defined, the value is used as the server host name. In
|
|
|
|
In short, the server name is determined in the following way:
|
2008-12-30 12:01:05 +01:00
|
|
|
|
2008-12-28 05:51:40 +01:00
|
|
|
$JSERVER --(if null)--> CcWnn.Jserver --(if null)--> "localhost"
|
2008-12-30 12:01:05 +01:00
|
|
|
|
2008-12-28 05:51:40 +01:00
|
|
|
If the server host name is null or matches "^unix$", unix domain
|
|
|
|
socket is used. Note that the default server name in CcWnn.Jserver
|
|
|
|
is "unix" now.
|
|
|
|
|
2008-12-27 04:38:24 +01:00
|
|
|
20081226:
|
|
|
|
AFFECTS: users of www/rt*
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
|
|
|
www/rt2 www/rt3 www/rt32 www/rt34 are now deprecated and will expire
|
|
|
|
2009-02-01. All ports now depend on www/rt38 If you can not update
|
|
|
|
to www/rt38, www/rt36 is still around.
|
|
|
|
|
2008-12-24 22:07:17 +01:00
|
|
|
20081224:
|
|
|
|
AFFECTS: www/phpSysInfo
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The www/phpSysInfo port has been split into www/phpsysinfo
|
|
|
|
and www/phpsysinfo-dev.
|
|
|
|
|
2008-12-18 05:48:19 +01:00
|
|
|
20081217:
|
|
|
|
AFFECTS: users of mail/policyd2
|
|
|
|
AUTHOR: wxs@FreeBSD.org
|
|
|
|
|
|
|
|
The RC script for mail/policyd2 has been renamed to avoid a conflict. If
|
|
|
|
you use this port please change the setting in rc.conf to be
|
|
|
|
policyd2_enable.
|
|
|
|
|
2008-12-11 10:10:18 +01:00
|
|
|
20081211:
|
2008-12-07 22:02:29 +01:00
|
|
|
AFFECTS: users of lang/php5
|
2008-12-11 10:10:18 +01:00
|
|
|
AUTHOR: pav@FreeBSD.org, itetcu@FreeBSD.org, ale@FreeBSD.org
|
2008-12-07 22:02:29 +01:00
|
|
|
|
|
|
|
As of php 5.2.7, pcre extension is distributed with the core php5 package,
|
|
|
|
and not as a standalone module anymore. Follow these steps to update your
|
|
|
|
installation:
|
|
|
|
|
2008-12-08 12:12:14 +01:00
|
|
|
Portupgrade users:
|
|
|
|
pkg_delete -f php5-pcre-5.2.6
|
|
|
|
pkgdb -F
|
|
|
|
portupgrade as usual
|
|
|
|
|
|
|
|
Portmaster users:
|
|
|
|
pkg_delete -f php5-pcre\*
|
|
|
|
portmaster php5\*
|
|
|
|
|
|
|
|
If you are using pecl ports you might need to force an update on them, ie.:
|
|
|
|
portupgrade -f pecl\*
|
|
|
|
or
|
|
|
|
portmaster pecl\*
|
|
|
|
|
2008-12-11 10:10:18 +01:00
|
|
|
If you have the pecl hash, json and/or zip extensions you need to replace
|
|
|
|
them with the php5 bundled ones, ie.:
|
|
|
|
portmaster/portupgrade -o archivers/php5-zip archivers/pecl-zip
|
|
|
|
portmaster/portupgrade -o devel/php5-json devel/pecl-json
|
|
|
|
portmaster/portupgrade -o security/php5-hash security/pecl-hash
|
|
|
|
|
2008-12-08 12:12:14 +01:00
|
|
|
If you build your INDEX locally and you tried to build it after the php
|
2008-12-09 23:36:10 +01:00
|
|
|
update commit, you need to rebuild it _after_ you updated lang/php5:
|
2008-12-08 12:12:14 +01:00
|
|
|
cd /usr/ports && make index
|
|
|
|
or (if you use ports-mgmt/p5-FreeBSD-Portindex):
|
|
|
|
cd /usr/ports && cache-init && portindex -o `make -V INDEXFILE`
|
2008-12-07 22:02:29 +01:00
|
|
|
|
2008-12-07 18:18:13 +01:00
|
|
|
20081207:
|
|
|
|
AFFECTS: users of games/mkgichessclub
|
|
|
|
AUTHOR: nivit@FreeBSD.org
|
|
|
|
|
|
|
|
After the update to the version 2.2.0, please, alter the SQL tables
|
|
|
|
with the command:
|
|
|
|
|
|
|
|
mysql _mkgichessclub_ < /usr/local/share/mkgichessclub/db_migrate_2.1_to_2.2.sql
|
|
|
|
|
|
|
|
where _mkgichessclub_ is the database name chosen during the installation
|
|
|
|
of the port.
|
|
|
|
|
2008-12-05 23:28:40 +01:00
|
|
|
20081205:
|
|
|
|
AFFECTS: users of net-p2p/ktorrent
|
|
|
|
AUTHOR: makc@FreeBSD.org
|
|
|
|
|
|
|
|
ktorrent has been updated to 3.1.5 for KDE 4. The last release of ktorrent
|
|
|
|
for KDE 3 is available under net-p2p/ktorrent2.
|
|
|
|
|
2008-11-21 13:03:56 +01:00
|
|
|
20081121:
|
|
|
|
AFFECTS: users of comms/smstools3
|
|
|
|
AUTHOR: mm@FreeBSD.org
|
|
|
|
|
2008-12-30 12:01:05 +01:00
|
|
|
The startup script of comms/smstools3 has changed. For increased security
|
|
|
|
smstools now runs as user uucp / group dialer by default. The script
|
2008-11-21 13:03:56 +01:00
|
|
|
commands like sendsms etc. should be executed as user uucp.
|
|
|
|
To restore the old behaviour, set smsd_user="root" and smsd_group="wheel"
|
2008-12-30 12:01:05 +01:00
|
|
|
in your /etc/rc.conf.
|
2008-11-21 13:03:56 +01:00
|
|
|
Hint: use security/sudo for running smsd scripts as user uucp
|
|
|
|
|
2008-11-08 06:43:16 +01:00
|
|
|
20081108:
|
|
|
|
AFFECTS: users of editors/tamago
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The Wnn backend of editors/tamago port now uses unix domain socket
|
|
|
|
to communicate the server by default. If $[CJKT]SERVER environment
|
|
|
|
variable is defined, the value is used as the server host name. In
|
|
|
|
JSERVER case, for example, the server name is determined in the
|
|
|
|
following way:
|
2008-12-30 12:01:05 +01:00
|
|
|
|
|
|
|
$JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"
|
|
|
|
|
2008-11-08 06:43:16 +01:00
|
|
|
If the server host name is null or matches "^unix$", unix domain
|
|
|
|
socket is used. The path name of the socket can be specified in
|
|
|
|
wnn-[cjkt]udpath custom variable.
|
|
|
|
|
2008-11-05 11:47:16 +01:00
|
|
|
20081105:
|
|
|
|
AFFECTS: users of french/pluxm-devel
|
|
|
|
AUTHOR: jadawin@FreeBSD.org
|
|
|
|
|
|
|
|
Please, use
|
|
|
|
http://download.pluxml.org/plugins/migration-blog-beta3x-beta4.zip to
|
|
|
|
migrate. It's strongly advised to backup your blog before updating.
|
|
|
|
|
2008-11-02 20:09:34 +01:00
|
|
|
20081102:
|
|
|
|
AFFECTS: users of devel/git
|
|
|
|
AUTHOR: wxs@FreeBSD.org
|
|
|
|
|
|
|
|
The location of git-shell has changed to
|
|
|
|
${PREFIX}/libexec/git-core/git-shell. Please remove the old entry from
|
|
|
|
/etc/shells.
|
|
|
|
|
2008-10-30 08:43:17 +01:00
|
|
|
20081030:
|
|
|
|
AFFECTS: users of japanese/FreeWnn-server
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The jserver daemon in japanese/FreeWnn-server port now uses "127.0.0.1"
|
|
|
|
as the default listen address for security reason. If you need
|
|
|
|
the wildcard address (INADDR_ANY), you have to explicitly set
|
|
|
|
"listenaddr" to 0.0.0.0 in ${PREFIX}/lib/wnn/ja_JP/jserverrc or
|
|
|
|
add "-a 0.0.0.0" to ${wnn_flags} in /etc/rc.conf.
|
|
|
|
|
2008-10-30 01:34:44 +01:00
|
|
|
20081026:
|
|
|
|
AFFECTS: users of www/asterisk-gui
|
|
|
|
AUTHOR: pneumann@gmail.com
|
|
|
|
|
|
|
|
The upgrade to version 2.0 will modify your asterisk dialplan when login
|
|
|
|
to the page. Hardware autodetection will not work, pending update of
|
|
|
|
misc/zaptel.
|
|
|
|
|
2008-10-28 19:21:10 +01:00
|
|
|
20081028:
|
|
|
|
AFFECTS: users of www/codeigniter
|
|
|
|
AUTHOR: glarkin@FreeBSD.org
|
|
|
|
|
|
|
|
For certain installations, the following steps should be performed
|
|
|
|
after the CodeIgniter 1.7.0 upgrade (taken from:
|
|
|
|
http://codeigniter.com/user_guide/installation/upgrade_170.html).
|
|
|
|
|
|
|
|
>>> Update your Session Table
|
|
|
|
|
|
|
|
If you are using the Session class in your application, AND if you
|
|
|
|
are storing session data to a database, you must add a new column
|
|
|
|
named user_data to your session table. Here is an example of what
|
|
|
|
this column might look like for MySQL:
|
|
|
|
|
|
|
|
user_data text NOT NULL
|
|
|
|
|
|
|
|
To add this column you will run a query similar to this:
|
|
|
|
|
|
|
|
ALTER TABLE `ci_sessions` ADD `user_data` text NOT NULL
|
|
|
|
|
|
|
|
You'll find more information regarding the new Session functionality
|
|
|
|
in the Session class page:
|
|
|
|
|
|
|
|
http://codeigniter.com/user_guide/libraries/sessions.html
|
|
|
|
|
|
|
|
>>> Update your Validation Syntax
|
|
|
|
|
|
|
|
This is an optional, but recommended step, for people currently
|
|
|
|
using the Validation class. CI 1.7 introduces a new Form Validation
|
|
|
|
class (http://codeigniter.com/user_guide/libraries/form_validation.html)
|
|
|
|
which deprecates the old Validation library. We have left the old one
|
|
|
|
in place so that existing applications that use it will not break, but
|
|
|
|
you are encouraged to migrate to the new version as soon as possible.
|
|
|
|
Please read the user guide carefully as the new library works a little
|
|
|
|
differently, and has several new features.
|
|
|
|
|
2008-10-26 21:34:35 +01:00
|
|
|
20081026:
|
|
|
|
AFFECTS: users of japanese/sj3-server
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The sj3serv daemon in japanese/sj3-server port now uses "localhost"
|
|
|
|
as the default listen address for security reason. If you need
|
|
|
|
the wildcard address (INADDR_ANY), you have to explicitly set
|
|
|
|
"servername" to 0.0.0.0 in ${PREFIX}/etc/sj3/serverrc.
|
|
|
|
|
|
|
|
20081026:
|
|
|
|
AFFECTS: users of japanese/Canna and japanese/sj3
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The japanese/Canna and japanese/sj3 port have been split into
|
|
|
|
japanese/canna-server and japanese/canna-lib, and japanese/sj3-server
|
|
|
|
and japanese/sj3-lib, respectively for more fine-grained dependency
|
|
|
|
management in the Ports Collection.
|
|
|
|
|
2008-09-26 11:40:47 +02:00
|
|
|
20080926:
|
|
|
|
AFFECTS: users of www/squid30
|
|
|
|
AUTHOR: tmseck@netcologne.de
|
2008-10-04 11:07:24 +02:00
|
|
|
|
|
|
|
The Squid developers decided to disable COSS support in 3.0, cf.
|
|
|
|
the discussion starting here:
|
|
|
|
|
|
|
|
http://www.squid-cache.org/mail-archive/squid-dev/200809/0067.html
|
|
|
|
|
|
|
|
The corresponding port configuration option WITH_SQUID_COSS is still
|
|
|
|
available but is a no-op for now. If you currently use COSS storage with
|
|
|
|
Squid 3.0 you need to disable it in squid.conf.
|
2008-09-26 11:40:47 +02:00
|
|
|
|
2008-09-24 23:15:32 +02:00
|
|
|
20080924:
|
|
|
|
AFFECTS: users of ftp/proftpd
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
proftpd now stores its .delay and .scoreboard files in /var/run/proftpd
|
|
|
|
instead of /var/run. If you are updating an existing installation,
|
|
|
|
adjust the following in /usr/local/etc/proftpd.conf:
|
2008-09-24 23:15:32 +02:00
|
|
|
|
|
|
|
ScoreboardFile /var/run/proftpd/proftpd.scoreboard
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Also of note: The third party modules, mod_codeconv, mod_comb, and
|
|
|
|
mod_sql_tds are not compatible with this release and have been removed.
|
|
|
|
They will be re-added when the respective authors provide updated versions.
|
2008-09-24 23:24:29 +02:00
|
|
|
|
2008-09-11 02:30:09 +02:00
|
|
|
20080909:
|
|
|
|
AFFECTS: users of security/logcheck
|
|
|
|
AUTHOR: glarkin@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
logcheck now stores its configuration files in /usr/local/etc/logcheck
|
|
|
|
instead of /usr/local/etc. If you are upgrading the port from version
|
|
|
|
1.1.1 to version 1.2.54, copy the following files to a temporary location,
|
|
|
|
in case they are removed during the upgrade:
|
2008-09-11 02:30:09 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
/usr/local/etc/logcheck.hacking
|
|
|
|
/usr/local/etc/logcheck.ignore
|
|
|
|
/usr/local/etc/logcheck.violations
|
|
|
|
/usr/local/etc/logcheck.violations.ignore
|
2008-09-11 02:30:09 +02:00
|
|
|
|
|
|
|
e.g.:
|
2008-10-04 11:07:24 +02:00
|
|
|
|
|
|
|
cd /usr/local/etc
|
|
|
|
mkdir /tmp/logcheck.saveconf
|
|
|
|
cp logcheck.hacking logcheck.ignore logcheck.violations* \
|
|
|
|
/tmp/logcheck.saveconf
|
2008-09-11 02:30:09 +02:00
|
|
|
|
|
|
|
After the upgrade, integrate your local changes to the files listed
|
2008-10-04 11:07:24 +02:00
|
|
|
above into the new configuration files found in the following directories:
|
2008-09-11 02:30:09 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
/usr/local/etc/logcheck/cracking.d
|
|
|
|
/usr/local/etc/logcheck/ignore.d.paranoid
|
|
|
|
/usr/local/etc/logcheck/ignore.d.server
|
|
|
|
/usr/local/etc/logcheck/ignore.d.workstation
|
|
|
|
/usr/local/etc/logcheck/violations.d
|
|
|
|
/usr/local/etc/logcheck/violations.ignore.d
|
2008-09-11 02:30:09 +02:00
|
|
|
|
|
|
|
Please consult the following files for more information about
|
|
|
|
logcheck rules and reporting levels:
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
/usr/local/share/doc/logcheck/README.logcheck
|
|
|
|
/usr/local/share/doc/logcheck/README.logcheck-database
|
2008-09-11 02:30:09 +02:00
|
|
|
|
|
|
|
Also note that the upgraded port installs a crontab file for user
|
|
|
|
"logcheck" that executes the logcheck script every hour and emails
|
|
|
|
the results to root. If the installation process cannot install
|
2008-10-04 11:07:24 +02:00
|
|
|
the crontab file, it can be installed manually from
|
|
|
|
/usr/local/share/examples/logcheck/crontab.in, e.g.:
|
2008-09-11 02:30:09 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
crontab -u logcheck /usr/local/share/examples/logcheck/crontab.in
|
2008-09-11 02:30:09 +02:00
|
|
|
|
2008-09-07 23:45:22 +02:00
|
|
|
20080907:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
www/mediawiki version is 1.13 now. 1.12 version was preserved as
|
2008-09-07 23:45:22 +02:00
|
|
|
www/mediawiki12 port.
|
|
|
|
|
2008-09-03 02:30:56 +02:00
|
|
|
20080902:
|
2008-10-04 11:07:24 +02:00
|
|
|
AFFECTS: users of net-mgmt/nagios and net-mgmt/nagios-devel
|
|
|
|
AUTHOR: Jarrod Sayers <jarrod@netleader.com.au>
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
The stable Nagios port has now been updated to version 3.0.3. Upgrading
|
|
|
|
to this version shouldn't require any configuration changes, but note that
|
|
|
|
most sample configuration files were moved into objects/ directory.
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Nagios 2.12 is still available as net-mgmt/nagios2, use the following to
|
|
|
|
remain on this legacy stable branch:
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
portmaster -o net-mgmt/nagios2 net-mgmt/nagios
|
2008-09-03 02:30:56 +02:00
|
|
|
|
|
|
|
or, if you're using portupgrade:
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
portupgrade -o net-mgmt/nagios2 net-mgmt/nagios
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Nagios 3.x development continues in net-mgmt/nagios-devel, users of this
|
|
|
|
port in production use should consider switching to the stable branch:
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
portmaster -o net-mgmt/nagios net-mgmt/nagios-devel
|
2008-09-03 02:30:56 +02:00
|
|
|
|
|
|
|
or, if you're using portupgrade:
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
portupgrade -o net-mgmt/nagios net-mgmt/nagios-devel
|
2008-09-03 02:30:56 +02:00
|
|
|
|
2008-09-03 00:17:44 +02:00
|
|
|
20080902:
|
|
|
|
AFFECTS: users of math/ploticus
|
2008-10-04 11:07:24 +02:00
|
|
|
AUTHOR: linimon@FreeBSD.org
|
2008-09-03 00:17:44 +02:00
|
|
|
|
|
|
|
This is a major update.
|
|
|
|
|
|
|
|
Deprecated: server-side image maps (use client-side instead); definition
|
|
|
|
of categories within proc areadef (use proc categories instead); proc print.
|
|
|
|
|
|
|
|
Discontinued attributes: proc processdata's stack; proc usedata's element,
|
|
|
|
proc getdata's rotate, and proc defineunits (use the $changeunits()
|
|
|
|
function instead).
|
|
|
|
|
|
|
|
proc rangebar has been renamed proc boxplot and there are major
|
2008-10-04 11:07:24 +02:00
|
|
|
functionality changes. Any script that uses proc rangebar will need
|
2008-09-03 00:17:44 +02:00
|
|
|
maintenance.
|
|
|
|
|
|
|
|
See http://ploticus.sourceforge.net/doc/news.html for more information.
|
|
|
|
|
2008-09-02 20:10:39 +02:00
|
|
|
20080901:
|
|
|
|
AFFECTS: users of mail/pine4 and editors/pico
|
2008-10-04 11:07:24 +02:00
|
|
|
AUTHOR: dougb@FreeBSD.org
|
2008-09-02 20:10:39 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
These two ports have been removed in favor of the new mail/alpine and
|
|
|
|
editors/pico-alpine ports. UW discontinued work on Pine in September
|
|
|
|
2005 and is focusing on Alpine now. You should be able to directly
|
|
|
|
replace pine with alpine.
|
2008-09-02 20:10:39 +02:00
|
|
|
|
|
|
|
See http://www.washington.edu/alpine/ for more information.
|
|
|
|
|
2008-08-31 22:06:06 +02:00
|
|
|
20080831:
|
|
|
|
AFFECTS: users of net-mgmt/smokeping
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Smokeping has been updated to 2.4.1, and the example web server
|
2008-10-04 11:07:24 +02:00
|
|
|
configuration has changed. Please read pkg-message and check that
|
|
|
|
your server configuration is OK.
|
2008-08-31 22:06:06 +02:00
|
|
|
|
2008-08-28 00:05:12 +02:00
|
|
|
20080827:
|
|
|
|
AFFECTS: users of devel/git
|
|
|
|
AUTHOR: wxs@FreeBSD.org
|
|
|
|
|
|
|
|
With the default Makefile settings, most of the programs are now
|
2008-10-04 11:07:24 +02:00
|
|
|
installed outside your $PATH, except for "git", "gitk", and some server
|
|
|
|
side programs that need to be accessible for technical reasons. Invoking
|
|
|
|
a git subcommand as "git-xyzzy" from the command line has been deprecated
|
|
|
|
since early 2006 (and officially announced in 1.5.4 release notes); use
|
|
|
|
of them from your scripts after adding output from "git --exec-path" to
|
|
|
|
the $PATH is still supported in this release, but users are again
|
|
|
|
strongly encouraged to adjust their scripts to use "git xyzzy" form, as
|
|
|
|
we will stop installing "git-xyzzy" hardlinks for built-in commands in
|
|
|
|
later releases.
|
2008-08-28 00:05:12 +02:00
|
|
|
|
|
|
|
Please see this URL for more information:
|
|
|
|
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt
|
|
|
|
|
2008-08-27 16:26:05 +02:00
|
|
|
20080827:
|
|
|
|
AFFECTS: users of mail/qmhandle
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
A qmHandle.conf file was created, for now, is not needed to edit
|
|
|
|
${PREFIX}/bin/qmHandle to change stopqmail and startqmail variables.
|
|
|
|
Just remember to edit configuration file after upgrade.
|
|
|
|
|
2008-08-28 20:30:27 +02:00
|
|
|
20080820:
|
|
|
|
AFFECTS: users of www/p5-Apache-DBI
|
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
www/p5-Apache-DBI has been forked into a MASTER and SLAVE setup
|
|
|
|
www/p5-Apache-DBI-mp1 and www/p5-Apache-DBI-mp2 so as to work with
|
|
|
|
www/rt38 among possibly other ports.
|
|
|
|
|
2008-08-20 04:47:37 +02:00
|
|
|
20080820:
|
|
|
|
AFFECTS: users of net/rabbitmq
|
|
|
|
AUTHOR: pneumann@gmail.com
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
The database schema has changed in this version of RabbitMQ. If you
|
2008-08-20 04:47:37 +02:00
|
|
|
attempt to start RabbitMQ-1.4.0 over top of a previous installation,
|
2008-10-04 11:07:24 +02:00
|
|
|
it will fail, citing "schema_integrity_check_failed". To correct this,
|
2008-08-20 04:47:37 +02:00
|
|
|
delete your mnesia directory (/var/db/rabbitmq/mnesia) and restart
|
2008-10-04 11:07:24 +02:00
|
|
|
the server. Note that this will destroy all your durable exchanges and
|
2008-08-20 04:47:37 +02:00
|
|
|
queues, and all your persisted messages!
|
|
|
|
|
2008-08-16 20:13:37 +02:00
|
|
|
20080816:
|
2008-08-16 21:34:10 +02:00
|
|
|
AFFECTS: users of mail/assp
|
|
|
|
AUTHOR: J.R. Oldroyd <fbsd@opal.com>
|
2008-08-16 20:13:37 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
The periodic(8) script no longer outputs to files in the assp directory.
|
|
|
|
You should remove /var/db/assp/nightly.log and nightly.log.old by hand
|
|
|
|
once you are done with them. The information that was stored there will
|
|
|
|
now come in your nightly system email.
|
2008-08-16 20:13:37 +02:00
|
|
|
|
2008-08-15 14:23:00 +02:00
|
|
|
20080815:
|
|
|
|
AFFECTS: users of sysutils/rdiff-backup
|
|
|
|
AUTHOR: vd@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
sysutils/rdiff-backup has been upgraded from 1.0.5 to 1.2.0. This is
|
|
|
|
an incompatible upgrade. If you need the "old" 1.0.5, you can find it
|
2008-08-15 14:23:00 +02:00
|
|
|
in sysutils/rdiff-backup10.
|
|
|
|
|
2008-08-13 21:59:24 +02:00
|
|
|
20080813:
|
|
|
|
AFFECTS: users of www/ikiwiki
|
|
|
|
AUTHOR: brix@FreeBSD.org
|
|
|
|
|
|
|
|
The layout of the ikiwiki.setup file has changed in a significant
|
|
|
|
way in this release. Old setup files will continue to work, but new
|
|
|
|
features, like the new websetup interface, require a new format
|
|
|
|
setup file. You can convert old setup files into the new format by
|
|
|
|
running the following command for all your ikiwiki.setup files:
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
ikiwiki-transition setupformat ikiwiki.setup
|
2008-08-13 21:59:24 +02:00
|
|
|
|
2008-08-12 02:28:35 +02:00
|
|
|
20080812:
|
|
|
|
AFFECTS: users of mail/spamdyke
|
|
|
|
AUTHOR: mm@FreeBSD.org
|
|
|
|
|
|
|
|
The spamdyke port has been updated to 4.0.2. The new version is not
|
2008-08-16 21:34:10 +02:00
|
|
|
backwards compatible with previous versions. Please examine the new
|
|
|
|
configuration file for the changes.
|
2008-08-12 02:28:35 +02:00
|
|
|
|
2008-08-11 22:09:15 +02:00
|
|
|
20080812:
|
|
|
|
AFFECTS: users of databases/pgbouncer
|
|
|
|
AUTHOR: mm@FreeBSD.org
|
|
|
|
|
|
|
|
Starting with port version 1.2.3, pgbouncer does not run as root anymore.
|
|
|
|
If you are upgrading from earlier versions, please update your configuration
|
2008-08-11 23:20:13 +02:00
|
|
|
in ${PREFIX}/etc/pgbouncer.ini to use log and pid file paths owned by the
|
2008-08-11 22:09:15 +02:00
|
|
|
newly created pgbouncer user (or customize for a different user yourself).
|
|
|
|
|
|
|
|
Default logfile: /var/log/pgbouncer/pgbouncer.log
|
|
|
|
Default pidfile: /var/run/pgbouncer/pgbouncer.pid
|
|
|
|
|
2008-08-08 16:17:31 +02:00
|
|
|
20080808
|
|
|
|
AFFECTS: users of chinese/phpbb-tw
|
|
|
|
AUTHOR: chinsan@FreeBSD.org
|
|
|
|
|
|
|
|
The default install directory for phpbb-tw has changed from
|
|
|
|
${PREFIX}/www/data/phpBB2 to ${PREFIX}/www/phpBB2.
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
If you are updating from a previous version, to preserve your settings
|
|
|
|
and data, please do the following:
|
2008-08-08 16:17:31 +02:00
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
mv /usr/local/www/data/phpBB2 /usr/local/www
|
2008-08-08 16:17:31 +02:00
|
|
|
|
|
|
|
Then update as usual.
|
|
|
|
|
2008-08-07 03:54:47 +02:00
|
|
|
20080806:
|
|
|
|
AFFECTS: users of net-p2p/transmission
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
Update to 1.3x, the net-p2p/transmission now is a meta-port. It depends on
|
2008-08-08 16:57:37 +02:00
|
|
|
cli, daemon, and gtk2. If you don't want that, uninstall transmission and
|
|
|
|
install net-p2p/transmission-cli by doing:
|
2008-08-07 03:54:47 +02:00
|
|
|
|
|
|
|
portmaster -o net-p2p/transmission-cli net-p2p/transmission
|
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
or, if you're using portupgrade:
|
2008-08-07 03:54:47 +02:00
|
|
|
|
|
|
|
portupgrade -o net-p2p/transmission-cli net-p2p/transmission
|
|
|
|
|
2008-08-05 14:09:41 +02:00
|
|
|
20080805:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of devel/qt4
|
2008-08-05 14:09:41 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
2008-08-05 22:39:52 +02:00
|
|
|
The qt4 ports has been updated to 4.4.1. With this update several ports
|
|
|
|
specific problems have been fixed. Qt4 headers and libraries have been
|
|
|
|
moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and
|
|
|
|
QT_LIBDIR now, which could be used in qt4-dependent ports if required.
|
|
|
|
Before you start to update your ports, please force update of qmake4 and
|
|
|
|
qt4-corelib ports. Portmaster users can do:
|
2008-08-05 14:09:41 +02:00
|
|
|
|
2008-08-06 08:53:32 +02:00
|
|
|
portmaster devel/qmake4 devel/qt4-moc devel/qt4-corelib
|
2008-08-05 22:39:52 +02:00
|
|
|
|
|
|
|
or, if you're using portupgrade:
|
|
|
|
|
2008-08-06 08:53:32 +02:00
|
|
|
portupgrade -f devel/qmake4 devel/qt4-moc devel/qt4-corelib
|
2008-08-05 14:09:41 +02:00
|
|
|
|
2008-08-05 03:19:46 +02:00
|
|
|
20080804:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of devel/git
|
2008-08-05 03:19:46 +02:00
|
|
|
AUTHOR: wxs@FreeBSD.org
|
|
|
|
|
|
|
|
Git's cvsps dependency has been switched from cvsps-devel to cvsps. The
|
|
|
|
two are incompatible, so you will need to do the following before
|
|
|
|
upgrading git:
|
|
|
|
|
|
|
|
portmaster -o devel/cvsps devel/cvsps-devel
|
|
|
|
|
2008-07-28 15:14:17 +02:00
|
|
|
20080728:
|
|
|
|
AFFECTS: users of net/freeradius2
|
|
|
|
AUTHOR: David Wood <david@wood2.org.uk>
|
|
|
|
|
|
|
|
Upgrading the FreeRADIUS port used to replace all unmodified files
|
|
|
|
in your configuration with the latest version from the sample
|
|
|
|
configuration. This strategy has two disadvantages; over time your
|
|
|
|
configuration became based on different versions of the sample
|
|
|
|
configuration, also major changes to the sample configuration could
|
|
|
|
leave your configuration in a confusing state.
|
|
|
|
|
|
|
|
From version 2.0.5, your configuration is not touched if any
|
|
|
|
configuration files have been modified.
|
|
|
|
|
|
|
|
You are recommended to track changes in the sample configuration and
|
2008-08-08 16:57:37 +02:00
|
|
|
keep your configuration in a version control system. I use Subversion
|
|
|
|
(see the devel/subversion port) to track my changes. Keeping the sample
|
|
|
|
configuration in a 'vendor branch' (see the Subversion book for more
|
|
|
|
details) allows easy merging of changes from the sample configuration.
|
2008-07-28 15:14:17 +02:00
|
|
|
|
|
|
|
*** IMPORTANT ***
|
|
|
|
|
|
|
|
You are urged to move your configuration out of the default location
|
|
|
|
(/usr/local/etc/raddb) before upgrading from 2.0.4 (or earlier)
|
2008-08-05 22:39:52 +02:00
|
|
|
to 2.0.5 (or later). Once this upgrade is complete, remove the sample
|
|
|
|
configuration that has been installed in the default location and
|
2008-07-28 15:14:17 +02:00
|
|
|
move your configuration back to the default location.
|
|
|
|
|
|
|
|
This is a one time procedure that will prevent unmodified files in
|
|
|
|
your configuration from being deleted from your configuration and not
|
|
|
|
restored during the upgrade. No customised files will be lost in any
|
|
|
|
circumstances.
|
|
|
|
|
|
|
|
The sample configuration in 2.0.5 has been reorganised: the
|
|
|
|
configuration of most modules is now in the modules directory rather
|
|
|
|
than in radiusd.conf. You are urged to rearrange your configuration
|
|
|
|
to match this layout.
|
|
|
|
|
|
|
|
There are several improvements in this version of the port, including
|
|
|
|
a new pkg-message that will help new FreeRADIUS users to get started
|
|
|
|
with the port, also new 'reload' and 'debug' commands for the rc.d
|
|
|
|
script. Enjoy!
|
|
|
|
|
2008-07-26 00:24:14 +02:00
|
|
|
20080725:
|
|
|
|
AFFECTS: users of x11-fm/nautilus and misc/shared-mime-info
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
2008-07-26 00:24:14 +02:00
|
|
|
|
2008-07-28 00:07:13 +02:00
|
|
|
In order to properly update x11-fm/nautilus and misc/shared-mime-info, do
|
|
|
|
the following using portupgrade:
|
2008-07-26 00:24:14 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
# pkg_deinstall -fO nautilus
|
|
|
|
# portupgrade shared-mime-info
|
|
|
|
# portinstall -O nautilus
|
2008-07-26 00:24:14 +02:00
|
|
|
|
2008-07-26 00:28:38 +02:00
|
|
|
Once misc/shared-mime-info has been updated, each user will need to run the
|
|
|
|
following command:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
$ update-mime-database ~/.local/share/mime/
|
2008-07-26 00:28:38 +02:00
|
|
|
|
2008-07-25 20:59:16 +02:00
|
|
|
20080725:
|
|
|
|
AFFECTS: users of www/ojs2
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: Greg Larkin <glarkin@FreeBSD.org>
|
2008-07-25 20:59:16 +02:00
|
|
|
|
|
|
|
If you are upgrading from a prior version of ojs2, please backup
|
2008-08-08 16:57:37 +02:00
|
|
|
your database, uploaded files directory, and your config.inc.php before
|
2008-07-25 20:59:16 +02:00
|
|
|
the upgrade. Read /usr/local/share/docs/ojs2/UPGRADE or visit
|
|
|
|
http://pkp.sfu.ca/ojs/UPGRADE for additional upgrade information.
|
|
|
|
|
2008-07-20 16:05:31 +02:00
|
|
|
20080721:
|
|
|
|
AFFECTS: users of net/freenet6
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: Edwin Groothuis <edwin@mavetju.org>
|
2008-07-20 16:05:31 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Please note that there has been a major update of this port (from
|
|
|
|
version 2.x to 5.x) and that the name of the binaries and configuration
|
2008-07-20 16:05:31 +02:00
|
|
|
files has changed from "tpsc" to "gw6c". The configuration files
|
2008-07-22 00:44:41 +02:00
|
|
|
have to be copied from ${PREFIX}/share/examples/freenet6 to
|
2008-07-20 16:05:31 +02:00
|
|
|
${PREFIX}/etc again.
|
|
|
|
|
2008-07-19 16:08:55 +02:00
|
|
|
20080719:
|
|
|
|
AFFECTS: users of x11-fm/gprename
|
|
|
|
AUTHOR: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
|
|
|
|
|
|
|
|
GPRename configuration files now live ~/.config/gprename instead of ~/, to
|
2008-07-23 17:06:23 +02:00
|
|
|
upgrade use the following commands:
|
2008-07-19 16:08:55 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
% mkdir -p ~/.config/gprename
|
|
|
|
% mv ~/.gprename ~/.config/gprename/gprename
|
|
|
|
% mv ~/.gprename_log ~/.config/gprename/gprename_log
|
2008-07-19 16:08:55 +02:00
|
|
|
|
2008-07-17 20:25:01 +02:00
|
|
|
20080717:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of devel/anjuta
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
2008-07-17 20:25:01 +02:00
|
|
|
|
2008-07-18 00:51:19 +02:00
|
|
|
Anjuta's neon dependency has been switched from neon26 to neon28. The
|
|
|
|
two are incompatible, so you will need to do the following to upgrade:
|
2008-07-17 20:25:01 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o www/neon28 neon26
|
|
|
|
portupgrade anjuta
|
2008-07-17 20:25:01 +02:00
|
|
|
|
2008-07-14 21:20:35 +02:00
|
|
|
20080714:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of www/squid
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: Thomas-Martin Seck <tmseck@web.de>
|
2008-07-14 21:20:35 +02:00
|
|
|
|
2008-07-18 00:51:19 +02:00
|
|
|
www/squid has been updated to Squid 2.7.STABLE3.
|
2008-07-14 21:20:35 +02:00
|
|
|
|
2008-07-18 00:51:19 +02:00
|
|
|
This update should be rather straightforward.
|
2008-07-14 21:20:35 +02:00
|
|
|
|
2008-07-18 00:51:19 +02:00
|
|
|
The only noticeable change in the port is that the ICAP patch is no
|
|
|
|
longer included; this is because this patch was unmaintained for a
|
|
|
|
long time and its use was not really recommended. Please consider
|
|
|
|
moving to Squid-3 (currently available as www/squid30) if you need
|
|
|
|
ICAP support.
|
2008-07-14 21:20:35 +02:00
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
Squid 2.6 is still available as www/squid26 and will probably be
|
2008-07-18 00:51:19 +02:00
|
|
|
removed from the ports tree at the end of 2008.
|
2008-07-14 21:20:35 +02:00
|
|
|
|
2008-07-14 12:43:11 +02:00
|
|
|
20080712:
|
|
|
|
AFFECTS: users of databases/rrdtool
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
If you use language bindings, like the Perl's RRDs, please upgrade
|
|
|
|
this port *twice* in order to get the library dependency right.
|
|
|
|
|
2008-07-11 21:12:32 +02:00
|
|
|
20080711:
|
|
|
|
AFFECTS: users of x11-toolkits/gtkdatabox2
|
|
|
|
AUTHOR: Beech Rintoul <beech@FreeBSD.org>
|
|
|
|
|
|
|
|
The port has been deprecated and gtkdatabox has been updated. This was
|
2008-07-23 17:06:23 +02:00
|
|
|
done so the port tracks vendor name. Please update by doing:
|
2008-07-11 21:12:32 +02:00
|
|
|
|
|
|
|
portupgrade -o x11-toolkits/gtkdatabox x11-toolkits/gtkdatabox2
|
|
|
|
|
2008-07-09 21:09:59 +02:00
|
|
|
20080709:
|
|
|
|
AFFECTS: users of www/ikiwiki
|
|
|
|
AUTHOR: Henrik Brix Andersen <brix@FreeBSD.org>
|
|
|
|
|
|
|
|
The IkiWiki editpage form now uses the raw page name, not the page
|
|
|
|
title, in its 'page' cgi parameter. You will need to rebuild any
|
|
|
|
existing ikiwiki installations in order to update their 'edit' links
|
|
|
|
to the new format.
|
|
|
|
|
2008-07-08 20:56:00 +02:00
|
|
|
20080708:
|
|
|
|
AFFECTS: users of emulators/qemu-devel
|
|
|
|
AUTHOR: nox@FreeBSD.org
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
The port has been updated to a 20080620 SVN snapshot, which uses the
|
2008-07-08 20:56:00 +02:00
|
|
|
new (incompatible) kqemu-kmod-devel port that now also works for the
|
|
|
|
32 bit "qemu" executable on amd64. If you upgrade qemu-devel with the
|
|
|
|
KQEMU knob on, you have to
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# pkg_delete kqemu-kmod-1\*
|
2008-07-08 20:56:00 +02:00
|
|
|
|
|
|
|
the old kqemu version first if it is installed.
|
|
|
|
|
2008-07-05 11:27:33 +02:00
|
|
|
20080705:
|
|
|
|
AFFECTS: users of www/ikiwiki
|
|
|
|
AUTHOR: Henrik Brix Andersen <brix@FreeBSD.org>
|
|
|
|
|
|
|
|
The IkiWiki search plug-in now uses www/xapian-omega as backend
|
|
|
|
instead of textproc/hyperestraier. You will need to update the
|
|
|
|
configuration of any search enabled ikiwiki installations and
|
|
|
|
rebuild them since the search form has changed.
|
|
|
|
|
2008-07-04 19:24:35 +02:00
|
|
|
20080704:
|
|
|
|
AFFECTS: users of misc/shared-mime-info
|
|
|
|
AUTHOR: FreeBSD GNOME Team <gnome@FreeBSD.org>
|
|
|
|
|
2008-07-10 04:41:11 +02:00
|
|
|
The misc/shared-mime-info has been updated to 0.40. The Mime Types caches
|
2008-07-23 17:06:23 +02:00
|
|
|
have been changed a bit. If you have created any custom MIME types, you
|
2008-07-04 19:24:35 +02:00
|
|
|
will need to run update-mime-database to update your local Mime Types
|
2008-07-23 17:06:23 +02:00
|
|
|
caches:
|
2008-07-04 19:24:35 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ update-mime-database ~/.local/share/mime/
|
2008-07-04 19:24:35 +02:00
|
|
|
|
2008-07-03 00:33:10 +02:00
|
|
|
20080702:
|
|
|
|
AFFECTS: users of irc/ratbox-services
|
|
|
|
AUTHOR: Beech Rintoul <beech@FreeBSD.org>
|
|
|
|
|
|
|
|
Configuration file and database changes have been made between the
|
|
|
|
1.1.x series and the current release version of ratbox-services.
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
It is highly recommended that services are stopped, and the proper
|
|
|
|
upgrade procedure is followed as described in port's documentation,
|
|
|
|
before restarting newly updated ratbox-services again.
|
2008-07-03 00:33:10 +02:00
|
|
|
|
|
|
|
Please remember to backup the database before attempting an
|
2008-07-23 17:06:23 +02:00
|
|
|
upgrade, as incorrectly upgraded database may be rendered unusable.
|
2008-07-03 00:33:10 +02:00
|
|
|
|
|
|
|
The ratbox-services-1.2.x branch implements multi-language support.
|
|
|
|
However, an inconsistency in the language indexing may result in
|
2008-07-23 17:06:23 +02:00
|
|
|
errors. It is therefore recommended that the English default to be
|
2008-07-03 00:33:10 +02:00
|
|
|
used until the next version release.
|
|
|
|
|
2008-07-02 08:11:28 +02:00
|
|
|
20080702:
|
|
|
|
AFFECTS: users of mail/nocc
|
|
|
|
AUTHOR: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
|
|
|
|
The Nocc configuration file has been moved into 'config' subdir.
|
|
|
|
When updating, remove the old conf.php file and reconfigure Nocc.
|
|
|
|
|
|
|
|
20080701:
|
2008-07-02 07:21:39 +02:00
|
|
|
AFFECTS: users of devel/subversion*
|
|
|
|
AUTHOR: Lev Serebryakov <lev@FreeBSD.org>
|
|
|
|
|
|
|
|
subversion now uses neon-0.28.x (www/neon28) port, and automatic
|
2008-07-23 17:06:23 +02:00
|
|
|
portupgrade will fail because www/neon28 will conflict with installed
|
|
|
|
www/neon26 port.
|
|
|
|
|
2008-07-14 13:35:09 +02:00
|
|
|
You should upgrade neon library before subversion with the command:
|
2008-07-02 07:21:39 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -o www/neon28 neon26
|
2008-07-02 07:21:39 +02:00
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
Also, if you use any special subversion ports with bindings, you
|
|
|
|
should upgrade these ports to clean subversion port with
|
2008-07-02 07:21:39 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -o devel/subversion subversion-\*
|
2008-07-02 07:21:39 +02:00
|
|
|
|
|
|
|
and install needed bindings (p5-subversion, py-subversion and/or
|
|
|
|
ruby-subversion) after that.
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
If you use subversion with bindings installed from devel/subversion
|
2008-07-02 07:21:39 +02:00
|
|
|
with custom options, don't forget to install separate bindings ports
|
|
|
|
after subversion upgrade.
|
|
|
|
|
2008-06-30 22:20:47 +02:00
|
|
|
20080630:
|
2008-08-19 15:46:21 +02:00
|
|
|
AFFECTS: users of graphics/cairo, graphics/poppler*, and future users of www/firefox3
|
2008-06-30 22:20:47 +02:00
|
|
|
AUTHOR: FreeBSD GNOME Team <gnome@FreeBSD.org>
|
|
|
|
|
2008-07-01 06:11:06 +02:00
|
|
|
The poppler* ports have been updated to 0.8.3 and the shared libraries
|
|
|
|
have changed. Firefox 3.0 has been added to the tree as www/firefox3.
|
|
|
|
These changes require that all dependent ports be updated. You can do
|
|
|
|
this in one of two ways:
|
2008-06-30 22:20:47 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portmaster pixman\*
|
|
|
|
# portmaster \*cairo\*
|
|
|
|
# portmaster -r poppler-0.\*
|
2008-06-30 22:20:47 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
or:
|
2008-06-30 22:20:47 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# pkgdb -Ff
|
|
|
|
# portupgrade pixman\* \*cairo\*
|
|
|
|
# portupgrade -r poppler-0.\*
|
2008-06-30 22:20:47 +02:00
|
|
|
|
2008-06-28 01:26:43 +02:00
|
|
|
20080627:
|
|
|
|
AFFECTS: users of x11-drivers/xf86-video-ati
|
|
|
|
AUTHOR: Jung-uk Kim <jkim@FreeBSD.org>
|
|
|
|
|
|
|
|
mach64 and r128 drivers are now separated out from the ati driver.
|
|
|
|
These video cards are supported by x11-drivers/xf86-video-mach64
|
|
|
|
and x11-drivers/xf86-video-r128 respectively. If you have one of
|
|
|
|
the affected video cards and xorg.conf contains the following line:
|
|
|
|
|
|
|
|
Driver "ati"
|
|
|
|
|
|
|
|
you must specify "mach64" or "r128". Alternatively, you may install
|
|
|
|
x11-drivers/xf86-video-ati to get a wrapper driver.
|
|
|
|
|
2008-07-08 20:29:58 +02:00
|
|
|
20080626:
|
|
|
|
AFFECTS: users of science/gramps
|
|
|
|
AUTHOR: Anders Troback <freebsd@troback.com>
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Before you upgrade from 2.x to 3.x you need to export your existing
|
2008-07-11 17:15:34 +02:00
|
|
|
databases to a GRAMPS XML file. After the upgrade you can import
|
|
|
|
them into the new version.
|
2008-07-08 20:29:58 +02:00
|
|
|
|
2008-06-25 08:25:15 +02:00
|
|
|
20080624:
|
|
|
|
AFFECTS: users of irc/ircd-ratbox-devel
|
|
|
|
AUTHOR: Beech Rintoul <beech@FreeBSD.org>
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
Upgrading between different beta releases can cause problems when
|
|
|
|
changes to the ban database schema have occurred. The 'bantool'
|
|
|
|
utility now comes with a -u switch that will check and update the
|
|
|
|
ban database as necessary.
|
2008-06-25 08:25:15 +02:00
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
Issuing 'bantool -u' is required when upgrading between beta releases
|
|
|
|
and must not be done while the ircd is running.
|
2008-06-25 08:25:15 +02:00
|
|
|
|
2008-06-25 02:41:42 +02:00
|
|
|
20080624:
|
|
|
|
AFFECTS: users of www/mod_security
|
|
|
|
AUTHOR: Marcelo Araujo <araujo@FreeBSD.org>
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
The mod_security port has been updated from 1.9.4 to 2.5.5. Branch 1.9.x
|
|
|
|
will not receive any further updates; all users must update mod_security
|
|
|
|
port to versions 2.1 or 2.5.
|
2008-06-25 02:41:42 +02:00
|
|
|
|
|
|
|
You can get more information about update issues at:
|
2008-07-23 17:06:23 +02:00
|
|
|
|
|
|
|
http://www.modsecurity.org/documentation/
|
2008-06-25 02:41:42 +02:00
|
|
|
|
2008-06-24 22:44:59 +02:00
|
|
|
20080624:
|
|
|
|
AFFECTS: users of www/opera and www/opera/devel
|
|
|
|
AUTHOR: Ion-Mihai Tetcu <itetcu@FreeBSD.org>
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
The Opera port has been updated from 9.2x to 9.5x. A lot of things have
|
|
|
|
been changed such as keyboard shortcuts[1]; new storage and indexing
|
|
|
|
formats for mail and feeds; new search.ini; native amd64 binaries; no 4.x
|
|
|
|
support. You will be asked whether to convert mail and feeds to new
|
|
|
|
format during start up. Warning: there is no way to downgrade back to
|
|
|
|
the old format. Be sure to see the Changelog[2].
|
2008-06-24 22:44:59 +02:00
|
|
|
|
|
|
|
[1] http://www.opera.com/support/search/view/884/
|
|
|
|
[2] http://www.opera.com/docs/changelogs/freebsd/950/
|
|
|
|
|
2008-06-23 23:11:15 +02:00
|
|
|
20080622:
|
|
|
|
AFFECTS: users of devel/subversion, subversion-devel and subversion-freebsd
|
2008-07-23 11:53:39 +02:00
|
|
|
with apr from www/apache22
|
2008-06-23 23:11:15 +02:00
|
|
|
AUTHOR: Clement Laforet <clement@FreeBSD.org>
|
|
|
|
|
|
|
|
apr and apr-util bundled with apache 2.2.9 have been upgraded to 1.3.x, so
|
|
|
|
shared libraries' versions have been bumped. If you are using subversion
|
|
|
|
with apache22 apr, you must rebuild subversion after the update.
|
|
|
|
|
2008-06-17 15:20:34 +02:00
|
|
|
20080617:
|
|
|
|
AFFECTS: users of editors/nvi-devel
|
|
|
|
AUTHOR: Wesley Shields <wxs@FreeBSD.org>
|
|
|
|
|
|
|
|
editors/nvi-devel has been changed to install nvi, nex, and nview as
|
|
|
|
to not conflict with editors/2bsd-vi. Please note the new names if
|
|
|
|
you use this port.
|
|
|
|
|
2008-06-17 03:50:05 +02:00
|
|
|
20080616:
|
|
|
|
AFFECTS: users of mail/dkim-milter
|
|
|
|
AUTHOR: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
|
|
|
|
2008-06-17 18:45:18 +02:00
|
|
|
Most of the command line options can now be set in configure files.
|
2008-06-17 03:50:05 +02:00
|
|
|
So the default values (such as milterdkim_socket) are changed to blank.
|
2008-06-22 19:02:50 +02:00
|
|
|
Upgrading users should check the values both in rc.conf and
|
2008-06-17 03:50:05 +02:00
|
|
|
dkim-filter.conf.
|
|
|
|
|
2008-06-13 06:00:57 +02:00
|
|
|
20080612:
|
|
|
|
AFFECTS: users of www/linux-opera
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
The Opera port has been updated from 9.2x to 9.5x. A lot of things have
|
|
|
|
been changed such as keyboard shortcuts[1]; new storage and indexing
|
|
|
|
formats for mail and feeds; new search.ini; probably more that I have
|
|
|
|
missed. I do not know if the keyboard shortcuts and search.ini will be
|
|
|
|
overwritten. You will be asked whether you want mail and feeds to be
|
|
|
|
converted to new format during start up. Warning: there is no way to
|
|
|
|
downgrade back to the old format. Be sure to see the Changelog[2].
|
2008-06-13 06:00:57 +02:00
|
|
|
|
|
|
|
[1] http://www.opera.com/support/search/view/884/
|
|
|
|
[2] http://www.opera.com/docs/changelogs/linux/950/
|
|
|
|
|
|
|
|
It is probably best for you to back up your linux-opera directory in
|
2008-07-23 12:08:02 +02:00
|
|
|
case until you have no problem with new Opera for a while. Also, you
|
|
|
|
might have to re-configure search and keyboard shortcuts if these were
|
2008-07-23 11:53:39 +02:00
|
|
|
overwritten:
|
2008-06-13 06:00:57 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cp -Rp ~/.linux-opera ~/.linux-opera-bak
|
2008-06-13 06:00:57 +02:00
|
|
|
|
2008-07-23 12:08:02 +02:00
|
|
|
If you are seeing an error of undefined symbols related to GTK+, it is
|
2008-06-13 06:00:57 +02:00
|
|
|
because it needs newer linux-gtk2 that ports doesn't have. You can enter
|
|
|
|
'opera:config#FileSelector|DialogToolkit' in the address bar and change
|
2008-07-23 12:08:02 +02:00
|
|
|
from 0 to 1 in 'Dialog Toolkit' if it annoys you. 0 = auto detection,
|
|
|
|
1 = QT, and 2 = GTK+.
|
2008-06-13 06:00:57 +02:00
|
|
|
|
2008-07-16 23:28:42 +02:00
|
|
|
20080610:
|
|
|
|
AFFECTS: users of mail/svnmailer
|
2008-08-28 06:56:49 +02:00
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
2008-07-16 23:28:42 +02:00
|
|
|
|
|
|
|
Some of the config directives and sections allowed have changed. You will
|
2008-07-23 17:06:23 +02:00
|
|
|
have to edit your config file when updating to 1.1.0-dev-r1373 version of
|
|
|
|
the port. Please see the following URL for more information:
|
2008-07-16 23:28:42 +02:00
|
|
|
|
|
|
|
http://opensource.perlig.de/en/svnmailer/doc-1.1/#general-config-charset
|
|
|
|
|
2008-06-09 16:23:04 +02:00
|
|
|
20080609:
|
|
|
|
AFFECTS: users of devel/pear-Date_Holidays
|
|
|
|
AUTHOR: tabthorpe@FreeBSD.org
|
|
|
|
|
|
|
|
pear-Date_Holidays has been split into multiple subports. If you want
|
|
|
|
a specific geographic region, look at devel/pear-Date_Holidays_*
|
|
|
|
|
2008-06-06 04:47:23 +02:00
|
|
|
20080605:
|
|
|
|
AFFECTS: users of audio/paman and audio/pavucontrol
|
|
|
|
AUTHOR: lippe@FreeBSD.org
|
|
|
|
|
2008-06-09 15:39:27 +02:00
|
|
|
paman was renamed to pavucontrol, which are two different projects.
|
2008-07-23 17:06:23 +02:00
|
|
|
paman is a GTK frontend to PulseAudio, while pavucontrol is a GTK-based
|
2008-06-09 15:39:27 +02:00
|
|
|
volume control tool to PulseAudio.
|
2008-06-06 04:47:23 +02:00
|
|
|
|
2008-06-06 04:36:17 +02:00
|
|
|
20080605:
|
2008-07-23 11:53:39 +02:00
|
|
|
AFFECTS: users of devel/gettext (i.e.: YOU)
|
2008-06-06 04:36:17 +02:00
|
|
|
AUTHOR: ade@FreeBSD.org
|
|
|
|
|
|
|
|
As a result of the upgrade to gettext-0.17, the shared library version
|
|
|
|
of libintl has changed, so you will need to rebuild all ports that
|
|
|
|
depend on gettext:
|
2008-06-22 19:02:50 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -rf gettext
|
|
|
|
# portmaster -r gettext\*
|
2008-06-06 04:36:17 +02:00
|
|
|
|
|
|
|
Given the scope and sheer number of dependent ports, it may be more
|
|
|
|
advisable to simply blow away all existing install ports (after
|
|
|
|
keeping any local configuration changes), and rebuilding from scratch.
|
|
|
|
|
2008-06-03 16:36:50 +02:00
|
|
|
20080603:
|
|
|
|
AFFECTS: users of editors/emacs
|
|
|
|
AUTHOR: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
|
|
|
|
The port (editors/emacs) is updated to 22.2 and some of emacs lisp
|
2008-07-23 17:06:23 +02:00
|
|
|
directories had changed. So you should reinstall all ports depending on
|
2008-06-03 16:36:50 +02:00
|
|
|
this one. Run something like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -fr emacs
|
2008-06-03 16:36:50 +02:00
|
|
|
|
2008-06-01 23:16:55 +02:00
|
|
|
20080601:
|
|
|
|
AFFECTS: users of www/ikiwiki
|
|
|
|
AUTHOR: brix@FreeBSD.org
|
|
|
|
|
|
|
|
If password based logins is enabled in ikiwiki, those passwords were
|
|
|
|
stored in cleartext in the userdb. To guard against exposing users'
|
|
|
|
passwords, ikiwiki 2.48 and later use strong (blowfish) hashes for
|
|
|
|
storing passwords.
|
|
|
|
|
|
|
|
To hash existing passwords, update to ikiwiki-2.48 and run the
|
|
|
|
following command for each of your ikiwiki src dirs:
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
ikiwiki-transition hashpassword /path/to/your/wiki/srcdir
|
2008-06-01 23:16:55 +02:00
|
|
|
|
2008-05-24 02:05:24 +02:00
|
|
|
20080524:
|
|
|
|
AFFECTS: users of net-im/jabberd
|
|
|
|
AUTHOR: mm@FreeBSD.org
|
|
|
|
|
|
|
|
Starting with version 2.2.0, resolver is now built in the S2S component.
|
2008-07-23 17:06:23 +02:00
|
|
|
Jabberd configuration files require updating:
|
2008-05-24 02:05:24 +02:00
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
jabberd.cfg: resolver component must be removed
|
|
|
|
s2s.xml: <lookup> section must be added (see s2s.xml.dist)
|
|
|
|
resolver.xml: may be deleted (file not required anymore)
|
2008-05-24 02:05:24 +02:00
|
|
|
|
2008-05-20 11:57:45 +02:00
|
|
|
20080519:
|
|
|
|
AFFECTS: users of www/nginx and www/nginx-devel
|
|
|
|
AUTHOR: osa@FreeBSD.org
|
|
|
|
|
|
|
|
Nginx version lines have been changed: 0.5 -> 0.6 for stable and
|
|
|
|
0.6 -> 0.7 for development version. Make sure your configuration
|
2008-07-23 17:06:23 +02:00
|
|
|
files are compatible with the new version(s).
|
2008-05-20 11:57:45 +02:00
|
|
|
|
2008-05-19 18:10:46 +02:00
|
|
|
20080519:
|
|
|
|
AFFECTS: users of irc/bitlbee
|
|
|
|
AUTHOR: brix@FreeBSD.org
|
|
|
|
|
|
|
|
The default installation is now configured for running bitlbee as
|
|
|
|
user 'bitlbee'. Make sure any existing configuration files are
|
|
|
|
readable by that user.
|
|
|
|
|
2008-05-17 21:17:44 +02:00
|
|
|
20080517:
|
|
|
|
AFFECTS: users of multimedia/smplayer-*
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The slave port multimedia/smplayer-qt4 has been removed with the upgrade
|
|
|
|
of multimedia/smplayer to 0.6.0, qt3 is no longer supported. They are now
|
|
|
|
fully integrated into multimedia/smplayer.
|
2008-05-17 21:17:44 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Please uninstall multimedia/smplayer-qt4 port before upgrading
|
|
|
|
multimedia/smplayer to version 0.6.0 or higher.
|
2008-05-17 21:17:44 +02:00
|
|
|
|
2008-05-13 15:44:24 +02:00
|
|
|
20080513:
|
2008-07-23 11:53:39 +02:00
|
|
|
AFFECTS: users of security/amavisd-new
|
2008-05-13 15:44:24 +02:00
|
|
|
AUTHOR: scheidell@secnap.net
|
|
|
|
|
|
|
|
Amavisd-new 2.6.0 introduces several incompatibilities with prior versions.
|
|
|
|
If you are upgrading from 2.5.4 or earlier, you will need to update your
|
2008-07-23 17:06:23 +02:00
|
|
|
SQL schema. If you have third party programs that access SQL tables, you
|
2008-05-13 15:44:24 +02:00
|
|
|
will need to update those also.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
COMPATIBILITY WITH 2.5.4:
|
2008-05-13 15:44:24 +02:00
|
|
|
|
2008-05-17 13:45:52 +02:00
|
|
|
- when using SQL for logging (e.g. for a pen pals feature) or for
|
|
|
|
quarantining, SQL tables tables maddr, msgs, msgrcpt and quarantine need
|
|
|
|
to be extended by a new field 'partition_tag'; see below for details;
|
2008-05-13 15:44:24 +02:00
|
|
|
|
2008-05-17 13:45:52 +02:00
|
|
|
- when SQL logging (pen pals) or SQL lookups are used, one can choose a
|
|
|
|
binary or a character data type for fields users.email, mailaddr.email,
|
|
|
|
and maddr.email; now may be a good opportunity to change a data type
|
|
|
|
to binary (string of bytes); see below for details;
|
2008-05-13 15:44:24 +02:00
|
|
|
|
2008-05-17 13:45:52 +02:00
|
|
|
- when using SQL for logging, a default for $sql_clause{'upd_msg'}
|
|
|
|
has changed, so if a configuration file replaces this SQL clause
|
|
|
|
by a non-default setting, it needs to be updated;
|
2008-05-13 15:44:24 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Full information in /usr/local/share/doc/amavisd-new/RELEASE_NOTES.
|
2008-05-13 15:44:24 +02:00
|
|
|
|
2008-05-13 14:45:54 +02:00
|
|
|
20080513:
|
|
|
|
AFFECTS: users of audio/ampache
|
|
|
|
AUTHOR: jadawin@FreeBSD.org
|
|
|
|
|
2008-05-19 06:55:27 +02:00
|
|
|
Ampache 3.4 uses a different config parser. Unfortunately the new parser
|
|
|
|
is unable to read old config files. You must run php
|
2008-05-13 14:45:54 +02:00
|
|
|
${WWWDIR}/bin/migrate_config.inc from the command line.
|
|
|
|
|
2008-05-09 02:56:58 +02:00
|
|
|
20080508:
|
|
|
|
AFFECTS: users of databases/ptop
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
|
|
|
The authors have changed the name of this utility to pg_top. To avoid
|
2008-08-11 23:20:13 +02:00
|
|
|
conflict with another port in the tree with the same name we have retained
|
2008-05-09 02:56:58 +02:00
|
|
|
'ptop' as the portname. Also note, the binary has also changed to pg_top.
|
|
|
|
Please start the utility with that name after updating.
|
|
|
|
|
2008-05-07 11:24:13 +02:00
|
|
|
20080507:
|
|
|
|
AFFECTS: perl interface users of audio/gramofile
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
Perl support is removed due to devel/swig11 removal in ports.
|
|
|
|
If you use the Perl interface, you are encouraged to use
|
2008-07-23 17:06:23 +02:00
|
|
|
the new Audio::Gramofile found on CPAN (contact me for the ports).
|
2008-05-07 11:24:13 +02:00
|
|
|
|
2008-05-07 11:22:05 +02:00
|
|
|
20080506:
|
2008-05-06 12:48:14 +02:00
|
|
|
AFFECTS: users of net-mgmt/collectd
|
|
|
|
AUTHOR: daniel@roe.ch
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Previously, net-mgmt/collectd used to remove the config file even if it
|
|
|
|
was changed by the user. This has now been fixed.
|
2008-07-23 17:06:23 +02:00
|
|
|
|
2008-05-06 12:48:14 +02:00
|
|
|
To upgrade without losing your configuration, copy
|
2008-08-11 23:20:13 +02:00
|
|
|
${PREFIX}/etc/collectd.conf away to a safe place before upgrading
|
|
|
|
net-mgmt/collectd.
|
2008-07-23 17:06:23 +02:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
In addition, the default location of the data files changed from
|
|
|
|
${PREFIX}/var/lib/collectd to /var/db/collectd; you may want to move your
|
|
|
|
data files and edit your configuration accordingly.
|
2008-05-06 12:48:14 +02:00
|
|
|
|
2008-05-04 01:44:23 +02:00
|
|
|
20080503:
|
|
|
|
AFFECTS: users of net/skype-devel
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Skype-devel port has been removed in favor and by upading of net/skype.
|
|
|
|
If you are running skype-devel, please do the following:
|
2008-05-04 01:44:23 +02:00
|
|
|
|
|
|
|
portupgrade -o net/skype net/skype-devel
|
|
|
|
|
2008-04-27 07:01:38 +02:00
|
|
|
20080426:
|
|
|
|
AFFECTS: users of www/phpgedview
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
|
|
|
The install location of phpgedview has changed from www/data/phpGedView to
|
|
|
|
www/phpgedview. If you are updating from a previous version please do
|
|
|
|
the following:
|
|
|
|
|
|
|
|
mv /usr/local/www/data/phpGedView /usr/local/www
|
|
|
|
|
2008-04-27 07:05:19 +02:00
|
|
|
You will also need to adjust the paths in your web server to reflect the new
|
2008-04-27 07:01:38 +02:00
|
|
|
location.
|
2007-02-23 23:50:15 +01:00
|
|
|
|
2008-04-16 18:07:05 +02:00
|
|
|
20080416:
|
|
|
|
AFFECTS: users of security/clamav
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
Clamav 0.93 does not support the daily.inc and main.inc directories format
|
|
|
|
for virus databases. You need to remove these directories manually and
|
2008-08-11 23:20:13 +02:00
|
|
|
force freshclam to get new cvd format files before starting clamd:
|
2008-04-16 18:07:05 +02:00
|
|
|
|
2008-07-23 17:06:23 +02:00
|
|
|
portupgrade clamav
|
|
|
|
/usr/local/etc/rc.d/clamav-clamd stop
|
|
|
|
/usr/local/etc/rc.d/clamav-freshclam stop
|
|
|
|
rm -rf /var/db/clamav/main.inc /var/db/clamav/daily.inc
|
|
|
|
freshclam
|
|
|
|
/usr/local/etc/rc.d/clamav-freshclam start
|
|
|
|
/usr/local/etc/rc.d/clamav-clamd start
|
2008-04-16 18:07:05 +02:00
|
|
|
|
2008-04-08 05:41:23 +02:00
|
|
|
20080408:
|
|
|
|
AFFECTS: users of www/p5-Apache-Test
|
2008-08-28 06:56:49 +02:00
|
|
|
AUTHOR: pgollucci@FreeBSD.org
|
2008-04-08 05:41:23 +02:00
|
|
|
|
|
|
|
www/p5-Apache-Test doesn't actually need www/mod_perl{1,2}. If you would
|
|
|
|
like to test a mod_perl, than please install www/mod_perl2 or www/mod_perl
|
2008-08-11 23:20:13 +02:00
|
|
|
as well. The ports infrastructure doesn't support this (yet) but you can
|
|
|
|
use it to test www/apache13, www/apache20, and/or www/apache22 without
|
|
|
|
chaining www/p5-Apache-Test.
|
2008-04-08 05:41:23 +02:00
|
|
|
|
2008-04-05 19:02:17 +02:00
|
|
|
20080405:
|
|
|
|
AFFECTS: users of sysutils/tracker
|
|
|
|
AUTHOR: ahze@FreeBSD.org
|
2008-05-19 06:55:27 +02:00
|
|
|
|
2008-04-05 19:02:17 +02:00
|
|
|
The sysutils/tracker port is now a meta port and tracker is now split into
|
|
|
|
separate ports to allow non-GNOME users to install tracker without pulling
|
|
|
|
in GNOME components. To upgrade please use the directions below.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portmaster users:
|
|
|
|
portmaster -o sysutils/tracker-client tracker
|
|
|
|
portmaster -u sysutils/tracker
|
2008-04-05 19:02:17 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portupgrade users:
|
|
|
|
portupgrade -o sysutils/tracker-client tracker
|
|
|
|
portupgrade -u sysutils/tracker
|
2008-04-05 19:02:17 +02:00
|
|
|
|
2008-04-05 16:56:15 +02:00
|
|
|
20080405:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users and maintainers of ports that depend on databases/sqlite3
|
2008-04-05 16:56:15 +02:00
|
|
|
AUTHOR: mnag@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Port databases/sqlite3 was updated to 3.5.6 and now has threads enabled
|
|
|
|
by default. If you encounter any problem with it, you can recompile sqlite3
|
|
|
|
without threads and test or change Makefile of affected port with this:
|
2008-04-05 16:56:15 +02:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
sed -i.bak -E -e "s|USE_SQLITE=.*|USE_SQLITE=34|g" \
|
|
|
|
-e "s|databases/sqlite3|databases/sqlite34|g" Makefile
|
2008-04-05 16:56:15 +02:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Please report success or failure to port maintainer and to me.
|
2008-04-05 16:56:15 +02:00
|
|
|
|
2008-04-03 22:29:54 +02:00
|
|
|
20080403:
|
|
|
|
AFFECTS: users of emulators/qemu and emulators/qemu-devel
|
|
|
|
AUTHOR: nox@FreeBSD.org
|
|
|
|
|
|
|
|
The default configuration location (qemu-ifup script etc.) has been
|
|
|
|
changed from /etc to ${PREFIX}/etc (usually /usr/local/etc). Move your
|
|
|
|
files accordingly.
|
|
|
|
|
2008-03-30 01:18:07 +01:00
|
|
|
20080330:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
www/mediawiki version is 1.12 now. 1.11 version was preserved on
|
|
|
|
www/mediawiki111 port.
|
|
|
|
|
2008-03-29 20:50:39 +01:00
|
|
|
20080329:
|
|
|
|
AFFECTS: users of www/phpadsnew
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-03-30 01:20:48 +01:00
|
|
|
Phpadsnew has been replaced with www/openx.
|
2008-03-29 20:50:39 +01:00
|
|
|
To upgrade please do the following:
|
|
|
|
|
|
|
|
1. Install www/openx
|
2008-08-11 23:20:13 +02:00
|
|
|
2. Copy the configuration file from phpadsnew to the var directory of
|
|
|
|
www/openx
|
2008-03-29 20:50:39 +01:00
|
|
|
3. Copy your banner images from phpadsnew/www/images to openx/www/images
|
2008-08-11 23:20:13 +02:00
|
|
|
4. Access openx on your browser and follow the instructions for upgrading
|
2008-07-23 11:53:39 +02:00
|
|
|
5. When you are satisfied with everything working properly you can remove
|
2008-08-11 23:20:13 +02:00
|
|
|
www/phpadsnew
|
2008-03-29 20:50:39 +01:00
|
|
|
|
2008-03-26 14:47:50 +01:00
|
|
|
20080326:
|
|
|
|
AFFECTS: users of emulators/linux_base-f8
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The new port is used just like emulators/linux_base-fc6. Please, read
|
|
|
|
carefully entry 20070327 about emulators/linux_base-fc6.
|
2008-03-26 14:47:50 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
20080323:
|
2008-04-27 06:12:47 +02:00
|
|
|
AFFECTS: users of multimedia/gstreamer
|
2008-03-24 04:52:36 +01:00
|
|
|
AUTHOR: multimedia@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Gstreamer port was updated. Due to the move of some plugins between
|
|
|
|
ports, you will have to rebuild the gstreamer-plugins-good port after
|
|
|
|
upgrading.
|
2008-03-24 04:52:36 +01:00
|
|
|
|
|
|
|
Portupgrade users:
|
|
|
|
# portupgrade -a
|
|
|
|
# portupgrade -f gstreamer-plugins-good
|
|
|
|
|
|
|
|
Portmaster users:
|
|
|
|
# portmaster -a
|
|
|
|
# portmaster gstreamer-plugins-good
|
|
|
|
|
|
|
|
20080323:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: all GNOME users and ports depend on gnomehier
|
2008-03-24 04:52:36 +01:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
GNOME has been updated to 2.22.0. You have to deinstall a few ports first
|
|
|
|
before using portupgrade or portmaster in order to successfully upgrade
|
|
|
|
your GNOME installation.
|
|
|
|
|
|
|
|
Portupgrade users:
|
|
|
|
# pkgdb -Ff
|
|
|
|
# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
|
|
|
|
# portupgrade -aOW
|
|
|
|
|
|
|
|
Portmaster users:
|
|
|
|
# pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
|
2008-07-23 11:53:39 +02:00
|
|
|
gnome-keyring-manager\*
|
2008-03-24 04:52:36 +01:00
|
|
|
# portmaster -a
|
|
|
|
|
2008-03-24 17:38:25 +01:00
|
|
|
Be sure to read in our known issues and solutions:
|
|
|
|
|
|
|
|
http://www.freebsd.org/gnome/docs/faq222.html#q4
|
|
|
|
|
2008-08-19 15:46:21 +02:00
|
|
|
20080323:
|
|
|
|
AFFECTS: users of devel/glib20 and future users of devel/gio-fam-backend
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
In order to update to glib 2.16 or higher, you must first update the
|
|
|
|
glib20 port on its own or you will get a failure trying to install
|
2008-08-19 15:48:37 +02:00
|
|
|
devel/gio-fam-backend saying it cannot find -lgio-2.0. Portmaster users
|
|
|
|
can do:
|
2008-10-04 11:07:24 +02:00
|
|
|
|
2008-08-19 15:48:37 +02:00
|
|
|
portmaster glib-2\*
|
|
|
|
|
|
|
|
or, if you're using portupgrade:
|
|
|
|
|
|
|
|
portupgrade glib-2\*
|
2008-08-19 15:46:21 +02:00
|
|
|
|
2008-03-18 10:31:28 +01:00
|
|
|
20080318:
|
|
|
|
AFFECTS: users of audio/gnump3d
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: jadawin@FreeBSD.org
|
2008-03-18 10:31:28 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The layout of gnump3d 3.0 is changed, please read documentation and the
|
2008-03-18 10:31:28 +01:00
|
|
|
manual pages of gnump3d.
|
|
|
|
|
2008-03-18 09:46:41 +01:00
|
|
|
20080318:
|
2008-04-27 06:12:47 +02:00
|
|
|
AFFECTS: users of net/skype net/skype-devel
|
2008-03-18 09:46:41 +01:00
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-03-18 20:52:50 +01:00
|
|
|
For FreeBSD versions 7.0 and above:
|
2008-07-27 22:10:00 +02:00
|
|
|
|
2008-04-19 22:46:30 +02:00
|
|
|
It is required with both skype and skype-devel to update to linux_base-fc6.
|
|
|
|
Please do the following:
|
2008-03-18 09:46:41 +01:00
|
|
|
|
|
|
|
1. Make sure there are no running linux applications.
|
|
|
|
2. Unmount linprocfs (umount /compat/linux/proc)
|
|
|
|
3. Uninstall your current linux_base port
|
2008-03-28 06:38:32 +01:00
|
|
|
4. Set appropriate sysctl (sysctl compat.linux.osrelease=2.6.16)
|
|
|
|
5. Install emulators/linux_base-fc6
|
|
|
|
6 Remount linprocfs (mount /compat/linux/proc)
|
|
|
|
7. Add compat.linux.osrelease=2.6.16 to etc/sysctl.conf
|
2008-04-08 22:55:52 +02:00
|
|
|
8. Add OVERRIDE_LINUX_BASE_PORT=fc6 to /etc/make.conf
|
2008-03-28 06:38:32 +01:00
|
|
|
|
|
|
|
Note: These instructions also apply to linux_base-f8, please use the same
|
|
|
|
osrelease.
|
2008-03-18 09:46:41 +01:00
|
|
|
|
2008-03-18 20:52:50 +01:00
|
|
|
For FreeBSD versions 5.x and 6.x:
|
2008-07-27 22:10:00 +02:00
|
|
|
|
|
|
|
Please use the legacy version net/skype12:
|
2008-03-18 20:52:50 +01:00
|
|
|
|
|
|
|
portupgrade -o net/skype12 net/skype
|
|
|
|
|
2008-03-16 10:20:35 +01:00
|
|
|
20080316:
|
|
|
|
AFFECTS: users of net/iscsi-target
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
The default configuration location has been changed from /etc to
|
2008-08-11 23:20:13 +02:00
|
|
|
${PREFIX}/etc. Move your files accordingly.
|
2008-03-16 10:20:35 +01:00
|
|
|
|
2008-03-14 22:40:33 +01:00
|
|
|
20080314:
|
|
|
|
AFFECTS: users of security/nmapfe
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
nmapfe has been renamed to zenmap upstream. The port has also been
|
|
|
|
renamed. If you haven't already installed nmapfe, you need to:
|
2008-03-14 22:40:33 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o security/zenmap nmapfe\*
|
2008-03-14 22:40:33 +01:00
|
|
|
|
2008-03-13 04:34:15 +01:00
|
|
|
20080313:
|
|
|
|
AFFECTS: users of mail/ezmlm-web
|
|
|
|
AUTHOR: hans@nordhaug.priv.no
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The layout of ezmlm-web 3.2 is changed, please read documentation and
|
2008-03-13 04:34:15 +01:00
|
|
|
the manual page of ezmlm-web.cgi.
|
|
|
|
|
2008-03-12 11:56:27 +01:00
|
|
|
20080312:
|
|
|
|
AFFECTS: users of x11-wm/enlightenment-devel, x11/ecore and grephics/evas
|
|
|
|
AUTHOR: stas@FreeBSD.org
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Evas and ecore ports have been split to separate modules to simplify
|
2008-03-12 11:56:27 +01:00
|
|
|
dependency tracking. Thus, portupgrade in many cases won't be able to
|
|
|
|
correctly update these ports.
|
|
|
|
|
|
|
|
The easiest upgrade path would be to remove all EFL ports and install
|
|
|
|
them from scratch. At least, you should reinstall ecore and evas.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Please note that your old $HOME/.e is no longer compatible with new
|
2008-03-15 18:30:34 +01:00
|
|
|
snapshot version. You will need to remove this directory and let e17
|
2008-07-23 11:53:39 +02:00
|
|
|
create it automatically on the next startup.
|
2008-03-15 18:30:34 +01:00
|
|
|
|
2008-03-06 00:59:00 +01:00
|
|
|
20080306:
|
|
|
|
AFFECTS: users of mail/dovecot
|
|
|
|
AUTHOR: ehaupt@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The update to version 1.0.12 will require manual change to the active
|
|
|
|
configuration file.
|
2008-03-06 00:59:00 +01:00
|
|
|
|
|
|
|
mail_extra_groups setting was commonly used insecurely. This setting is now
|
|
|
|
deprecated. Most users should switch to using mail_privileged_group setting,
|
|
|
|
but if you really need the old functionality use mail_access_groups instead.
|
|
|
|
|
2008-03-03 12:57:08 +01:00
|
|
|
20080303:
|
|
|
|
AFFECTS: users of security/gnutls and any port that depends on it
|
|
|
|
AUTHOR: novel@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
gnutls has been updated to 2.2.2 and all shared libraries' versions have
|
|
|
|
been bumped. So you need to rebuild all applications that depend on
|
|
|
|
gnutls. Do something like:
|
2008-03-03 12:57:08 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf gnutls
|
2008-03-03 12:57:08 +01:00
|
|
|
|
2008-02-24 00:41:59 +01:00
|
|
|
20080223:
|
|
|
|
AFFECTS: users of www/instiki
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The default installation directory for instiki has changed from
|
2008-02-24 00:41:59 +01:00
|
|
|
/usr/local/instiki to /usr/local/share/instiki.
|
|
|
|
|
|
|
|
If you are updating from a previous version, to preserve your
|
|
|
|
settings and data, please do the following:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
2008-02-24 00:41:59 +01:00
|
|
|
mv /usr/local/instiki /usr/local/share
|
2008-07-23 11:53:39 +02:00
|
|
|
|
2008-02-24 00:41:59 +01:00
|
|
|
Then update as usual.
|
|
|
|
|
2008-02-20 02:10:09 +01:00
|
|
|
20080219:
|
|
|
|
AFFECTS: users of x11-wm/xmonad
|
|
|
|
AUTHOR: jacula@gmail.com
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
From now XMonad uses a new configuration file system, so you don't have
|
|
|
|
to edit Config.hs anymore. Instead, create a custom configuration file
|
|
|
|
~/.xmonad/xmonad.hs. You can take a look at some samples on Xmonad's
|
|
|
|
website. Note that you can be interested in x11-wm/xmonad-contrib.
|
2008-02-20 02:10:09 +01:00
|
|
|
|
2008-02-18 18:21:43 +01:00
|
|
|
20080218:
|
|
|
|
AFFECTS: users of devel/poco and devel/poco-ssl
|
|
|
|
AUTHOR: lippemail@gmail.com
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The HashFunction class template has been changed in an incompatible way.
|
|
|
|
The member function formerly named hash() is now the function call
|
|
|
|
operator. If you have defined your own HashFunction classes, then you
|
|
|
|
have to update your code.
|
2008-02-18 18:21:43 +01:00
|
|
|
|
2008-02-17 13:27:13 +01:00
|
|
|
20080216:
|
|
|
|
AFFECTS: users of sysutils/symon
|
|
|
|
AUTHOR: uspoerlein@gmail.com
|
|
|
|
|
|
|
|
The symon port has been updated from 2.75 to 2.78. It changes the wire
|
|
|
|
protocol again. You should update your symux(8) and symon(8) installations
|
2008-07-23 11:53:39 +02:00
|
|
|
simultaneously, as:
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
- new symon clients will make old symux servers exit, and
|
|
|
|
- new symux servers don't understand the old symon client's if() and
|
|
|
|
mem() probes.
|
2008-02-17 13:27:13 +01:00
|
|
|
|
2008-02-08 11:22:18 +01:00
|
|
|
20080208:
|
|
|
|
AFFECTS: users of ports-mgmt/portupgrade
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
As was claimed in the entry 20070301 below in this file, you should fill
|
|
|
|
ALT_DEPENDS section of pkgtools.conf for portupgrade to work correctly
|
2008-02-08 11:22:18 +01:00
|
|
|
with your alternative dependencies. Now it's an obligatory requirement.
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
It was done as a compromise between speed and complexity.
|
2008-02-08 11:22:18 +01:00
|
|
|
|
2008-02-03 09:31:22 +01:00
|
|
|
20080203:
|
|
|
|
AFFECTS: users of www/xshttpd
|
|
|
|
AUTHOR: johans@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
www/xshttpd now uses ${PREFIX}/www/xshttpd/ as a root directory for its
|
|
|
|
data files. The xshttpd configuration files have been moved to
|
|
|
|
${PREFIX}/www/xshttpd/conf/. Please move the appropriate local files
|
2008-02-03 09:31:22 +01:00
|
|
|
manually if you are upgrading from 3.4 or older versions.
|
|
|
|
|
2008-02-03 00:20:50 +01:00
|
|
|
20080202:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of www/punbb
|
|
|
|
AUTHOR: beech@FreeBSD.org
|
2008-02-03 00:20:50 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Install paths have changed. Please do the following prior to upgrade:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
2008-02-03 00:20:50 +01:00
|
|
|
cd /usr/local/www
|
|
|
|
mv punbb punbb.old
|
2008-02-03 21:46:04 +01:00
|
|
|
cp -R punbb.old/upload punbb
|
2008-02-03 00:20:50 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
It is now safe to update as usual.
|
|
|
|
|
|
|
|
Notes:
|
2008-02-03 00:20:50 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
* You will probably get uninstall errors regarding files not found. It's
|
|
|
|
safe to ignore them
|
|
|
|
* Your webserver path has changed from www/punbb/upload to www/punbb,
|
|
|
|
please adjust your webserver configuration and restart it
|
|
|
|
* When you are satisfied with everything working properly you may remove
|
|
|
|
the punbb.old directory:
|
2008-02-03 00:20:50 +01:00
|
|
|
rm -r /usr/local/www/punbb.old
|
|
|
|
|
2008-02-01 03:04:08 +01:00
|
|
|
20080201:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of www/ziproxy
|
|
|
|
AUTHOR: pankov_p@mail.ru
|
2008-02-01 03:04:08 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The configuration file was moved from /usr/local/etc to
|
|
|
|
/usr/local/etc/ziproxy.
|
2008-02-01 03:04:08 +01:00
|
|
|
|
2008-01-26 17:44:43 +01:00
|
|
|
20080126:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of net-p2p/deluge
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
2008-01-26 17:44:43 +01:00
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
Deluge was updated to version 0.5.8.2. If you are using blocklist plugin,
|
|
|
|
you have to remove blocklist.conf first before you can run it, or it will
|
|
|
|
crash upon start up.
|
2008-01-26 17:44:43 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
$ rm -f ~/.config/deluge/blocklist.conf
|
2008-01-26 17:44:43 +01:00
|
|
|
|
2008-01-25 12:31:31 +01:00
|
|
|
20080125:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of www/mod_security2
|
|
|
|
AUTHOR: araujo@FreeBSD.org
|
2008-01-25 12:31:31 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Update of mod_security2 is a dramatic change, because there is a need
|
2008-08-16 21:34:10 +02:00
|
|
|
to completely rewrite their obsolete rules and migrate for capacity to
|
|
|
|
use new syntax.
|
|
|
|
|
|
|
|
You are advised to make a complete backup of your configuration files
|
|
|
|
before you can perform an update.
|
2008-01-25 12:31:31 +01:00
|
|
|
|
2008-01-20 16:00:32 +01:00
|
|
|
20080120:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of www/apache20
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
2008-01-20 16:00:32 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
BDB framework provided by bsd.database.mk is now used by www/apache20
|
|
|
|
port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and
|
|
|
|
WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details ('make
|
|
|
|
show-options').
|
2008-01-20 16:00:32 +01:00
|
|
|
|
2008-01-20 12:29:31 +01:00
|
|
|
20080120:
|
2008-08-11 23:20:13 +02:00
|
|
|
AFFECTS: users of www/apache22
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
2008-01-20 12:29:31 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
BDB framework provided by bsd.database.mk is now used by www/apache22
|
|
|
|
port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and
|
|
|
|
WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details.
|
|
|
|
('make show-options').
|
2008-03-14 22:45:24 +01:00
|
|
|
|
2008-01-18 22:46:50 +01:00
|
|
|
20080118:
|
|
|
|
AFFECTS: users of net/freeradius
|
|
|
|
AUTHOR: David Wood <david@wood2.org.uk>
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
FreeRADIUS 2.0 is now available as the net/freeradius2 port. All FreeRADIUS
|
|
|
|
users are advised to consider upgrading to 2.0. It is the FreeRADIUS team's
|
|
|
|
intention to put the 1.x server into 'maintenance' mode with just critical
|
2008-08-16 21:34:10 +02:00
|
|
|
bug fixes.[1] 2.0 has many improvements including numerous bug fixes that
|
|
|
|
were too difficult for the 1.x server, as well as many new features.
|
2008-01-18 22:46:50 +01:00
|
|
|
|
|
|
|
Before uninstalling 1.x, it is recommended that you backup your
|
2008-08-16 21:34:10 +02:00
|
|
|
configuration, which is typically in /usr/local/etc/raddb, then move it
|
|
|
|
out of the way. It is also worth backing up the default configuration,
|
2008-01-18 22:46:50 +01:00
|
|
|
which is typically in /usr/local/share/examples/freeradius/raddb.
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
1.x configurations should work with the 2.0 server [2]. However the port
|
|
|
|
automatically upgrades any unedited files in the configuration when you
|
|
|
|
install a new version of FreeRADIUS. Installing 2.0 with the residue of a
|
|
|
|
1.x configuration in the default location will result in a mixed 1.x and
|
2008-01-18 22:46:50 +01:00
|
|
|
2.0 configuration that may not work.
|
|
|
|
|
|
|
|
The recommended approach is to diff your 1.x configuration against the
|
2008-03-14 22:45:24 +01:00
|
|
|
default 1.x configuration, then make corresponding changes to a copy
|
2008-08-16 21:34:10 +02:00
|
|
|
of the default 2.0 configuration. If you moved your 1.x configuration out
|
|
|
|
of the way before upgrading, you will have a 2.0 configuration ready to
|
|
|
|
edit in the default location. It is worth reading man 5 unlang for details
|
|
|
|
of the new FreeRADIUS 'un-language' before starting.
|
2008-01-18 22:46:50 +01:00
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
Alternatively, you can move your 1.x configuration to another location,
|
|
|
|
such as /usr/local/etc/raddb_v1, then edit /etc/rc.conf to point the rc.d
|
|
|
|
script to that location. For example:
|
2008-01-18 22:46:50 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
radiusd_flags="-d /usr/local/etc/raddb_v1"
|
2008-01-18 22:46:50 +01:00
|
|
|
|
2008-03-14 22:45:24 +01:00
|
|
|
I cannot guarantee that all 1.x configurations will work with the 2.0
|
2008-08-16 21:34:10 +02:00
|
|
|
server, and I only recommend using a 1.x configuration as an interim
|
|
|
|
measure.
|
2008-01-18 22:46:50 +01:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
[1] - http://www.freeradius.org/business/roadmap.html
|
|
|
|
[2] - http://preview.tinyurl.com/ysrr6a
|
2008-01-18 22:46:50 +01:00
|
|
|
|
2008-01-14 16:09:30 +01:00
|
|
|
20080114:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Perforce has been updated to version 2007.3. Upgrading is fairly
|
|
|
|
straightforward, but it is still highly recommended to follow the
|
|
|
|
upgrading instructions in the release notes:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
http://www.perforce.com/perforce/doc.073/user/relnotes.txt
|
2008-01-14 16:09:30 +01:00
|
|
|
|
2008-01-08 21:53:38 +01:00
|
|
|
20080108:
|
|
|
|
AFFECTS: users of irc/bitlbee
|
|
|
|
AUTHOR: brix@FreeBSD.org
|
|
|
|
|
|
|
|
irc/bitlbee now stores saved user settings in /var/db/bitlbee/, not
|
2008-08-16 21:34:10 +02:00
|
|
|
$PREFIX/etc/bitlbee/. You will have to manually move any existing user
|
|
|
|
settings to the new location (or override the user settings directory
|
|
|
|
using -d if you wish to keep the old behavior). Other configuration
|
|
|
|
files are still kept in $PREFIX/etc/bitlbee/ by default.
|
2008-01-08 21:53:38 +01:00
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
The default installation is now configured for running bitlbee as user
|
|
|
|
'nobody' by default. Make sure any existing configuration files are
|
|
|
|
readable by that user.
|
2008-01-08 21:53:38 +01:00
|
|
|
|
2007-12-25 20:56:34 +01:00
|
|
|
20071225:
|
|
|
|
AFFECTS: users of www/amphetadesk
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
www/amphetadesk has been updated to use the USE_RC_SUBR framework for
|
|
|
|
rc.d scripts. The rc.d script has been renamed from amphetadesk.sh to
|
|
|
|
amphetadesk for consistency with other ports.
|
2007-12-25 20:56:34 +01:00
|
|
|
|
2007-12-16 19:39:38 +01:00
|
|
|
20071216:
|
|
|
|
AFFECTS: users of net-mgmt/cacti
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
From version 0.8.7a database settings has moved to config.php file.
|
|
|
|
You have to copy your settings from db-settings.php to config.php and
|
2007-12-16 19:39:38 +01:00
|
|
|
remove db-settings.php file after updating.
|
|
|
|
|
2008-08-16 21:34:10 +02:00
|
|
|
Plugin support is dropped again and will not be revived anymore in the
|
|
|
|
port. A reason for that is the patch is unofficial and there are long
|
|
|
|
time lags between a new cacti version released and time when the patch
|
|
|
|
is adapted.
|
2007-12-16 19:39:38 +01:00
|
|
|
|
2007-12-15 16:35:53 +01:00
|
|
|
20071215:
|
|
|
|
AFFECTS: users of www/suphp
|
|
|
|
AUTHOR: koitsu@FreeBSD.org
|
|
|
|
|
|
|
|
The suPHP port has been upgraded to 0.6.2. This update requires
|
|
|
|
modifications to your Apache httpd.conf, as the new version of suPHP does
|
|
|
|
things differently than the previous version -- particularly in regards
|
|
|
|
to how AddHandler is used.
|
|
|
|
|
|
|
|
Previously, enabling suPHP was as simple as:
|
|
|
|
|
|
|
|
suPHP_Engine on
|
|
|
|
AddType application/x-httpd-php .php
|
|
|
|
AddHandler x-httpd-php .php
|
|
|
|
|
|
|
|
With suPHP 0.6.2, these should be changed to:
|
|
|
|
|
|
|
|
suPHP_Engine on
|
|
|
|
AddType application/x-httpd-php .php
|
|
|
|
suPHP_AddHandler application/x-httpd-php
|
|
|
|
|
|
|
|
If you forget this change, your PHP content will likely be offered as
|
|
|
|
downloadable content and not parsed by the PHP interpreter!
|
|
|
|
|
|
|
|
Additionally, the new version uses a configuration file vs. compile-time
|
|
|
|
settings. The configuration file is /usr/local/etc/suphp.conf, and a
|
|
|
|
working example installed as /usr/local/etc/suphp.conf-example. It's
|
|
|
|
important that the MIME type under the [handlers] section matches what
|
|
|
|
the type passed to suPHP_AddHandler in your Apache configuration.
|
|
|
|
|
2007-11-01 00:51:39 +01:00
|
|
|
20071101:
|
|
|
|
AFFECTS: users of x11/nvidia-driver
|
|
|
|
AUTHOR: danfe@FreeBSD.org
|
|
|
|
|
|
|
|
There appears to be a conflict with xorg-server 1.4 and previous version
|
|
|
|
of nvidia-driver: new xorg-server had plist change that made upgrading of
|
|
|
|
nvidia-driver bomb out with the following error:
|
|
|
|
|
|
|
|
===> Checking if x11/nvidia-driver already installed
|
|
|
|
mv: rename /usr/local/lib/xorg/modules/libwfb.so to
|
|
|
|
/usr/local/lib/xorg/modules/XXX-libwfb.so.%%.xorg-server-1.4_2,1:
|
|
|
|
No such file or directory
|
|
|
|
*** Error code 1
|
|
|
|
|
|
|
|
To remedy the situation, deinstall any instance of nvidia-driver you might
|
|
|
|
have, then reinstall xorg-server, e.g.:
|
|
|
|
|
|
|
|
# cd /usr/ports/x11-servers/xorg-server
|
|
|
|
# make install -DFORCE_PKG_REGISTER
|
|
|
|
|
|
|
|
After that, new nvidia-driver will install cleanly.
|
|
|
|
|
2007-11-01 14:01:58 +01:00
|
|
|
20071101:
|
|
|
|
AFFECTS: users of net/skype-devel
|
2007-10-30 21:49:04 +01:00
|
|
|
AUTHOR: beech@FreeBSD.org
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
The skype-devel port has been upgraded to version 1.4.0.118. This requires
|
|
|
|
a sysctl change to run. After upgrading, please do:
|
2008-08-16 21:34:10 +02:00
|
|
|
|
|
|
|
sysctl compat.linux.osrelease=2.4.20
|
|
|
|
|
|
|
|
from a terminal. You can also add "compat.linux.osrelease=2.4.20" to your
|
|
|
|
/etc/sysctl.conf to make this change permanent (at boot time).
|
2007-10-30 21:49:04 +01:00
|
|
|
|
2007-10-30 11:52:57 +01:00
|
|
|
20071030:
|
|
|
|
AFFECTS: users of sysutils/daemontools
|
|
|
|
AUTHOR: roam@FreeBSD.org
|
|
|
|
|
|
|
|
If you were experiencing build problems on NFS when running daemontools's
|
|
|
|
run-time testsuite, turn off the new TESTS option in the configure screen.
|
|
|
|
On a related note, svscan can now send its error messages to multilog
|
|
|
|
instead of readproctitle; see the etc/rc.d/svscan.sh startup script for
|
|
|
|
more information on the svscan_* configurable variables.
|
|
|
|
|
2007-10-29 17:50:21 +01:00
|
|
|
20071029:
|
|
|
|
AFFECTS: users of security/stunnel
|
|
|
|
AUTHOR: roam@FreeBSD.org
|
|
|
|
|
|
|
|
In the 4.21 update there are two major user-visible changes:
|
|
|
|
- the stunnel binary is in ${PREFIX}/bin/, no longer in ${PREFIX}/sbin/;
|
|
|
|
- the libstunnel library is in ${PREFIX}/lib/stunnel/ instead of lib/.
|
|
|
|
|
2007-12-30 10:20:24 +01:00
|
|
|
You may need to adjust your PATH settings or your scripts to accommodate
|
2008-08-16 21:34:10 +02:00
|
|
|
to the new location of the stunnel executable (and library, if there is
|
2007-10-29 17:50:21 +01:00
|
|
|
actually anything using it).
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
20071024:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: all GNOME users and ports depend on misc/gnomehier
|
2007-10-25 01:37:25 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
GNOME has been updated to 2.20.1. All ports that depend on gnomehier have
|
|
|
|
had their DATADIR moved from share/gnome/ to share/ (e.g.
|
|
|
|
${LOCALBASE}/share/gnome/ to ${LOCALBASE}/share/).
|
2008-07-27 22:10:00 +02:00
|
|
|
This puts the FreeBSD GNOME ports more in line with the default GNOME
|
|
|
|
installation hierarchy. To find the specific directories that have
|
|
|
|
changed, see misc/gnomehier/files/dirlist. To upgrade your installed
|
|
|
|
ports, you will need to use either sysutils/portupgrade or
|
2007-10-25 01:37:25 +02:00
|
|
|
sysutils/portmaster.
|
|
|
|
|
|
|
|
Portupgrade users:
|
2008-07-23 11:53:39 +02:00
|
|
|
# pkgdb -Ff
|
|
|
|
# portupgrade -f -o textproc/rarian textproc/scrollkeeper
|
|
|
|
# portupgrade -a
|
2007-10-25 01:37:25 +02:00
|
|
|
|
|
|
|
Portmaster users:
|
2008-07-23 11:53:39 +02:00
|
|
|
# portmaster -o textproc/rarian textproc/scrollkeeper
|
|
|
|
# portmaster -a
|
2007-10-25 01:37:25 +02:00
|
|
|
|
|
|
|
If some of icons, applets, themes or other customized items have
|
2008-07-27 22:10:00 +02:00
|
|
|
disappeared from your desktop in this upgrade, you will need to remove and
|
|
|
|
re-add these items to make them appear again due to the DATADIR change.
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2007-10-24 11:16:39 +02:00
|
|
|
20071024:
|
|
|
|
AFFECTS: users of databases/mysql-connector-java
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
databases/mysql-connector-java version is 5.1.5 now. 5.0.8 version was
|
2008-10-04 11:07:24 +02:00
|
|
|
preserved as databases/mysql-connector-java50 port.
|
2007-10-24 11:16:39 +02:00
|
|
|
|
2007-10-09 15:28:22 +02:00
|
|
|
20071009:
|
|
|
|
AFFECTS: users of mail/vpopmail
|
|
|
|
AUTHOR: roam@FreeBSD.org
|
|
|
|
|
|
|
|
The vpopmail port has been upgraded to version 5.4.20. There are several
|
|
|
|
important changes that may affect your vpopmail installation and may need
|
|
|
|
you to handle manually:
|
|
|
|
|
|
|
|
- THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
|
|
|
|
The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
|
|
|
|
when you build the port; place that information in the vpopmail.mysql
|
|
|
|
file after vpopmail has been installed!
|
2008-10-04 11:07:24 +02:00
|
|
|
- the default domain is also no longer defined at compile time -- you need
|
2007-10-09 15:28:22 +02:00
|
|
|
to place it in the defaultdomain file after the installation.
|
|
|
|
- the defaultdomain and vpopmail.mysql files are no longer blindly removed
|
|
|
|
on deinstallation, they are only removed if they have not been modified
|
2008-10-04 11:07:24 +02:00
|
|
|
- in vpopmail 5.4.18, the database schema was changed -- some fields were
|
2007-10-09 15:28:22 +02:00
|
|
|
extended from 64 to 96 characters. If you do not apply those changes
|
|
|
|
to your database, as explained in the vpopmail/doc/UPGRADE file, your
|
|
|
|
vpopmail installation may silently fail or lose the trailing portions
|
|
|
|
of domain names and usernames.
|
|
|
|
- in vpopmail 5.4.19, the upstream authors integrated large parts of
|
|
|
|
Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
|
|
|
|
If you use vpopmail along with the SpamAssassin FreeBSD port support,
|
|
|
|
take extra care to ensure that your installation still processes
|
|
|
|
e-mail messages in the same way.
|
|
|
|
- vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
|
|
|
|
This is available in the FreeBSD port if WITH_MAILDROP is defined.
|
|
|
|
There is also a new user-limit flag for maildrop delivery.
|
|
|
|
- vpopmail 5.4.19 added support for MySQL connections via Unix sockets
|
|
|
|
instead of TCP sockets to the server. To do that, change the second
|
|
|
|
value (the port number) in vpopmail.mysql to the full pathname of
|
|
|
|
the MySQL socket (e.g. /tmp/mysql.sock).
|
|
|
|
- vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
|
|
|
|
more information, and specify the LDAP connection information in
|
|
|
|
the vpopmail/etc/vpopmail.ldap file after the installation.
|
|
|
|
|
2007-10-10 20:56:49 +02:00
|
|
|
20071008:
|
2007-10-08 11:21:42 +02:00
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
www/mediawiki version is 1.11 now. 1.10 version was preserved as
|
2007-10-08 11:21:42 +02:00
|
|
|
www/mediawiki110 port.
|
|
|
|
|
2007-10-08 09:13:20 +02:00
|
|
|
20071008:
|
|
|
|
AFFECTS: users of graphics/OpenEXR and graphics/ilmbase
|
|
|
|
AUTHOR: nork@FreeBSD.org
|
|
|
|
|
|
|
|
The new OpenEXR (1.6 and later) separated two libraries. The first is IlmImf
|
|
|
|
library a.k.a. ILM's "EXR" file format operation library for storing 16-bit
|
|
|
|
FP images. The others are Half, IlmThread, Imath and Iex a.k.a. ILM's basic
|
|
|
|
utility libraries.
|
|
|
|
|
|
|
|
To portupgrade OpenEXR and related ports, please do following operations,
|
|
|
|
manually:
|
|
|
|
|
|
|
|
# pkg_delete -f OpenEXR
|
|
|
|
# pkg_delete -f ilmbase (if you already installed before CONFLICT)
|
|
|
|
# cd /usr/ports/graphics/OpenEXR
|
|
|
|
# make install
|
|
|
|
# pkgdb -F
|
|
|
|
|
2007-10-08 01:11:46 +02:00
|
|
|
20071008:
|
|
|
|
AFFECTS: users of emulators/linux_base-fc7
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
|
|
|
Since Fedora is not more Core the port emulators/linux_base-fc7 is renamed
|
|
|
|
emulators/linux_base-f7. Now it's Fedora 7.
|
|
|
|
|
2007-10-07 11:13:49 +02:00
|
|
|
20071007:
|
|
|
|
AFFECTS: users of sysutils/nut sysutils/nut-*
|
|
|
|
AUTHOR: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
|
2007-10-24 11:17:37 +02:00
|
|
|
The slave ports sysutils/nut-libupsclient, sysutils/nut-snmp and
|
2007-10-07 11:13:49 +02:00
|
|
|
sysutils/nut-usb have been removed with the upgrade of sysutils/nut to 2.2.0
|
|
|
|
They are now fully integrated into sysutils/nut and their functionality
|
|
|
|
can be enabled/disabled in OPTIONS of sysutils/nut.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Please uninstall all sysutils/nut-* slave ports before upgrading
|
|
|
|
sysutils/nut to version 2.2.0 or higher.
|
2007-10-07 11:13:49 +02:00
|
|
|
|
2007-10-01 06:33:00 +02:00
|
|
|
20070930:
|
|
|
|
AFFECTS: everyone
|
|
|
|
AUTHOR: Mark Linimon <linimon@FreeBSD.org>
|
|
|
|
|
|
|
|
The ports tree has been migrated to the latest version of autoconf,
|
|
|
|
2.61. Versions 2.53 and 2.59 were declared obsolete and removed.
|
|
|
|
|
2007-10-04 22:06:24 +02:00
|
|
|
m4 was also updated to 1.4.10, but this proved to be incompatible and
|
|
|
|
was rolled back to 1.4.9. If you are experiencing 'Makefile: not found'
|
|
|
|
errors, make sure you are not using 1.4.10.
|
2007-10-01 06:33:00 +02:00
|
|
|
|
2007-09-28 03:03:38 +02:00
|
|
|
20070928:
|
|
|
|
AFFECTS: users of irc/ratbox-services
|
|
|
|
AUTHOR: Lewis <moggie@elasticmind.net>
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Significant changes have been made between the 1.0.x series and the
|
|
|
|
current release version of ratbox-services.
|
2007-09-28 03:03:38 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
It is highly recommended that services be stopped, and the proper upgrade
|
|
|
|
procedure be followed as described in
|
|
|
|
'/usr/local/share/doc/ratbox-services/', before restarting ratbox-services
|
|
|
|
with the new release version.
|
2007-09-28 03:03:38 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Please remember to backup the database before attempting an upgrade, an
|
|
|
|
incorrectly upgraded database may be rendered unusable.
|
2007-09-28 03:03:38 +02:00
|
|
|
|
2007-09-26 03:23:30 +02:00
|
|
|
20070926:
|
|
|
|
AFFECTS: users of devel/p5-gearmand
|
|
|
|
AUTHOR: clsung@FreeBSD.org
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
The port p5-gearmand has been split up, so Gearman servers can
|
2007-10-24 11:17:37 +02:00
|
|
|
be embedded into other processes. The Gearman::Server class is
|
2007-09-26 03:23:30 +02:00
|
|
|
located at devel/p5-Gearman-Server, if you have devel/p5-gearmand
|
2007-10-24 11:17:37 +02:00
|
|
|
installed, perform an upgrade devel/p5-Gearman-Server with a
|
2007-09-26 03:23:30 +02:00
|
|
|
command like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -o devel/p5-Gearman-Server devel/p5-gearmand
|
2007-09-26 03:23:30 +02:00
|
|
|
|
2007-09-23 18:33:56 +02:00
|
|
|
20070923:
|
|
|
|
AFFECTS: users of emulators/linux_base-fc7
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
|
|
|
The new port is used just like emulators/linux_base-fc6. Please,
|
2008-08-11 23:20:13 +02:00
|
|
|
read carefully entry 20070327 about emulators/linux_base-fc6.
|
2007-09-23 18:33:56 +02:00
|
|
|
|
2007-09-21 23:24:58 +02:00
|
|
|
20070921:
|
|
|
|
AFFECTS: users of sysutils/grok
|
|
|
|
AUTHOR: Wesley Shields <wxs@atarininja.org>
|
|
|
|
|
|
|
|
The new version of grok has changed the meaning of a couple of
|
2007-10-24 11:17:37 +02:00
|
|
|
pre-defined patterns.
|
2007-09-21 23:24:58 +02:00
|
|
|
Please see /usr/local/share/doc/grok/CHANGELIST for more
|
|
|
|
information. Existing grok.conf may be broken by these changes.
|
|
|
|
|
2007-09-19 00:31:50 +02:00
|
|
|
20070919:
|
|
|
|
AFFECTS: users of net/samba3
|
|
|
|
AUTHOR: timur@FreeBSD.org
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-20 10:59:13 +02:00
|
|
|
This is a cumulative update of net/samba3 from version 3.0.25a to
|
2008-10-04 11:07:24 +02:00
|
|
|
3.0.26a. Detailed list of all the changes can be found here:
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
http://www.samba.org/samba/history/samba-3.0.26a.html
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-19 00:31:50 +02:00
|
|
|
or in the WHATSNEW.txt file in the port's document directory.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-19 00:31:50 +02:00
|
|
|
Short summary is:
|
2008-08-11 23:20:13 +02:00
|
|
|
|
2007-09-19 00:31:50 +02:00
|
|
|
o Memory leaks in Winbind's IDMap manager.
|
2008-10-04 11:07:24 +02:00
|
|
|
o CVE-2007-4138 -- Incorrect primary group assignment for domain
|
2007-09-20 10:59:13 +02:00
|
|
|
users using the RFC 2307 or sfu winbind nss info plugin.
|
2007-09-19 00:31:50 +02:00
|
|
|
o File sharing with Widows 9x clients.
|
|
|
|
o Winbind running out of file descriptors due to stalled child
|
|
|
|
processes.
|
|
|
|
o MS-DFS inter-operability issues.
|
|
|
|
o Offline caching of files with Windows XP/Vista clients.
|
|
|
|
o Improper cleanup of expired or invalid byte range locks on files.
|
|
|
|
o Crashes is idmap_ldap and idmap_rid.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-20 10:59:13 +02:00
|
|
|
Bug #4715 (https://bugzilla.samba.org/show_bug.cgi?id=4715) is NOT
|
|
|
|
fixed yet, although it won't core dump smbd process any more. Still,
|
|
|
|
access to the shares other than UFS is not guaranteed.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-19 00:31:50 +02:00
|
|
|
* USE SUCH SHARES AT YOUR OWN RISK *
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-18 22:03:15 +02:00
|
|
|
20070918:
|
|
|
|
AFFECTS: users of www/apache22
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
2007-09-20 10:59:13 +02:00
|
|
|
By popular request, OPTIONS support has been added. When enabled
|
2007-09-18 22:03:15 +02:00
|
|
|
(default), these knobs are ignored:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
|
|
|
WITH_<CATEGORY>_MODULES
|
|
|
|
WITHOUT_<CATEGORY>_MODULES
|
|
|
|
WITH_CUSTOM_<CATEGORY>
|
|
|
|
WITH_MODULES
|
|
|
|
WITHOUT_MODULES
|
|
|
|
WITH_STATIC_MODULES
|
|
|
|
|
2007-09-18 22:03:15 +02:00
|
|
|
However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-13 21:45:08 +02:00
|
|
|
20070913:
|
2007-09-20 10:43:03 +02:00
|
|
|
AFFECTS: users of x11/xorg, x11/nvidia-driver
|
2007-09-13 21:45:08 +02:00
|
|
|
AUTHOR: flz@FreeBSD.org
|
|
|
|
|
|
|
|
X.org ports were updated to 7.3. Since we're now using the modular
|
|
|
|
build, the upgrade is pretty much painless. If you're using the
|
|
|
|
x11/xorg meta-port, upgrade should be as easy as:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -R xorg
|
2007-09-13 21:45:08 +02:00
|
|
|
|
2007-09-14 16:22:53 +02:00
|
|
|
Users of nvidia-driver will have to make sure Composite extension is
|
|
|
|
turned off and start Xorg with the following command:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ startx -- -ignoreABI
|
2007-09-14 16:22:53 +02:00
|
|
|
|
|
|
|
The -ignoreABI option is a Xorg option. If you're using gdm, kdm or
|
|
|
|
xdm, you will have to modify your configuration file so that Xorg
|
|
|
|
starts with this option.
|
|
|
|
|
|
|
|
An updated nvidia-driver should be released soon.
|
|
|
|
|
2007-09-07 12:04:29 +02:00
|
|
|
20070905:
|
|
|
|
AFFECTS: testers of net/openldap24-server
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
openldap24-server was updated to 2.4.5-beta. This is the first beta
|
|
|
|
release of the OpenLDAP 2.4.x series, and contains significant changes
|
|
|
|
compared to its previous release.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Berkeley DB 4.2 support was dropped and Berkeley DB 4.6 is now default.
|
|
|
|
As this is still a beta release, it should be treated accordingly and
|
|
|
|
should not be used in critical (e.g. production) environments.
|
2007-09-07 12:04:29 +02:00
|
|
|
|
2007-09-04 15:18:39 +02:00
|
|
|
20070904:
|
|
|
|
AFFECTS: users of mail/qmail-scanner
|
|
|
|
AUTHOR: lippe@freebsdbrasil.com.br
|
|
|
|
|
|
|
|
qmail-scanner was updated to 2.x, and 1.x version was repocopied to
|
|
|
|
mail/qmail-scanner1. There are some differences between these 2 versions:
|
|
|
|
|
|
|
|
quarantine-attachments.txt has been renamed to quarantine-events.txt, it is
|
|
|
|
used to quarantine more than just attachments, and the format of that file
|
|
|
|
has been changed.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-04 15:18:39 +02:00
|
|
|
Quarantine directory is now separated into THREE subdirs: "spam", "viruses"
|
|
|
|
and "policy". This is so sites can arrange different auto-delete jobs to
|
|
|
|
control the size of these areas if they so wish.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-04 15:18:39 +02:00
|
|
|
Some features that were hard-wired into the main body of Q-S have been moved
|
|
|
|
into quarantine-events.txt where they should have been all along. This makes
|
|
|
|
it possible to change settings without reconfiguring the main body of qmail-
|
|
|
|
scanner-queue.pl. You will need to rewrite any rules you had in place within
|
|
|
|
the old quarantine-attachments.txt into the new format quarantine-events.txt
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Changed setuid to 6755 -- i.e. it's now setuid and setgid. Forcing all files
|
2008-02-09 10:12:00 +01:00
|
|
|
to be group qscand will allow those who wish to do so to keep their AV
|
|
|
|
daemons running as other accounts. They just need to ensure those daemons are
|
2008-10-04 11:07:24 +02:00
|
|
|
members of the qscand group -- and as such should be able to read the
|
2008-02-09 10:12:00 +01:00
|
|
|
necessary files. E.g. clamd could run as "clamav", but as long as account
|
|
|
|
"clamav" is a member of group "qscand", clamd is able to read the mail enough
|
|
|
|
to scan it.
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-09-03 10:37:15 +02:00
|
|
|
20070903:
|
|
|
|
AFFECTS: users of net/whois, net/gwhois
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: nivo+kw+ports.bfa274@is-root.com
|
2007-09-03 10:37:15 +02:00
|
|
|
|
|
|
|
To avoid a conflicting binary name issue, net/whois has renamed its
|
|
|
|
files to mwhois. Please use mwhois if you want to use Marco d'Itri's
|
|
|
|
whois client from now on.
|
|
|
|
|
2007-08-28 13:56:32 +02:00
|
|
|
20070828:
|
|
|
|
AFFECTS: users of www/wordpress-mu
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: araujo@FreeBSD.org
|
2007-08-28 13:56:32 +02:00
|
|
|
|
|
|
|
To follow the standards this port has received a small reworking.
|
|
|
|
|
2007-08-28 17:58:37 +02:00
|
|
|
WORDPRESSMU (that defaulted to PREFIX/www/data/wordpress-mu) is deprecated,
|
|
|
|
use WWWDIR (defaults to PREFIX/www/wordpress-mu).
|
2007-08-28 13:56:32 +02:00
|
|
|
|
2007-08-28 11:33:41 +02:00
|
|
|
20070828:
|
|
|
|
AFFECTS: users of databases/mysql51-client
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: ale@FreeBSD.org
|
2007-08-28 11:33:41 +02:00
|
|
|
|
|
|
|
Since libmysqlclient version number is increased, all ports depending
|
|
|
|
on it must be recompiled. Run something like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portmaster -r mysql-client
|
2007-08-28 11:33:41 +02:00
|
|
|
|
2007-08-21 22:42:35 +02:00
|
|
|
20070821:
|
|
|
|
AFFECTS: users of net-im/pidgin
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: marcus@FreeBSD.org
|
2007-08-21 22:42:35 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
Because sound support was added to finch 2.1.1, the sound files used by
|
|
|
|
pidgin have been moved from the pidgin port to the libpurple port. This
|
|
|
|
makes updating a bit tricky. To properly update to pidgin 2.1.1 and retain
|
|
|
|
sounds, you must first upgrade libpurple and pidgin as you normally would,
|
|
|
|
then force a rebuild of libpurple. For example, using portupgrade:
|
2007-08-21 22:42:35 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade net-im/libpurple net-im/pidgin
|
|
|
|
# portupgrade -f net-im/libpurple
|
2007-08-21 22:42:35 +02:00
|
|
|
|
2007-08-04 13:37:24 +02:00
|
|
|
20070804:
|
|
|
|
AFFECTS: users of DESTDIR
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: gabor@FreeBSD.org
|
2007-08-04 13:37:24 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
DESTDIR is a feature, that allows installation of ports into separate
|
|
|
|
environments, like jails. The previous implementation, introduced in the
|
|
|
|
August 2006, had some problems and was very expensive to maintain. It was
|
2008-07-27 22:10:00 +02:00
|
|
|
completely rolled back, and replaced with a brand new implementation
|
|
|
|
utilizing chroot.
|
2007-08-04 13:37:24 +02:00
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
When DESTDIR is set, the system will chroot into the specified directory,
|
|
|
|
mount devfs, null mount the ports tree, then proceed with building and
|
|
|
|
installing. Your kernel must support nullfs (is available as loadable kernel
|
|
|
|
module on default installation). The target environment must be a full
|
|
|
|
FreeBSD installation. For advanced use, read comments at the beginning of
|
2007-08-25 18:28:16 +02:00
|
|
|
bsd.destdir.mk.
|
2007-08-04 13:37:24 +02:00
|
|
|
|
2007-07-30 11:42:28 +02:00
|
|
|
20070730:
|
2008-04-27 06:12:47 +02:00
|
|
|
AFFECTS: users of lang/python24 and py-*
|
2007-07-30 11:42:28 +02:00
|
|
|
AUTHOR: python@FreeBSD.org
|
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
The default version of Python has been changed from 2.4.x to 2.5.x.
|
|
|
|
If you have 2.4.x installed, perform an upgrade of lang/python24 to
|
|
|
|
lang/python25 with a command like:
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -o lang/python25 lang/python24
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
If you want to keep 2.4.x installed alongside 2.5.x, set the
|
|
|
|
PYTHON_DEFAULT_VERSION variable to 'python2.5' without quotes in make.conf,
|
|
|
|
then go to lang/python and execute
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -R python
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
Once the installed Python has been updated to 2.5, by using one of the
|
|
|
|
methods above, it is required to run the upgrade-site-packages target in
|
|
|
|
lang/python to assure that site-packages are made available to the new Python
|
|
|
|
version.
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cd /usr/ports/lang/python && make upgrade-site-packages
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
This Makefile target requires ports-mgmt/portupgrade to be installed.
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2007-07-28 08:33:59 +02:00
|
|
|
20070727:
|
|
|
|
AFFECTS: autotools
|
2008-07-23 11:53:39 +02:00
|
|
|
AUTHOR: ade@FreeBSD.org
|
2007-07-28 08:33:59 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
Extensive reworking of the autotools ports has occurred, putting them in
|
|
|
|
the canonical locations, along with a suitable wrapper port to make
|
|
|
|
developing autotools-using code (as opposed to just building ports)
|
|
|
|
considerably easier.
|
2007-07-28 08:33:59 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
Upgrade path is as follows for portupgrade, substitute the appropriate
|
|
|
|
commands if you are using portmaster:
|
2007-07-28 08:33:59 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
1. portupgrade -f 'autoconf*' 'automake*'
|
|
|
|
2. cd /usr/ports/devel/autotools; make install
|
|
|
|
3. portupgrade -a
|
2007-07-28 08:33:59 +02:00
|
|
|
|
2007-08-25 18:28:16 +02:00
|
|
|
The second step is optional, but is recommended to bring in all versions
|
|
|
|
of autoconf and automake.
|
2007-07-28 08:33:59 +02:00
|
|
|
|
2007-07-23 15:48:15 +02:00
|
|
|
20070723:
|
|
|
|
AFFECTS: users of x11/nvidia-driver and slave ports
|
|
|
|
AUTHOR: danfe@FreeBSD.org
|
|
|
|
|
|
|
|
NVVERSION is no longer user settable variable, it's derived from
|
|
|
|
DISTVERSION from now on. If you used nvidia-driver port with custom
|
|
|
|
NVVERSION, it's time to switch to corresponding legacy driver version
|
|
|
|
port. They were renamed in order to stop hardcoding explicit version
|
|
|
|
numbers in their [directory] names.
|
|
|
|
|
2007-07-18 16:53:39 +02:00
|
|
|
20070718:
|
2007-07-19 16:47:43 +02:00
|
|
|
AFFECTS: users of devel/llvm
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: brooks@FreeBSD.org
|
2007-07-18 16:53:39 +02:00
|
|
|
|
2007-09-20 10:59:13 +02:00
|
|
|
The llvm bytecode and .ll formats have changed as have numerous
|
2008-07-27 22:10:00 +02:00
|
|
|
internal APIs. Existing users should consult the release notes:
|
2007-07-18 16:53:39 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
http://llvm.org/releases/2.0/docs/ReleaseNotes.html
|
2007-07-18 16:53:39 +02:00
|
|
|
|
2007-07-16 19:08:58 +02:00
|
|
|
20070716:
|
|
|
|
AFFECTS: users of editors/emacs
|
|
|
|
AUTHOR: nobutaka@FreeBSD.org
|
2007-09-20 10:43:03 +02:00
|
|
|
|
2007-07-16 19:08:58 +02:00
|
|
|
editors/emacs port is upgraded to 22.1.
|
|
|
|
Since this is a major upgrade, all installed elisp ports should be
|
|
|
|
reinstalled.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Please add EMACS_PORT_NAME=emacs22 to /etc/make.conf and upgrade Emacs
|
|
|
|
and related ports with:
|
2007-07-16 19:08:58 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -fr emacs
|
2007-07-16 19:08:58 +02:00
|
|
|
|
|
|
|
If you want to keep using Emacs 21.3, please add EMACS_PORT_NAME=emacs21
|
|
|
|
to /etc/make.conf and reinstall Emacs from editors/emacs21 port:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -f -o editors/emacs21 emacs
|
2007-07-16 19:08:58 +02:00
|
|
|
|
2007-07-13 08:40:50 +02:00
|
|
|
20070713:
|
|
|
|
AFFECTS: users of audio/pulseaudio
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
The realtime group (default GID of 557) has been renamed pulse-rt to keep
|
|
|
|
in sync with the pulseaudio distribution. If you are upgrading from a
|
|
|
|
previous version of pulseaudio, you will need to modify /etc/group and
|
|
|
|
change the name of the group with ID 557 to ``pulse-rt''.
|
|
|
|
|
2007-07-06 07:34:30 +02:00
|
|
|
20070706:
|
|
|
|
AFFECTS: users of www/gallery
|
|
|
|
AUTHOR: freebsd-ports@varju.ca
|
2007-07-13 08:38:32 +02:00
|
|
|
|
2007-07-06 07:34:30 +02:00
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/gallery to ${PREFIX}/www/gallery.
|
|
|
|
|
2007-07-13 08:38:32 +02:00
|
|
|
20070704:
|
2007-07-04 12:25:00 +02:00
|
|
|
AFFECTS: users of x11/kdebase3
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2007-07-04 12:25:00 +02:00
|
|
|
|
|
|
|
The media kioslave now mounts all filesystems that support charset conversion
|
2007-07-13 08:38:32 +02:00
|
|
|
with charset conversion turned on, set to the locale from the user's
|
|
|
|
environment (LANG). If you are using a customized kernel configuration, make
|
|
|
|
sure all *_iconv kernel modules are available. At the time of writing, these
|
2007-07-04 12:25:00 +02:00
|
|
|
are cd9660_iconv, udf_iconv, msdosfs_iconv and ntfs_iconv.
|
|
|
|
|
2007-06-14 23:56:23 +02:00
|
|
|
20070614:
|
|
|
|
AFFECTS: users of www/oscommerce
|
|
|
|
AUTHOR: vlad@vlad.uz.ua
|
|
|
|
|
|
|
|
osCommerce now installs into /usr/local/www/oscommerce instead of
|
|
|
|
/usr/local/www/data/oscommerce.
|
|
|
|
|
2007-06-14 23:20:48 +02:00
|
|
|
20070614:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
www/mediawiki version is 1.10 now. 1.9 version was preserved as
|
2007-06-14 23:20:48 +02:00
|
|
|
www/mediawiki19 port.
|
|
|
|
|
2007-06-14 19:38:18 +02:00
|
|
|
20070614:
|
|
|
|
AFFECTS: users of www/xshttpd-devel and web apps porters
|
|
|
|
AUTHOR: johans@FreeBSD.org
|
|
|
|
|
2007-06-14 20:44:17 +02:00
|
|
|
www/xshttpd-devel now uses ${PREFIX}/www/xshttpd/ as a root
|
2007-06-14 19:38:18 +02:00
|
|
|
directory for its data files. The xshttpd configuration files have
|
2007-06-14 21:03:50 +02:00
|
|
|
been moved to ${PREFIX}/www/xshttpd/conf/. Move the appropriate
|
2007-06-14 19:38:18 +02:00
|
|
|
local files manually if you are upgrading from versions <= 3.5.b07
|
|
|
|
|
2007-06-13 15:53:11 +02:00
|
|
|
20070613:
|
|
|
|
AFFECTS: users of net-mgmt/zabbix
|
|
|
|
AUTHOR: infofarmer@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The agent part has been moved out into net/zabbix-agent. If you need both
|
|
|
|
the server and the agent, install both ports.
|
2007-06-13 15:53:11 +02:00
|
|
|
|
2007-06-13 10:41:23 +02:00
|
|
|
20070612:
|
2007-06-13 15:53:11 +02:00
|
|
|
AFFECTS: users of security/sshguard
|
|
|
|
AUTHOR: itetcu@FreeBSD.org
|
2007-06-12 22:20:52 +02:00
|
|
|
|
2007-06-13 15:53:11 +02:00
|
|
|
The port has been split in 3, if you use it with ipfw please:
|
|
|
|
# portupgrade -o security/sshguard-ipfw sshguard\*
|
|
|
|
or if you use it with pf:
|
|
|
|
# portupgrade -o security/sshguard-pf sshguard\*
|
2007-06-12 22:20:52 +02:00
|
|
|
|
2007-05-26 20:20:20 +02:00
|
|
|
20070526:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Perforce has been updated to version 2006.2. Even though upgrading
|
|
|
|
should be fairly straightforward, it is still highly recommended
|
|
|
|
to follow the upgrading instructions in the release notes:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
http://www.perforce.com/perforce/doc.062/user/relnotes.txt
|
2007-05-26 20:20:20 +02:00
|
|
|
|
2007-05-26 14:29:44 +02:00
|
|
|
20070525:
|
2008-04-27 06:12:47 +02:00
|
|
|
AFFECTS: users of textproc/senna and textproc/p5-Senna
|
2007-05-26 14:29:44 +02:00
|
|
|
AUTHOR: kuriyama@FreeBSD.org
|
|
|
|
|
|
|
|
Index format (binary) and some of APIs are changed. At least you
|
|
|
|
need to rebuild all indexes, and maybe need to change your code (if
|
|
|
|
you use senna API) to follow up to new API.
|
|
|
|
|
2007-05-24 09:58:27 +02:00
|
|
|
20070514:
|
|
|
|
AFFECTS: users of net/samba3, japanese/samba3
|
|
|
|
AUTHOR: timur@gnu.org
|
|
|
|
|
|
|
|
ATTENTION! Besides security fixes this version of Samba3
|
|
|
|
significantly changes a lot of options and behavior of Samba.
|
|
|
|
Please, read WHATSNEW.txt and other port documentation before
|
|
|
|
upgrading production systems.
|
|
|
|
|
|
|
|
Off-line Logons and AD Site Support
|
|
|
|
===================================
|
|
|
|
|
|
|
|
Winbind's capability to support offline logons has been greatly
|
|
|
|
improved with the 3.0.25 release including support for locating
|
|
|
|
domain controllers asynchronously using Active Directory Site
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
New IdMap Interface for Winbindd
|
|
|
|
================================
|
|
|
|
|
|
|
|
The 3.0.25 release of Samba includes a rewritten IdMap interface
|
|
|
|
for winbindd which replaces the "idmap backend" parameter. Please
|
|
|
|
refer to the "idmap domains" description in the smb.conf(5) man
|
|
|
|
page for more details.
|
|
|
|
|
|
|
|
Dynamic DNS Updates
|
|
|
|
===================
|
|
|
|
|
|
|
|
The "net ads join" command is now able to register the host's DNS
|
|
|
|
A records with Windows 2000 SP4 and 2003 DNS servers. This feature
|
|
|
|
must be enabled at compile time using the --with-dnsupdate when
|
|
|
|
running the ./configure script. There is also a related "net ads
|
|
|
|
dns" command for refreshing a host's records which could be launched
|
|
|
|
from a dhcp client script when a new IP address is obtained.
|
|
|
|
|
|
|
|
Support for Additional ACL Modules
|
|
|
|
==================================
|
|
|
|
|
|
|
|
Samba's POSIX ACL support has been moved inside of the VFS layer
|
|
|
|
which means it is now possible to support multiple ACL
|
|
|
|
implementations on the same server including NFSv4 and GPFS ACLs.
|
|
|
|
|
|
|
|
VFS ReadAhead Plugin
|
|
|
|
====================
|
|
|
|
|
|
|
|
Windows Vista introduces pipe-lined read support for improved
|
|
|
|
performance when transferring files. The new vfs_readahead plugin
|
|
|
|
allows Linux file servers to utilize additional Kernel buffers for
|
|
|
|
caching files in order to avoid Disk I/O wait time when serving
|
|
|
|
Vista clients. If you experience poor read performance between
|
|
|
|
Linux servers and Vista clients, please test the vfs_readahead
|
|
|
|
module by adding the following lines to the share definition in
|
|
|
|
smb.conf:
|
|
|
|
|
|
|
|
[file_share]
|
2008-07-23 11:53:39 +02:00
|
|
|
vfs objects = readahead
|
2007-05-24 09:58:27 +02:00
|
|
|
|
|
|
|
Note that this plugin will result in additional RAM requirements
|
|
|
|
due to the increased amount of kernel buffer caches used by smbd.
|
|
|
|
Please refer to vfs_readahead(8) for more information.
|
|
|
|
|
|
|
|
Windows Vista, Office 2007, and Offline Files
|
|
|
|
=============================================
|
|
|
|
|
|
|
|
Research surrounding offline files, Windows Vista, and Microsoft
|
|
|
|
Office 2007 has revealed a incompatibility between these
|
|
|
|
applications and the "map acl inherit = no" setting in smb.conf.
|
|
|
|
Users requiring support client side caching (csc) and offline
|
|
|
|
files are encouraged to enable the "map acl inherit" for any
|
|
|
|
affected share definitions in the server's configuration.
|
|
|
|
Future versions of Samba will enable this setting by default.
|
|
|
|
|
|
|
|
Please refer to the smb.conf(5) man page for more details on
|
|
|
|
"map acl inherit".
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
20070519:
|
2007-05-24 23:25:49 +02:00
|
|
|
AFFECTS: users of Xorg
|
2007-05-19 22:36:56 +02:00
|
|
|
AUTHOR: kris@FreeBSD.org
|
|
|
|
|
|
|
|
Welcome, fearless user! You are about to embark upon a mystical
|
|
|
|
journey to the world of xorg 7.2.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
This upgrade procedure is for users of portupgrade. Users of other
|
|
|
|
upgrade tools should contact the author for the corresponding upgrade
|
|
|
|
method for that tool.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
It is recommended that you run the xorg 7.2 upgrade inside a script(1)
|
|
|
|
session. This way, if something goes wrong, you will have hopefully
|
2007-05-21 17:50:26 +02:00
|
|
|
saved enough information for the developers to debug the problem.
|
2007-05-19 22:36:56 +02:00
|
|
|
Make sure you choose a filesystem with lots of space for the script
|
|
|
|
output.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# script xorg-upgrade
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
You may wish to set BATCH=yes in the environment to avoid interactive
|
|
|
|
dialogue boxes.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
You may want to consider using portupgrade-devel, which fixes some
|
|
|
|
annoying bugs that cause upgrades to incorrectly be marked as failed
|
|
|
|
when they actually completed successfully. To switch to
|
|
|
|
portupgrade-devel:
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade
|
|
|
|
# rm -f /usr/ports/INDEX*.db /var/db/pkg/pkgdb.db
|
|
|
|
# pkgdb -fu
|
2007-05-24 23:25:49 +02:00
|
|
|
|
|
|
|
If you have changed your ports environment in /etc/make.conf,
|
|
|
|
/usr/local/etc/pkgtools.conf or similar you need to rebuild INDEX:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cd /usr/ports && make index
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2007-05-24 23:25:49 +02:00
|
|
|
If you have not changed your ports environment you can save some
|
|
|
|
time and just fetch the latest INDEX:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cd /usr/ports && make fetchindex
|
2007-05-24 23:25:49 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
It is necessary to set the XORG_UPGRADE environment variable while
|
|
|
|
updating from xorg 6.9 to 7.2. Once the upgrade is complete this
|
|
|
|
is no longer be required.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
For users of csh-like shells:
|
|
|
|
# setenv XORG_UPGRADE yes
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
For users of sh-like shells:
|
|
|
|
# export XORG_UPGRADE=yes
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
Unfortunately portupgrade (nor portupgrade-devel) cannot yet handle
|
|
|
|
the rigors of the xorg upgrade without a small bit of help:
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -Rf libXft
|
2007-05-20 06:39:19 +02:00
|
|
|
|
|
|
|
If your machine does NOT have any gstreamer ports installed, you can then
|
|
|
|
run:
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -a
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-20 06:39:19 +02:00
|
|
|
However, if you DO have gstreamer ports installed, you must run:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -a -x 'gstreamer*'
|
2007-05-20 06:39:19 +02:00
|
|
|
|
|
|
|
Followed by:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -Rr 'gstreamer*'
|
2007-05-20 06:39:19 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
When packages are available (wait for the announcement on ports@), you
|
|
|
|
may prefer to use precompiled packages to speed up the process:
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -aP
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
Once the upgrade completes successfully, you can delete the
|
|
|
|
xorg-manpages package, which is now orphaned.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# pkg_delete xorg-manpages\*
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
The final step is to merge remaining files from /usr/X11R6 into
|
|
|
|
/usr/local (/usr/X11R6 is no longer used with xorg 7.2) and replace
|
|
|
|
/usr/X11R6 with a symlink.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
A script is provided for your convenience (or you may choose to do
|
|
|
|
this by hand): it will first attempt to back up your /usr/X11R6 into
|
|
|
|
/usr/tmp/mergebase in case something goes wrong, then look for
|
|
|
|
conflicts (files in /usr/X11R6 that would overwrite files in
|
|
|
|
/usr/local). Depending on your system configuration you may have to
|
|
|
|
resolve some of these conflicts by hand first (if in doubt, ask for
|
|
|
|
help on freebsd-x11@FreeBSD.org). You may also need to edit the
|
|
|
|
script if the default locations are not correct on your system.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-20 06:39:19 +02:00
|
|
|
If your /usr/X11R6 is a file system, you will also need to modify the
|
|
|
|
script to pause after /usr/X11R6 is backed up, but before the symlink is
|
|
|
|
created.
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
# sh /usr/ports/Tools/scripts/mergebase.sh
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
When the merge operation completes successfully, the /usr/X11R6
|
|
|
|
directory hierarchy will be removed and replaced by a symlink to
|
|
|
|
/usr/local. This symlink is necessary because some binary ports (and
|
|
|
|
some remaining source ports) have hard-coded references to /usr/X11R6.
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
Congratulations, you are done!
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
# exit
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-20 06:39:19 +02:00
|
|
|
CAVEATS
|
|
|
|
|
|
|
|
Make sure you have the x11/xorg meta-port installed. If you do not have
|
|
|
|
this meta-port installed with X.Org 6.9, you will miss out on a lot of
|
|
|
|
the new X.Org 7.2 sub-ports.
|
|
|
|
|
|
|
|
If you plan on keeping your current /etc/X11/xorg.conf, make sure you
|
|
|
|
change ModulePath to /usr/local/lib/xorg/modules prior to running X.
|
|
|
|
|
|
|
|
If you run into problems running the new X server, try moving aside
|
2007-06-06 23:53:07 +02:00
|
|
|
your /etc/X11/xorg.conf and allow X to run with default values. After
|
2007-06-06 22:34:53 +02:00
|
|
|
that you can see the default values in a log file (e.g. /var/log/Xorg.0.log)
|
|
|
|
and fix your xorg.conf according to the defaults.
|
2007-05-20 06:39:19 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
IF YOU RUN INTO PROBLEMS:
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
# uname -a
|
|
|
|
# ls -l /var/db/pkg
|
|
|
|
# exit
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
and send an email to freebsd-x11@FreeBSD.org with a full description
|
|
|
|
of the problem. Do not include the above typescript in your email,
|
|
|
|
but bzip2 it and make it available to the developers (e.g. put it
|
|
|
|
online or send it by private email upon request).
|
|
|
|
|
2007-04-28 15:03:16 +02:00
|
|
|
20070428:
|
|
|
|
AFFECTS: users of print/ghostscript-gnu-{commfont,jpnfont,korfont}
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
These ports now use PostScript virtual fonts to handle CJK CID/TT-CID
|
2008-07-27 22:10:00 +02:00
|
|
|
emulated fonts. CIDFnmap still works but note that if a font is both
|
|
|
|
in Resource/Font or Resource/CIDFont and in CIDFnmap, the entry in
|
|
|
|
Resource/* will be used. For the actual font mapping, see files in
|
|
|
|
Resource/CIDFont/*. This is just an internal structural change;
|
|
|
|
default font mapping has not been changed.
|
2007-04-28 15:03:16 +02:00
|
|
|
|
|
|
|
If you use CIDFnmap to change a font mapping already defined by
|
|
|
|
Resource/CIDFont/foo, you have to remove (or rename) the
|
|
|
|
Resource/CIDFont/foo file first.
|
|
|
|
|
2007-04-24 09:05:57 +02:00
|
|
|
20070423:
|
|
|
|
AFFECTS: users of www/p5-Kwiki
|
2008-07-27 22:10:00 +02:00
|
|
|
AUTHOR: clsung@FreeBSD.org
|
2007-04-24 09:05:57 +02:00
|
|
|
|
|
|
|
The current version of Kwiki contains all plugins.
|
2008-07-27 22:10:00 +02:00
|
|
|
To upgrade from old version (prior to 0.39), please do:
|
2007-04-24 09:05:57 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cd <into your Kwiki site directory>
|
|
|
|
# rm index.cgi
|
|
|
|
# rm -rf ./lib # Remove ./lib, if you have one
|
|
|
|
# kwiki -update
|
2007-04-24 09:05:57 +02:00
|
|
|
|
|
|
|
And you are safe to uninstall www/p5-Kwiki-*, which also means
|
|
|
|
you do not have to install www/p5-Kwiki-*.
|
|
|
|
|
2007-04-08 16:14:08 +02:00
|
|
|
20070408:
|
|
|
|
AFFECTS: users of japanese/ptex{,-base,-tetex}
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
The japanese/ptex has been removed and japanese/ptex-tetex has been
|
|
|
|
renamed with japanese/ptex. A pair of ptex and ptex-base and
|
|
|
|
ptex-tetex are basically the same with each other, so there should
|
|
|
|
be no functionality regression.
|
|
|
|
|
2007-04-07 16:29:12 +02:00
|
|
|
20070407:
|
|
|
|
AFFECTS: users of net-mgmt/nagios
|
|
|
|
AUTHOR: jarrod@netleader.com.au
|
|
|
|
|
|
|
|
nagios now uses the registered uid/gid 181 for a fresh installation.
|
|
|
|
To switch to the new scheme, the following may help:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# /usr/local/etc/rc.d/nagios stop
|
|
|
|
Stopping nagios.
|
|
|
|
# find / -user nagios -exec chown 181 {} \;
|
|
|
|
# find / -group nagios -exec chgrp 181 {} \;
|
|
|
|
# pw groupmod nagios -g 181
|
|
|
|
# pw usermod nagios -u 181 -g 181
|
|
|
|
# /usr/local/etc/rc.d/nagios start
|
|
|
|
Performing sanity check of nagios configuration: OK
|
|
|
|
Starting nagios.
|
2007-04-07 16:29:12 +02:00
|
|
|
|
2007-04-06 00:53:05 +02:00
|
|
|
20070405:
|
|
|
|
AFFECTS: users of print/ghostscript-*
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
The default ghostscript port is changed from ghostscript-gnu to
|
|
|
|
ghostscript-gpl. To upgrade
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o print/ghostscript-gpl ghostscript-gnu
|
|
|
|
portmaster -o print/ghostscript-gpl ghostscript-gnu
|
2007-04-06 00:53:05 +02:00
|
|
|
|
|
|
|
If you want to use the ghostscript-gnu as default, put
|
|
|
|
WITH_GHOSTSCRIPT_GNU=yes in your make.conf.
|
|
|
|
|
2007-04-04 17:32:04 +02:00
|
|
|
20070404:
|
|
|
|
AFFECTS: users of graphics/gimp and graphics/gimp-devel
|
|
|
|
AUTHOR: ahze@FreeBSD.org
|
|
|
|
|
|
|
|
The gimp[-devel] port is now a meta-port so users will need to upgrade via
|
2007-04-04 18:11:52 +02:00
|
|
|
one of the following examples. Gimp now depends on gutenprint instead of
|
2007-05-20 06:31:28 +02:00
|
|
|
gimp-print, if you have gimp-print installed you will need to
|
2007-04-04 18:11:52 +02:00
|
|
|
pkg_delete gimp-print before you install or upgrade the gimp.
|
2007-04-04 17:32:04 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portmaster users:
|
|
|
|
(gimp)
|
|
|
|
portmaster -o graphics/gimp-app gimp
|
|
|
|
portmaster -u graphics/gimp
|
|
|
|
(gimp-devel)
|
|
|
|
portmaster -o graphics/gimp-app-devel gimp-devel
|
|
|
|
portmaster -u graphics/gimp-devel
|
2007-04-04 17:32:04 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portupgrade users:
|
|
|
|
(gimp)
|
|
|
|
portupgrade -o graphics/gimp-app gimp
|
|
|
|
portupgrade -u graphics/gimp
|
2007-04-04 17:32:04 +02:00
|
|
|
|
|
|
|
20070404:
|
|
|
|
AFFECTS: users of print/gutenprint
|
|
|
|
AUTHOR: ahze@FreeBSD.org
|
|
|
|
|
|
|
|
The gutenprint port is now a meta-port so users will need to upgrade via
|
2007-05-20 06:31:28 +02:00
|
|
|
one of the following examples. If you have gimp-print installed you
|
2007-04-04 18:11:52 +02:00
|
|
|
will need to pkg_delete gimp-print before installing gutenprint.
|
2007-04-04 17:32:04 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portmaster users:
|
|
|
|
portmaster -o print/gutenprint-base gutenprint
|
|
|
|
portmaster -u print/gutenprint
|
2007-04-04 17:32:04 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
Portupgrade users:
|
|
|
|
portupgrade -o print/gutenprint-base gutenprint
|
|
|
|
portupgrade -u print/gutenprint
|
2007-05-20 06:31:28 +02:00
|
|
|
|
2007-04-02 18:48:58 +02:00
|
|
|
20070402:
|
|
|
|
AFFECTS: users of devel/cvstrac
|
|
|
|
AUTHOR: nkoch@demig.de
|
|
|
|
|
|
|
|
cvstrac is changed to use SQLite 3, users should backup their database
|
2008-07-27 22:10:00 +02:00
|
|
|
then restore after upgrading. For example:
|
2007-04-02 18:48:58 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
mv cvstrac.db cvstrac_2.db
|
|
|
|
sqlite cvstrac_2.db .dump | sqlite3 cvstrac.db
|
2007-04-02 18:48:58 +02:00
|
|
|
|
2007-03-27 22:11:15 +02:00
|
|
|
20070327:
|
|
|
|
AFFECTS: users of emulators/linux_base-fc6
|
|
|
|
AUTHOR: bsam@FreeBSD.org
|
|
|
|
|
|
|
|
ATTENTION! The port is experimental for now. Use it at your own risk. This
|
|
|
|
port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16.
|
|
|
|
|
|
|
|
To use/test the port (along with linux FC4 infrastructure ports) you
|
|
|
|
should do:
|
|
|
|
|
|
|
|
0. Backup all your vital information!
|
|
|
|
1. Remove the current linux base port.
|
|
|
|
2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6".
|
|
|
|
3. Make sure no linux application is running.
|
2007-04-13 13:31:19 +02:00
|
|
|
4. Set appropriate sysctl (compat.linux.osrelease=2.6.16).
|
2007-03-27 22:11:15 +02:00
|
|
|
5. Install emulation/linux_base-fc6.
|
|
|
|
5a. Those who use linux ports with automatic plist building should
|
|
|
|
apply the following patch:
|
|
|
|
ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff
|
|
|
|
|
|
|
|
That should be enough at most circumstances. If you have difficulties,
|
|
|
|
please be sure to expand item 1 to:
|
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
1a. Remove all ports that depend on linux base port.
|
2007-03-27 22:11:15 +02:00
|
|
|
1b. Remove linux base port.
|
|
|
|
1c. Clean /compat/linux/ directory.
|
|
|
|
|
|
|
|
In case you want to get rid of the port, deinstall it, then return
|
2008-08-08 16:57:37 +02:00
|
|
|
back compat.linux.osrelease to 2.4.2 (as usual, make sure that no
|
2007-03-27 22:11:15 +02:00
|
|
|
linux application is running) and remove from /etc/make.conf the line
|
|
|
|
containing the OVERRIDE_LINUX_BASE_PORT variable.
|
|
|
|
|
2007-03-27 13:14:05 +02:00
|
|
|
20070327:
|
|
|
|
AFFECTS: users of lang/tcl-tk-wrapper, lang/tcl*, x11-toolkits/tk*
|
|
|
|
AUTHOR: martin@matuska.org
|
|
|
|
|
|
|
|
The lang/tcl-tk-wrapper port has been replaced by lang/tcl-wrapper and
|
|
|
|
x11-toolkits/tk-wrapper ports. The Tcl and Tk ports no longer include an
|
2008-08-08 16:57:37 +02:00
|
|
|
option to install the wrapper -- the wrapper ports require a Tcl/Tk
|
|
|
|
instead. The new configuration files in local etc directory are named:
|
|
|
|
tclsh.conf, wish.conf.
|
2007-03-27 13:14:05 +02:00
|
|
|
|
2007-03-27 11:21:28 +02:00
|
|
|
20070327:
|
|
|
|
AFFECTS: users of devel/py-sip and x11-toolkits/py-qt
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
py-sip and py-qt has been updated to the latest snapshot. Please update
|
|
|
|
py-sip *before* updating py-qt and/or installing py-qt4-*. The full changelog
|
|
|
|
can be found at http://people.freebsd.org/~miwi/py-qt4.txt
|
|
|
|
|
2007-03-25 14:45:59 +02:00
|
|
|
20070325:
|
|
|
|
AFFECTS: users of www/drupal and drupal-*
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
All 4.x drupal ports are renamed to have a drupal4 prefix. As a result,
|
|
|
|
default install location is changed from PREFIX/www/drupal to
|
|
|
|
PREFIX/www/drupal4. Take some precautions when upgrading.
|
|
|
|
|
2007-03-19 20:19:32 +01:00
|
|
|
20070319:
|
|
|
|
AFFECTS: users of x11-wm/fluxbox and x11-wm/fluxbox-devel
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox. You should
|
2008-08-08 16:57:37 +02:00
|
|
|
back up your ~/.fluxbox and remove it. If you still want to keep using
|
|
|
|
your good old ~/.fluxbox, you will have to do the following:
|
2007-03-19 20:19:32 +01:00
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
- Since prefix has been changed from X11BASE (/usr/X11R6) to
|
|
|
|
LOCALBASE (/usr/local), you might have to edit a few paths in
|
|
|
|
the ~/.fluxbox/* if there are any.
|
|
|
|
- The bsetroot has been renamed to fbsetroot. You might have to
|
|
|
|
tweak a few themes for bsetroot -> fbsetroot. Other way it can be
|
|
|
|
is to install the x11-wm/boxtools that has bsetroot if you do not
|
|
|
|
want to edit any themes.
|
2007-03-19 20:19:32 +01:00
|
|
|
|
2007-03-19 20:32:11 +01:00
|
|
|
While I am here, don't forget to use 'pkgdb -Ff'. As for the portmaster
|
2007-03-19 20:19:32 +01:00
|
|
|
users, I don't think you will need to do anything since portmaster will
|
2008-08-08 16:57:37 +02:00
|
|
|
take care of it by default.
|
2007-03-19 20:19:32 +01:00
|
|
|
|
2007-03-18 09:48:36 +01:00
|
|
|
20070318:
|
2008-07-23 11:53:39 +02:00
|
|
|
AFFECTS: users of devel/gettext (i.e.: YOU)
|
2007-03-18 09:48:36 +01:00
|
|
|
AUTHOR: ade@FreeBSD.org
|
|
|
|
|
|
|
|
As a result of the upgrade to gettext-0.16.1, the shared library version
|
|
|
|
of libintl has changed, so you will need to rebuild all ports that
|
2008-07-23 11:53:39 +02:00
|
|
|
depend on gettext (read: most of them, sorry):
|
2007-03-18 09:48:36 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf gettext
|
|
|
|
or:
|
|
|
|
portmaster -r gettext
|
2007-03-18 09:48:36 +01:00
|
|
|
|
|
|
|
In addition, if you have multimedia/vlc installed, you should deinstall
|
|
|
|
it *before* either of the above commands, and reinstall it manually
|
2008-08-08 16:57:37 +02:00
|
|
|
afterwards: vlc erroneously installs its own version of lib/charset.alias
|
2007-03-18 09:48:36 +01:00
|
|
|
which will overwrite the one supplied by devel/gettext otherwise.
|
|
|
|
|
2007-03-13 20:13:51 +01:00
|
|
|
20070313:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2007-03-13 20:13:51 +01:00
|
|
|
|
|
|
|
The HAL option has been turned on by default and the fstabbackend
|
|
|
|
patches which have kept the fstab backend for the media kioslave
|
|
|
|
at the status quo of KDE 3.5.3 have been removed. This means that
|
|
|
|
|
|
|
|
MOUNTING DEVICES THROUGH KDE WILL NO LONGER WORK WITHOUT HAL.
|
|
|
|
|
|
|
|
Thus if you wish to use device icons or the media:/ view in konqueror,
|
2007-05-20 06:31:28 +02:00
|
|
|
make sure to turn on the HAL option in the x11/kdebase3 port and also
|
2007-03-13 20:13:51 +01:00
|
|
|
read /usr/ports/UPDATING entry 20061219 and
|
|
|
|
http://www.freebsd.org/gnome/docs/faq2.html#q19 for more information on
|
|
|
|
using HAL.
|
|
|
|
|
2007-03-12 19:23:23 +01:00
|
|
|
20070312:
|
2007-03-12 18:51:53 +01:00
|
|
|
AFFECTS: all users of net/py-libdnet
|
|
|
|
AUTHOR: tmclaugh@FreeBSD.org
|
|
|
|
|
2007-03-25 12:30:20 +02:00
|
|
|
The py-libdnet port has been separated out as a slave port to libdnet and
|
2007-03-12 18:51:53 +01:00
|
|
|
is now dependent on libdnet. py-libdnet now only installs the libdnet
|
|
|
|
python modules. Since files previously owned by py-libdnet are now owned
|
|
|
|
by its dependency, in order to upgrade correctly, py-libdnet must be
|
2008-07-27 22:10:00 +02:00
|
|
|
deinstalled and then reinstalled manually.
|
2007-03-12 18:51:53 +01:00
|
|
|
|
* Refine some comments about Linux emulation [1]
* Fix 'make search' with non-default ${PORTSDIR} [2]
* Fix typo in USE_LDCONFIG32 message [3]
* Allow USE_PHP after inclusion of bsd.port.pre.mk [4]
* Document NO_LDCONFIG_MTREE [5]
* Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6]
* Remove obsolete code in bsd.port.mk dealing with 4.X and other,
even older, releases [7]
* Remove references to obsolete ports from bsd.java.mk [8]
PR: 105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5],
108739 [6], 108782 [7], 103357 [8]
Submitted by: bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6],
linimon [7], kris [7], gabor [4]
2007-03-06 07:21:46 +01:00
|
|
|
20070205:
|
|
|
|
AFFECTS: all users of FreeBSD 4.X
|
|
|
|
AUTHOR: portmgr@FreeBSD.org
|
|
|
|
|
|
|
|
The remnants of FreeBSD 4.X support have been removed from bsd.port.mk.
|
|
|
|
Any remaining users should _not_ get this or any subsequent updates.
|
|
|
|
|
2007-03-11 10:00:48 +01:00
|
|
|
20070311:
|
|
|
|
AFFECTS: users of x11-wm/enlightenment-devel
|
|
|
|
AUTHOR: stas@FreeBSD.org
|
|
|
|
|
|
|
|
The binary used to start an enlightenment session was renamed from
|
|
|
|
enlightenment to enlightenment_start. All users should update their
|
|
|
|
xinitrc's or other startup files to reflect this change.
|
|
|
|
|
2007-03-01 10:09:01 +01:00
|
|
|
20070301:
|
|
|
|
AFFECTS: users of ports-mgmt/portupgrade*
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
2007-03-25 12:30:20 +02:00
|
|
|
Because of a bug in previous version, it's recommended you fill ALT_PKGDEP
|
2007-03-01 10:09:01 +01:00
|
|
|
section in pkgtools.conf file for portupgrade be aware of alternative
|
|
|
|
dependencies you use, and run pkgdb -L to restore dependencies that was
|
|
|
|
lost.
|
|
|
|
|
|
|
|
Example of ALT_PKGDEP section:
|
|
|
|
ALT_PKGDEP = {
|
|
|
|
'www/apache13' => 'www/apache13-modssl',
|
|
|
|
'print/ghostscript-afpl' => 'print/ghostscript-gnu',
|
|
|
|
}
|
|
|
|
|
2007-03-02 08:37:20 +01:00
|
|
|
Note also, portupgrade knows nothing how to handle ports with different
|
2007-03-09 11:22:14 +01:00
|
|
|
suffixes (E.g. -nox11). So you should define explicitly variables
|
2007-03-02 08:37:20 +01:00
|
|
|
(E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or pkgtools.conf
|
|
|
|
(MAKE_ARGS section) files.
|
|
|
|
|
2007-02-27 14:13:15 +01:00
|
|
|
20070227:
|
|
|
|
AFFECTS: users of net-im/jabber*
|
|
|
|
AUTHOR: martin@matuska.org
|
|
|
|
|
|
|
|
With update to version 1.6.0 the name of the jabber daemon has been
|
|
|
|
changed to bin/jabberd14 to avoid conflicts with other jabber daemons.
|
|
|
|
The port now supports WITH_MYSQL and WITH_POSTGRESQL knobs.
|
|
|
|
|
|
|
|
If you are using one of the following ports please recompile it due
|
|
|
|
to changes in the library.
|
|
|
|
|
|
|
|
net-im/jabber-conference
|
|
|
|
net-im/jabber-jud
|
|
|
|
net-im/jabber-yahoo
|
|
|
|
|
|
|
|
Some configuration directives have changed, too. Please see example
|
|
|
|
configuration files and README.jabberd14 files in the ports above.
|
|
|
|
|
2007-02-23 23:50:15 +01:00
|
|
|
20070223:
|
|
|
|
AFFECTS: users of audio/speex and any port that depends on it
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The shared library version has been changed in audio/speex, so you will
|
|
|
|
have to rebuild all ports that depend on speex. You need to do following:
|
|
|
|
|
|
|
|
Portupgrade users:
|
|
|
|
|
|
|
|
pkgdb -Ff
|
|
|
|
portupgrade -rf speex\*
|
|
|
|
|
|
|
|
Portmaster users, skip a first step if you don't have audio/speex-devel
|
|
|
|
installed:
|
|
|
|
|
|
|
|
portmaster -o audio/speex speex-devel\*
|
|
|
|
portmaster -r speex\*
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2007-02-18 19:50:57 +01:00
|
|
|
20070218:
|
|
|
|
AFFECTS: users of sysutils/symon
|
|
|
|
AUTHOR: uspoerlein@gmail.com
|
|
|
|
|
|
|
|
The symon port has been updated from 2.72 to 2.75. It changes the wire
|
|
|
|
protocol, therefore, you should update your symux(8) installation first,
|
|
|
|
before updating your symon(8) clients. symux(8) is backwards compatible and
|
|
|
|
understands both protocol versions.
|
|
|
|
|
2007-02-16 01:20:33 +01:00
|
|
|
20070215:
|
|
|
|
AFFECTS: users of security/clamav
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
Since version 0.90, clamd.conf and clamav.conf have changed their syntax.
|
|
|
|
All parameters can now be turned on/off using a boolean value (0,1) or
|
|
|
|
(on,off) or (true,false), the old crude hack of "DisableDefaultScanOptions"
|
|
|
|
is no longer required.
|
|
|
|
|
|
|
|
Please, check ${PREFIX}/etc/(clamd|freshclam).conf.default and make needed
|
|
|
|
changes on your conf files.
|
|
|
|
|
2007-02-15 21:46:15 +01:00
|
|
|
20070215:
|
|
|
|
AFFECTS: users of www/py-turbogears
|
|
|
|
AUTHOR: nivit@FreeBSD.org
|
|
|
|
|
|
|
|
TurboGears has been updated from version 0.8.9 to 1.0.1,
|
|
|
|
so there are significant changes. After upgrading the port,
|
|
|
|
with the usual portupgrade/portmanager command, it is highly
|
|
|
|
recommended to follow the instructions at this URL:
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
http://www.turbogears.com/download/upgrade.html
|
2007-02-15 21:46:15 +01:00
|
|
|
|
|
|
|
starting from section "Updating from 0.8 to 0.9" on, to make
|
|
|
|
your projects/code consistent with the new version.
|
|
|
|
|
2007-02-10 04:38:01 +01:00
|
|
|
20070210:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2007-02-10 04:38:01 +01:00
|
|
|
|
|
|
|
The media kioslave now mounts cdrom/dvd volumes with local charset
|
|
|
|
conversion (mount_cd9660 -C <charset>), which requires the cd9660_iconv
|
2007-02-11 01:17:08 +01:00
|
|
|
kernel module to be available for volumes with ISO 9660 filesystems and
|
|
|
|
the udf and udf_iconv kernel modules for UDF filesystems.
|
2007-02-10 04:38:01 +01:00
|
|
|
|
2007-02-08 19:20:24 +01:00
|
|
|
20070209:
|
|
|
|
AFFECTS: users of x11/nvidia-driver
|
|
|
|
AUTHOR: danfe@FreeBSD.org
|
|
|
|
|
|
|
|
nVidia continues to drop support for old ("legacy") GPUs. To deal with
|
|
|
|
this fact, the port now allows to specify correct NVVERSION in order to
|
|
|
|
build driver that supports your graphics card. Currently, supported
|
|
|
|
"legacy" values are 7184 and 9631. Consult nVidia's README (Appendix A)
|
|
|
|
to find out whether you need to use legacy driver version, and exactly
|
|
|
|
which one. Alternatively, you can install one of the corresponding
|
|
|
|
`x11/nvidia-driver-XXXX' slave ports, where XXXX == needed NVVERSION.
|
|
|
|
|
2007-02-08 08:47:55 +01:00
|
|
|
20070208:
|
|
|
|
AFFECTS: users of databases/pear-MDB2
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
|
|
|
|
|
|
|
All databases dependent bits are moved into other PEAR modules. You need
|
|
|
|
to install appropriate databases/pear-MDB2_Driver_* port.
|
|
|
|
|
2007-02-07 09:42:31 +01:00
|
|
|
20070207:
|
|
|
|
AFFECTS: users of www/squid*
|
|
|
|
AUTHOR: tmseck@netcologne.de
|
|
|
|
|
|
|
|
The www/squid port has been updated to 2.6. If you are updating from Squid
|
|
|
|
2.5, please read the Squid release notes at
|
|
|
|
http://www.squid-cache.org/Versions/v2/2.6/squid-2.6.STABLE9-RELEASENOTES.html
|
|
|
|
and see whether you need to adapt your squid.conf to the changes described
|
|
|
|
there.
|
|
|
|
|
|
|
|
Squid 2.5 will be available as www/squid25 for next few months. But note
|
|
|
|
it's no longer being maintained by the Squid developers.
|
|
|
|
|
2007-02-07 00:12:30 +01:00
|
|
|
20070206:
|
|
|
|
AFFECTS: users of emulators/qemu
|
|
|
|
AUTHOR: nox@FreeBSD.org
|
|
|
|
|
|
|
|
qemu now uses aio at least for ide dma, so if you get
|
|
|
|
"Invalid system call" crashes that is because aio is not (kld)loaded.
|
|
|
|
|
2007-02-06 00:15:03 +01:00
|
|
|
20070206:
|
|
|
|
AFFECTS: users of graphics/djvulibre
|
|
|
|
AUTHOR: stas@FreeBSD.org
|
|
|
|
|
|
|
|
djview was renamed to djview3. For now, the symlink djview->djview3
|
|
|
|
installed for compatibility. However, users should refer to djview3(1)
|
|
|
|
instead of djview(1).
|
|
|
|
|
2007-02-05 22:44:44 +01:00
|
|
|
20070205:
|
|
|
|
AFFECTS: prospective users of devel/qt4
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
2007-02-07 00:29:31 +01:00
|
|
|
The qt4 ports and associated infrastructure introduce a few new
|
|
|
|
Makefile variables and porting concepts (compared to qt33).
|
2007-02-05 22:44:44 +01:00
|
|
|
|
|
|
|
For details and examples, see
|
|
|
|
http://mail.kde.org/pipermail/kde-freebsd/2007-February/000239.html
|
|
|
|
|
2007-02-05 02:08:46 +01:00
|
|
|
20070205:
|
|
|
|
AFFECTS: everybody
|
|
|
|
AUTHOR: pav@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
New ports category was created: ports-mgmt.
|
2007-02-05 02:08:46 +01:00
|
|
|
|
|
|
|
Most significant port moved to this new category is portupgrade.
|
|
|
|
So don't be alarmed, it was not deleted. You can find it now in
|
2008-10-04 11:07:24 +02:00
|
|
|
/usr/ports/ports-mgmt/portupgrade.
|
2007-02-05 02:08:46 +01:00
|
|
|
|
2007-02-05 03:28:43 +01:00
|
|
|
20070205:
|
|
|
|
AFFECTS: users of devel/portmk
|
|
|
|
AUTHOR: linimon@FreeBSD.org
|
|
|
|
|
|
|
|
With the repocopy of portmk to ports-mgmt, you need to update your
|
|
|
|
make.conf. Change the two Makevars BSDPORTMK and BSDPORTSUBDIRMK
|
|
|
|
to point to ports-mgmt/portmk.
|
|
|
|
|
2007-02-02 15:50:16 +01:00
|
|
|
20070202:
|
|
|
|
AFFECTS: users of www/aolserver
|
|
|
|
AUTHOR: martin@matuska.org
|
|
|
|
|
|
|
|
With update to aolserver 4.5.0 modules have been moved to separate ports.
|
|
|
|
|
|
|
|
The following modules are available initially:
|
2008-07-23 17:06:23 +02:00
|
|
|
|
|
|
|
archivers/aolserver-nszlib
|
|
|
|
databases/aolserver-nsmysql
|
|
|
|
databases/aolserver-nspostgres
|
|
|
|
graphics/aolserver-nsgd
|
|
|
|
security/aolserver-nsencrypt
|
|
|
|
security/aolserver-nsmcrypt
|
|
|
|
security/aolserver-nsmhash
|
|
|
|
security/aolserver-nsopenssl
|
|
|
|
security/aolserver-nssha1
|
|
|
|
www/aolserver-nscache
|
2007-02-02 15:50:16 +01:00
|
|
|
|
|
|
|
A different aolserver install directory for aolserver and modules
|
|
|
|
can be specified by defining AOLSERVERBASE in make.conf
|
|
|
|
|
|
|
|
The rc.d script has been renamed from aolserver.sh to aolserver.
|
|
|
|
|
2007-02-02 08:37:32 +01:00
|
|
|
20070102:
|
|
|
|
AFFECTS: users of sysutils/portupgrade
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
|
|
|
If you have a problem with upgrading the tools from version 2.2.1 and less,
|
|
|
|
remove the package with pkg_delete portupgrade\* command and reinstall it
|
|
|
|
from scratch. Remove /usr/ports/INDEX*.db and run portsdb -u.
|
|
|
|
|
2007-01-30 22:06:43 +01:00
|
|
|
20070130:
|
|
|
|
AFFECTS: users of dns/powerdns
|
|
|
|
AUTHOR: tremere@cainites.net
|
|
|
|
|
|
|
|
The configuration file was moved from /usr/local/etc to /usr/local/etc/pdns.
|
|
|
|
|
2007-01-26 21:52:14 +01:00
|
|
|
20070127:
|
|
|
|
AFFECTS: users of mail/dovecot
|
|
|
|
AUTHOR: robin@isometry.net
|
|
|
|
|
|
|
|
Since dovecot-1.0.r15, the port has reserved UID/GID 143.
|
|
|
|
If you are upgrading from an earlier version, please allow the uninstall
|
|
|
|
script to remove the dovecot user and group or remove them manually prior
|
|
|
|
to reinstalling the new version.
|
|
|
|
If your prefer to maintain your existing user/group, you may override this
|
|
|
|
change with the DOVECOT_UID/DOVECOT_GID environment variables at
|
|
|
|
installation time.
|
|
|
|
|
2007-01-15 02:22:15 +01:00
|
|
|
20070115:
|
|
|
|
AFFECTS: users of www/lightsquid
|
|
|
|
AUTHOR: clsung@FreeBSD.org
|
|
|
|
|
|
|
|
The default configuration files have changed to
|
|
|
|
${PREFIX}/etc/lightsquid.
|
|
|
|
|
2007-01-11 21:37:34 +01:00
|
|
|
20070111:
|
|
|
|
AFFECTS: users of irc/weechat
|
|
|
|
AUTHOR: az@FreeBSD.org
|
|
|
|
|
|
|
|
For users of any previous version, all your charset settings
|
|
|
|
in weechat.rc will be LOST! You should save your weechat.rc
|
|
|
|
to keep your values and set them again with new "charset" plugin.
|
|
|
|
For ISO users: history of channels may be without accents
|
|
|
|
(after /upgrade), this is not recoverable, but this is not a bug.
|
|
|
|
All new messages should be ok.
|
|
|
|
Be careful, now default encode is UTF-8 for all channels (before
|
|
|
|
it was terminal charset). If you still want to send messages as
|
|
|
|
ISO-8859-1, you should send either global encode or server specific
|
|
|
|
encode to ISO-8859-1.
|
2008-07-23 11:53:39 +02:00
|
|
|
For global encode: /setp charset.global.encode = "ISO-8859-1"
|
2007-01-11 21:37:34 +01:00
|
|
|
For server encode: (on server buffer) /charset encode ISO-8859-1
|
|
|
|
|
2007-01-09 17:29:35 +01:00
|
|
|
20070109:
|
|
|
|
AFFECTS: users of databases/postgresql*
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
The server-side utilities of postgresql (initdb, initlocation,
|
|
|
|
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
|
|
|
|
installed by the respective postgresql*-server port (previously
|
|
|
|
they where installed with the client). If you update the client, you
|
|
|
|
should also update the server to make sure you are not left without
|
|
|
|
the server-side tools. Do something like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade postgresql-client postgresql-server
|
2007-01-09 17:29:35 +01:00
|
|
|
|
2007-01-07 16:06:30 +01:00
|
|
|
20070105:
|
|
|
|
AFFECTS: users of mail/spamprobe
|
|
|
|
AUTHOR: stefan@FreeBSD.org
|
|
|
|
|
|
|
|
With the update to version 1.4d, the SpamProbe port doesn't use the OPTIONS
|
|
|
|
framework any more to allow part of the changes below. That means that options
|
|
|
|
selected for this port won't be saved/used automatically any more and you have
|
|
|
|
to set the appropriate variables in /etc/make.conf or on the command line to
|
|
|
|
change the port's behaviour; the variables are documented at the top of the
|
|
|
|
port's Makefile. Before updating, it might be a good idea to remove
|
|
|
|
/var/db/ports/spamprobe.
|
2007-02-07 00:29:31 +01:00
|
|
|
|
2007-01-07 16:06:30 +01:00
|
|
|
The port now has support for the PBL database backend; unless built with
|
|
|
|
WITHOUT_PBL set, SpamProbe will use PBL as the default even if you have an
|
|
|
|
existing BerkleyDB or hash database; in that case, use the parameter "-d" to
|
2008-07-23 11:53:39 +02:00
|
|
|
specify the type of the existing database on the command line, e.g.:
|
2007-01-07 16:06:30 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
spamprobe -d bdb:$HOME/.spamprobe receive
|
2007-01-07 16:06:30 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
or:
|
2007-01-07 16:06:30 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
spamprobe -d hash:$HOME/.spamprobe receive
|
2007-01-07 16:06:30 +01:00
|
|
|
|
|
|
|
Using PBL instead of BerkleyDB might be a good idea, though, as the former
|
|
|
|
seems to perform better. You can convert your existing database to PBL using
|
|
|
|
the following commands (assuming you didn't disable PBL support):
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
cd
|
2007-01-07 16:06:30 +01:00
|
|
|
mkdir spamprobe.new
|
|
|
|
spamprobe -d bdb:.spamprobe export | spamprobe -d spamprobe.new import
|
|
|
|
mv .spamprobe spamprobe.old
|
|
|
|
mv spamprobe.new .spamprobe
|
|
|
|
|
2007-01-07 12:14:12 +01:00
|
|
|
20070106:
|
|
|
|
AFFECTS: users of security/libwhisker
|
|
|
|
AUTHOR: araujo@bsdmail.org
|
|
|
|
|
|
|
|
Libwhisker 2.0 is *not* backwards-compatible with Libwhisker 1.x.
|
|
|
|
Changing 'use LW' to 'use LW2' in your programs is not enough--you may
|
|
|
|
need to make code changes to your program.
|
|
|
|
|
|
|
|
However, there is a 'bridge' LW.pm module in which will use LW2
|
|
|
|
(libwhisker 2.x) functions to emulate the LW (libwhisker 1.x)
|
|
|
|
functionality.
|
|
|
|
|
|
|
|
See http://www.wiretrip.net/rfp/libwhisker/README2 for more details.
|
|
|
|
|
2007-01-05 09:22:18 +01:00
|
|
|
20070104:
|
|
|
|
AFFECTS: users of www/phpsurveyor
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/phpsurveyor to ${PREFIX}/www/phpsurveyor.
|
|
|
|
|
2007-01-05 05:02:19 +01:00
|
|
|
20070104:
|
|
|
|
AFFECTS: users of sysutils/hal
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
If atapicam is enabled in the kernel, hald will use the CAM device nodes
|
|
|
|
instead of ATAPI device nodes to access disc devices (e.g. CD-ROMS,
|
|
|
|
DVD drives, etc.). Previously, hald would use ATAPI device nodes even
|
|
|
|
if atapicam was enabled. The previous behavior can be restored by
|
2007-01-05 05:03:02 +01:00
|
|
|
following the instructions in /usr/local/share/doc/hal-0.5.8/README.freebsd.
|
2007-01-05 05:02:19 +01:00
|
|
|
|
2007-01-02 09:54:13 +01:00
|
|
|
20070102:
|
|
|
|
AFFECTS: users of security/gnutls and any port that depends on it
|
|
|
|
AUTHOR: novel@FreeBSD.org
|
|
|
|
|
|
|
|
gnutls has been updated to 1.6.1 and all shared libraries' versions
|
|
|
|
have been bumped. So you need to rebuild all applications that
|
|
|
|
depend on gnutls. Do something like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf gnutls
|
2007-01-02 09:54:13 +01:00
|
|
|
|
2006-12-31 18:32:19 +01:00
|
|
|
20061231:
|
|
|
|
AFFECTS: users of mail/sylpheed-claws*
|
|
|
|
AUTHOR: itetcu@FreeBSD.org
|
|
|
|
|
2006-12-31 19:02:02 +01:00
|
|
|
Sylpheed-Claws has been renamed to Claws-Mail upstream. The port and the ports
|
|
|
|
for the plug-ins have been renamed. If you didn't install claws-mail
|
|
|
|
already you need to:
|
2006-12-31 18:32:19 +01:00
|
|
|
portupgrade -o mail/claws-mail sylpheed-claws-2.6\*
|
|
|
|
|
2006-12-21 14:31:56 +01:00
|
|
|
20061221:
|
2007-02-08 08:47:55 +01:00
|
|
|
AFFECTS: users of security/gnupg
|
|
|
|
AUTHOR: kuriyama@FreeBSD.org
|
2006-12-21 14:31:56 +01:00
|
|
|
|
2007-02-08 08:47:55 +01:00
|
|
|
The security/gnupg port was upgraded to 2.0.1 (with security fix)
|
|
|
|
and good-old gnupg-1.4.6 was repocopied to security/gnupg1.
|
2006-12-21 14:31:56 +01:00
|
|
|
|
2007-02-08 08:47:55 +01:00
|
|
|
Both of security/gnupg (2.x) and security/gnupg1 (1.4.x) are
|
|
|
|
designed not to conflict with each other. So you can use
|
|
|
|
security/gnupg1 for gpg(1), and use security/gnupg for gpg2(1)
|
|
|
|
commands.
|
2006-12-21 14:31:56 +01:00
|
|
|
|
2007-02-08 08:47:55 +01:00
|
|
|
All directly dependents are $PORTREVISION bumped, so portupgrade -R
|
|
|
|
gnupg will works fine. After portupgrade, you will have both of
|
|
|
|
gnupg-2.0.1 and gnupg-1.4.6.
|
2006-12-21 14:31:56 +01:00
|
|
|
|
2006-12-19 22:19:54 +01:00
|
|
|
20061219:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
If you choose to enable the HAL backend for the media kioslave,
|
|
|
|
you should enable dbus, hal and policy kit during system startup.
|
|
|
|
To do this, add the following lines to /etc/rc.conf:
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
dbus_enable="YES"
|
|
|
|
polkitd_enable="YES"
|
|
|
|
hald_enable="YES"
|
2006-12-19 22:19:54 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Notes and known problems about mounting devices in media:/ with HAL enabled:
|
2007-02-07 00:29:31 +01:00
|
|
|
|
2006-12-22 00:12:11 +01:00
|
|
|
- Your user must be in group operator in order to be able to mount removable
|
|
|
|
media.
|
|
|
|
|
2006-12-20 21:44:22 +01:00
|
|
|
- Removable media drives (such as CD-ROM drives) *MUST NOT* be listed in
|
|
|
|
/etc/fstab in order to be mountable.
|
|
|
|
|
|
|
|
- If you mount a volume by double-clicking it, it may appear empty. Refresh
|
|
|
|
the fileview in konqueror to see the files.
|
|
|
|
|
2007-02-07 00:29:31 +01:00
|
|
|
- Mounting floppies is currently not supported.
|
2006-12-20 21:44:22 +01:00
|
|
|
|
|
|
|
You can still mount them in KDE if ...
|
|
|
|
|
|
|
|
- You have an fstab entry for your floppy pointing to a mountpoint
|
2008-07-27 22:10:00 +02:00
|
|
|
owned by your user (e.g. somewhere in your homedir)
|
2006-12-20 21:44:22 +01:00
|
|
|
- The vfs.usermount sysctl is set to 1
|
|
|
|
|
|
|
|
... by creating a floppy device icon on your KDE desktop and selecting
|
|
|
|
the above-mentioned fstab entry in the device dropdown list on the
|
2008-07-23 11:53:39 +02:00
|
|
|
device tab.
|
2006-12-20 21:44:22 +01:00
|
|
|
|
|
|
|
- Mounting volumes from fixed drives is prohibited for non-superusers
|
|
|
|
by default.
|
|
|
|
|
2006-12-12 13:54:33 +01:00
|
|
|
20061212:
|
|
|
|
AFFECTS: users of net/smokeping
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
2006-12-13 09:43:46 +01:00
|
|
|
Smokeping now uses rc.d script to startup. Please remember to add
|
2006-12-12 13:54:33 +01:00
|
|
|
'smokeping_enable="YES"' to your rc.conf.
|
|
|
|
|
2006-12-08 04:27:47 +01:00
|
|
|
20061207:
|
2007-02-08 08:47:55 +01:00
|
|
|
AFFECTS: users of devel/p5-PAR
|
|
|
|
AUTHOR: rafan@FreeBSD.org
|
2007-02-07 00:29:31 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
As of version 0.97.0, all PAR::Packer logic, i.e. pp, parl and all
|
|
|
|
packaging tools are moved to another distribution. You can install
|
|
|
|
devel/p5-PAR-Packer to get them.
|
2006-12-08 04:27:47 +01:00
|
|
|
|
2006-12-07 14:55:52 +01:00
|
|
|
20061207:
|
2007-02-08 08:47:55 +01:00
|
|
|
AFFECTS: users of net/samba3
|
|
|
|
AUTHOR: timur@gnu.org
|
|
|
|
|
2007-02-23 11:19:59 +01:00
|
|
|
Version 3.0.23d of net/samba3 finally got ability to conditionally
|
2007-02-08 08:47:55 +01:00
|
|
|
link smbd daemon against FAM libraries. If you don't need this
|
|
|
|
support make sure that it's not selected in the options menu -
|
|
|
|
run 'make config' to verify it. You can remove FAM package if it
|
|
|
|
was installed before as a part of Samba dependencies.
|
2006-12-07 14:55:52 +01:00
|
|
|
|
2006-12-01 09:14:19 +01:00
|
|
|
20061201:
|
|
|
|
AFFECTS: users of mail/assp
|
|
|
|
AUTHOR: fbsd@opal.com
|
|
|
|
|
|
|
|
This version of ASSP switches virus detection support from
|
|
|
|
Mail::ClamAV to File::Scan::ClamAV which uses the external clamd
|
|
|
|
daemon from the security/clamav port. You will need to ensure
|
|
|
|
clamd is configured and running if you wish to use ASSP's CLAMAV
|
|
|
|
option. The default means for ASSP to communicate with clamd
|
|
|
|
has been set to match clamd's UNIX socket: /var/run/clamav/clamd.
|
|
|
|
If you use clamd with a TCP socket, you should configure ASSP's
|
|
|
|
AvClamdPort option to 3310 or whatever socket you use.
|
|
|
|
|
2006-11-30 09:45:46 +01:00
|
|
|
20061130:
|
|
|
|
AFFECTS: users of net/openldap2[34]-server
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
The default Berkeley DB version has been changed from
|
|
|
|
4.3 to 4.4, as suggested by OpenLDAP developers.
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
Suggested upgrade steps:
|
|
|
|
|
2006-11-30 20:40:02 +01:00
|
|
|
- Stop OpenLDAP server (i.e. ${PREFIX}/etc/rc.d/slapd stop)
|
|
|
|
- Backup the OpenLDAP database (typically, /var/db/openldap-data)
|
|
|
|
with your favorite tool
|
|
|
|
- Do a "slapcat > backup.ldif" to dump all data
|
|
|
|
- portupgrade net/openldap23-server
|
|
|
|
- Remove BDB files from your /var/db/openldap-data; you will want
|
|
|
|
to keep DB_CONFIG as-is.
|
|
|
|
- Do a "slapadd < backup.ldif" to restore the data
|
|
|
|
|
|
|
|
Alternatively, if you want to keep the current BDB version (4.3),
|
2006-12-01 04:38:33 +01:00
|
|
|
please define WITH_BDB_VER=43 when building the server.
|
2006-11-30 20:40:02 +01:00
|
|
|
|
2006-11-21 20:32:14 +01:00
|
|
|
20061121:
|
|
|
|
AFFECTS: users of www/hastymail
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/hastymail to ${PREFIX}/www/hastymail.
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061109:
|
2006-11-09 14:37:21 +01:00
|
|
|
AFFECTS: users of milter-bogom, dk-milter, dkim-milter
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: ache@FreeBSD.org
|
2006-11-09 14:37:21 +01:00
|
|
|
|
|
|
|
All 3 milters change their default user to "mailnull".
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061108:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of databases/postgresql*-server
|
2006-11-08 18:07:53 +01:00
|
|
|
AUTHOR: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
|
|
|
|
With the latest patch release of the PostgreSQL ports, the rc script
|
|
|
|
is renamed `postgresql'.
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061106:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of net/freeradius
|
2006-11-07 03:51:44 +01:00
|
|
|
AUTHOR: David Wood <david@wood2.org.uk>
|
|
|
|
|
|
|
|
FreeBSD used to patch FreeRADIUS's rlm_mschap.c to strip all domain names
|
|
|
|
when calculating the hash of an MS-CHAP challenge (a requirement specified
|
|
|
|
in RFC 2759 paragraph 4 and amplified in paragraph 8.2). FreeRADIUS now
|
|
|
|
offers its own solution to discard a domain name before hashing in the
|
|
|
|
MS-CHAP code, which can be enabled via a configuration option. As there is
|
|
|
|
no longer any need for the FreeBSD patch, it has been removed, leaving the
|
|
|
|
MS-CHAP code behaving as supplied by the FreeRADIUS team.
|
|
|
|
|
|
|
|
If the previous behaviour of the MS-CHAP code is required, add:
|
|
|
|
|
|
|
|
with_ntdomain_hack = yes
|
|
|
|
|
|
|
|
to the mschap { } section of your FreeRADIUS configuration. There should be
|
|
|
|
a commented out line that can be modified around line 696 of
|
|
|
|
${PREFIX}/etc/raddb/radiusd.conf if your configuration is based on the
|
|
|
|
sample FreeRADIUS configuration.
|
|
|
|
|
|
|
|
This option is not set by default in the sample FreeRADIUS configuration.
|
|
|
|
Only those who have clients sending a domain name as part of the user name
|
|
|
|
when using MS-CHAP will be affected by this change; they will need to set
|
|
|
|
this option to allow FreeRADIUS to authenticate their clients successfully.
|
|
|
|
This may only affect those with older Windows clients, but I cannot be sure.
|
|
|
|
|
|
|
|
Some sources suggest setting this configuration option anyway to prevent
|
|
|
|
FreeRADIUS from breaching RFC 2759 inadvertently, leading to authentication
|
|
|
|
failure. It is left to the user whether to set this configuration option
|
|
|
|
anyway, or only to set it in the event of authentication failures stemming
|
|
|
|
from MS-CHAP.
|
|
|
|
|
|
|
|
Debug output from radiusd that reads "rlm_mschap: NT Domain delimeter found,
|
|
|
|
should we have enabled with_ntdomain_hack?" suggests that this configuration
|
|
|
|
option should be enabled.
|
|
|
|
|
|
|
|
New maintainer alerted to this issue by private mail from Thomas Vogt
|
|
|
|
<thomas@bsdunix.ch>.
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061106:
|
2006-11-06 23:50:19 +01:00
|
|
|
AFFECTS: users of syutils/munin-*
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The default install location has changed from ${PREFIX}/www/data/munin
|
|
|
|
to ${PREFIX}/www/munin.
|
2006-11-06 23:50:19 +01:00
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061106:
|
2006-11-06 12:53:41 +01:00
|
|
|
AFFECTS: users of chinese/tatter-tools
|
|
|
|
AUTHOR: chinsan.tw@gmail.com
|
|
|
|
|
2008-08-11 23:20:13 +02:00
|
|
|
The default install location has changed from ${PREFIX}/www/data/tatter
|
|
|
|
to ${PREFIX}/www/tatter.
|
2006-11-06 12:53:41 +01:00
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20061102:
|
2006-11-02 17:05:29 +01:00
|
|
|
AFFECTS: users of mail/fetchmail
|
|
|
|
AUTHOR: barner@FreeBSD.org
|
|
|
|
|
|
|
|
- Along with the update to fetchmail 6.3.5, support for the POP2
|
|
|
|
protocol has been removed from the port's default configuration.
|
|
|
|
If needed, POP2 can be enabled with the port's option interface.
|
|
|
|
|
|
|
|
- New feature: GSSAPI support.
|
|
|
|
|
2006-11-01 20:23:29 +01:00
|
|
|
20061101:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of mail/dovecot
|
2006-11-01 20:23:29 +01:00
|
|
|
AUTHOR: shaun@FreeBSD.org
|
|
|
|
|
2007-02-23 11:19:59 +01:00
|
|
|
Dovecot now requires the mail root to be set explicitly in the
|
2006-11-01 20:23:29 +01:00
|
|
|
default_mail_env variable, where it could previously be omitted.
|
|
|
|
Using the old-style syntax may result in dovecot being unable to find
|
|
|
|
mailboxes. Installations using the example/default configuration
|
|
|
|
settings should not be affected.
|
|
|
|
|
|
|
|
This is noted in the release announcement:
|
|
|
|
|
|
|
|
http://dovecot.org/list/dovecot-news/2006-October/000016.html
|
|
|
|
|
2006-10-31 23:04:07 +01:00
|
|
|
20061031:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of math/rkward
|
2006-10-31 23:04:07 +01:00
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
The way some information such as descriptive labels is stored in the
|
|
|
|
R workspace was changed in RKWard 0.4.0.
|
|
|
|
While the data itself can still be loaded, labels will not be
|
|
|
|
available from workspaces created with an earlier version of RKWard.
|
|
|
|
To convert the old labels to the new format, run
|
|
|
|
rk.convert.pre040 ()
|
|
|
|
in the RKWard R console after loading the workspace in question.
|
|
|
|
|
2006-10-31 03:38:59 +01:00
|
|
|
20061031:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: users of news/inn-current or news/inn-stable
|
2006-10-31 03:38:59 +01:00
|
|
|
AUTHOR: shaun@FreeBSD.org
|
|
|
|
|
|
|
|
The stable and current ports of inn have been updated. They suffered
|
|
|
|
from the same problem previously documented and fixed in news/inn.
|
|
|
|
When upgrading either of the two mentioned ports, users are advised
|
|
|
|
to move inn's database directory (/usr/local/news/db) out of the way
|
|
|
|
prior to _deinstallation_ in order to save its contents from being
|
|
|
|
erased.
|
|
|
|
|
2006-10-14 11:36:08 +02:00
|
|
|
20061014:
|
2008-08-05 22:39:52 +02:00
|
|
|
AFFECTS: all GTK+2 and GNOME users
|
2006-10-14 11:36:08 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
GNOME has been updated to 2.16. All GTK+2 and GNOME components have been
|
|
|
|
moved from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local). To upgrade
|
|
|
|
your GNOME desktop or/and other applications you will need to use either
|
|
|
|
sysutils/portupgrade or sysutils/portmaster. To use portmaster, make
|
|
|
|
sure you have least 1.9 version to have the upgrade succeed.
|
2006-10-14 11:36:08 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Portupgrade users:
|
2008-07-23 11:53:39 +02:00
|
|
|
pkgdb -Ff
|
|
|
|
portupgrade -rf pkg-config\*
|
2006-10-14 11:36:08 +02:00
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
Portmaster users:
|
2008-07-23 11:53:39 +02:00
|
|
|
portmaster -r pkg-config\*
|
2006-10-14 11:36:08 +02:00
|
|
|
|
2006-10-10 23:16:21 +02:00
|
|
|
20061010:
|
|
|
|
AFFECTS: users of devel/avr-gcc*
|
|
|
|
AUTHOR: joerg@FreeBSD.org
|
|
|
|
|
|
|
|
The old avr-gcc port has been renamed into avr-gcc-3, and continues
|
|
|
|
support for GCC 3.x (for a while).
|
|
|
|
|
|
|
|
The former avr-gcc-devel port has been moved into avr-gcc, so GCC
|
|
|
|
4.x is now the default.
|
|
|
|
|
|
|
|
There is an entry in MOVED for the latter change but not for the
|
|
|
|
former one, as the automated tools (e.g. portupgrade) got confused
|
|
|
|
otherwise.
|
|
|
|
|
|
|
|
If you've previously been using avr-gcc-devel, these tools should
|
|
|
|
automatically take notice (based on the entry in MOVED), and change
|
|
|
|
the installed package to avr-gcc.
|
|
|
|
|
|
|
|
If you've previously been using avr-gcc, and want to move on to the
|
|
|
|
new default GCC 4.x, this should be fully automatic, as the port
|
|
|
|
name just stays, and the version increases.
|
|
|
|
|
|
|
|
If you've previously been using avr-gcc, and want to stay at GCC 3.x
|
|
|
|
for some reason, please manually perform a portupgrade to the new
|
|
|
|
name:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o devel/avr-gcc-3 avr-gcc
|
2006-10-10 23:16:21 +02:00
|
|
|
|
2006-10-10 13:50:40 +02:00
|
|
|
20061010:
|
2008-10-04 11:07:24 +02:00
|
|
|
AFFECTS: users of sysutils/flexbackup
|
2006-10-10 13:50:40 +02:00
|
|
|
AUTHOR: Marcus von Appen <mva@sysfault.org>
|
|
|
|
|
|
|
|
The port now respects PREFIX:
|
2008-10-04 11:07:24 +02:00
|
|
|
|
|
|
|
Before:
|
|
|
|
/etc/flexbackup.conf for PREFIX=whatever, WITH_PREFIX_CONF unset
|
|
|
|
Now:
|
|
|
|
PREFIX/etc/flexbackup.conf for PREFIX=whatever
|
2006-10-10 13:50:40 +02:00
|
|
|
|
2006-10-10 13:21:22 +02:00
|
|
|
20061010:
|
|
|
|
AFFECTS: users of audio/gtkpod
|
|
|
|
AUTHOR: danfe@FreeBSD.org
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
WITH_AAC knob has been renamed to WITH_MPEG4IP since it now covers
|
2006-10-10 13:21:22 +02:00
|
|
|
not only AAC, but H.264 support as well.
|
|
|
|
|
2006-10-09 20:52:27 +02:00
|
|
|
20061009:
|
|
|
|
AFFECTS: users of ports using ODBC (databases/libiodbc or databases/unixODBC)
|
|
|
|
AUTHOR: ganael.laplanche@martymac.com
|
|
|
|
|
|
|
|
All the ports have been modified to use the same way of choosing
|
|
|
|
between ODBC flavors (IODBC and UNIXODBC).
|
|
|
|
|
|
|
|
This way is defining either WITH_IODBC or WITH_UNIXODBC.
|
|
|
|
|
2006-10-09 17:12:06 +02:00
|
|
|
20061009:
|
2006-10-09 16:27:26 +02:00
|
|
|
AFFECTS: users of any ports using Python
|
|
|
|
AUTHOR: perky@FreeBSD.org
|
|
|
|
|
|
|
|
After upgrading of lang/python, you must rebuild all its consumer
|
|
|
|
ports to make them get ready to Python 2.5.
|
|
|
|
|
|
|
|
To do this, you will need to:
|
|
|
|
pkgdb -uf && cd /usr/ports/lang/python && make upgrade-site-packages
|
|
|
|
|
2006-10-07 14:34:00 +02:00
|
|
|
20061007:
|
|
|
|
AFFECTS: users of security/p5-openxpki
|
|
|
|
AUTHOR: svysh@cryptocom.ru
|
|
|
|
|
|
|
|
Old port security/p5-openxpki has been split into 8 new ports:
|
|
|
|
p5-openxpki: core for server part
|
|
|
|
p5-openxpki-client: base class for actual clients
|
|
|
|
p5-openxpki-i18n: internationalization of the user interface
|
|
|
|
p5-openxpki-client-cli: command line interface to local OpenXPKI daemon
|
|
|
|
p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon
|
|
|
|
p5-openxpki-client-scep: set of SCEP tools
|
|
|
|
p5-openxpki-client-soap-lite: set of SOAP-Lite tools
|
|
|
|
p5-openxpki-deployment: set of deployment tools
|
|
|
|
|
|
|
|
Please see security/p5-openxpki/pkg-descr for their interdependencies.
|
|
|
|
|
2006-09-26 13:19:38 +02:00
|
|
|
20060926:
|
|
|
|
AFFECTS: users of security/libgpg-error and any port that depends on it
|
|
|
|
AUTHOR: novel@FreeBSD.org
|
|
|
|
|
|
|
|
libgpg-error was updated to 1.4 and shared library version has been
|
|
|
|
bumped. So you need to rebuild all ports that depend on libgpg-error.
|
|
|
|
Do something like:
|
|
|
|
|
|
|
|
portupgrade -rf libgpg-error-\*
|
|
|
|
|
2006-09-23 17:19:47 +02:00
|
|
|
20060923:
|
|
|
|
AFFECTS: users of net-mgmt/net-snmp
|
|
|
|
AUTHOR: nork@FreeBSD.org
|
|
|
|
|
|
|
|
rcNG script was updated to support snmpd_pidfile and snmpd_conffile.
|
|
|
|
So, if you set snmpd_flags like "-c /usr/local/etc/snmpd.conf ...",
|
|
|
|
please change your /etc/rc.conf like following setting:
|
|
|
|
|
|
|
|
from (before update)
|
|
|
|
snmpd_flags="-a -c /usr/local/etc/snmpd.conf -p /var/run/snmpd.pid"
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
to (after update)
|
2006-09-23 17:19:47 +02:00
|
|
|
snmpd_flags="-a"
|
|
|
|
snmpd_pidfile="/var/run/snmpd.pid"
|
|
|
|
snmpd_conffile="/usr/local/etc/snmpd.conf"
|
|
|
|
|
2006-09-22 11:24:04 +02:00
|
|
|
20060922:
|
|
|
|
AFFECTS: users of mail/tmda
|
|
|
|
AUTHOR: sergei@FreeBSD.org
|
|
|
|
|
|
|
|
TMDA has been updated to version 1.1.5, which is the latest stable
|
|
|
|
release. 1.1 is now the stable branch, 1.0 branch has been obsoleted.
|
|
|
|
|
|
|
|
Changes include:
|
2006-10-10 13:36:24 +02:00
|
|
|
- ~/.tmdarc configuration file has been obsoleted by ~/.tmda/ dir;
|
2006-09-22 11:24:04 +02:00
|
|
|
see ${PREFIX}/share/examples/dot-tmda for sample configuration
|
|
|
|
- only minimal set of HTML documentation is now installed;
|
|
|
|
please see http://wiki.tmda.net/ for full documentation
|
|
|
|
- templates has changed: single bounce.txt has been replaced
|
|
|
|
with various bounce_*.txt templates; see ${PREFIX}/share/tmda
|
|
|
|
|
2006-09-21 12:25:16 +02:00
|
|
|
20060921:
|
|
|
|
AFFECTS: users of mail/mailfront
|
|
|
|
AUTHOR: sergei@FreeBSD.org
|
|
|
|
|
|
|
|
Mailfront was rewritten in version 1.0 to be totally modular.
|
|
|
|
Its functionality has been split into several modules that are now
|
|
|
|
installed into ${PREFIX}/libexec/mailfront. Various *front-* commands
|
|
|
|
are now merely shell script wrappers around the newly introduced
|
2006-10-10 13:36:24 +02:00
|
|
|
mailfront command and its new modules.
|
2006-09-21 12:25:16 +02:00
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
The smtpfront-reject command has been removed completely,
|
|
|
|
being deprecated in favor of using a plugin.
|
2006-09-21 12:25:16 +02:00
|
|
|
|
|
|
|
Please refer to http://untroubled.org/mailfront/NEWS for further details.
|
|
|
|
|
2006-09-20 17:42:08 +02:00
|
|
|
20060910:
|
2006-09-10 19:30:01 +02:00
|
|
|
AFFECTS: users of net-mgmt/zabbix
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
|
|
|
Users who start zabbix server should note that server name was changed
|
|
|
|
from zabbix_suckerd to zabbix_server and a variable in /etc/rc.conf
|
|
|
|
should be changed accordingly.
|
2006-08-24 13:23:11 +02:00
|
|
|
|
2006-09-04 21:03:46 +02:00
|
|
|
20060904:
|
|
|
|
AFFECTS: users of net/samba3
|
|
|
|
AUTHOR: timur@gnu.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Revision of Samba 3.0.23c port had changed location of the directory,
|
2006-09-04 21:03:46 +02:00
|
|
|
where Samba stores it's smbpasswd files from $PREFIX/private to a more
|
|
|
|
common $PREFIX/etc/samba.
|
2006-10-10 13:36:24 +02:00
|
|
|
|
|
|
|
You need to move *.tdb files from an old to new location and remove old
|
2006-09-04 21:03:46 +02:00
|
|
|
directory if you use tdbsam backend for Samba user authentication.
|
2006-10-10 13:36:24 +02:00
|
|
|
|
|
|
|
Starting with the 3.0.23c release, the officially supported passdb
|
2006-09-04 21:03:46 +02:00
|
|
|
backends (smbpasswd, tdbsam, and ldapsam) now operate identically with
|
2006-09-19 17:13:45 +02:00
|
|
|
regards to the historical RID algorithm for unmapped users and groups
|
2006-09-04 21:03:46 +02:00
|
|
|
(i.e. accounts not in the passdb or group mapping table). The resulting
|
2006-09-19 17:13:45 +02:00
|
|
|
behavior is that all unmapped users are resolved to a SID in the
|
2006-09-04 21:03:46 +02:00
|
|
|
S-1-22-1 domain and all unmapped groups resolve to a SID in the S-1-22-2
|
2006-09-19 17:13:45 +02:00
|
|
|
domain. Previously, when using the smbpasswd passdb, such users and
|
|
|
|
groups would resolve to an algorithmic SID in the machine's own domain
|
2006-09-04 21:03:46 +02:00
|
|
|
(S-1-5-XX-XX-XX). However, the smbpasswd backend still utilizes the RID
|
2006-10-10 13:36:24 +02:00
|
|
|
algorithm when creating new user accounts or allocating a RID for a new
|
2006-09-04 21:03:46 +02:00
|
|
|
group mapping entry.
|
2006-10-10 13:36:24 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
With the changes in the 3.0.23c release, it is now possible to resolve
|
2006-09-04 21:03:46 +02:00
|
|
|
a uid/gid, name, or SID in any direction and always obtain a symmetric
|
2006-09-19 17:13:45 +02:00
|
|
|
mapping. This is important so that values for smb.conf parameters such
|
|
|
|
as "valid users" resolve to the same SIDs as those included in the
|
2006-09-04 21:03:46 +02:00
|
|
|
local user's initial token.
|
|
|
|
|
2006-09-03 16:13:02 +02:00
|
|
|
20060902:
|
|
|
|
AFFECTS: users of japanese/uim-anthy and japanese/uim-canna
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: nobutaka@FreeBSD.org
|
2006-09-03 16:13:02 +02:00
|
|
|
|
|
|
|
Input modes for uim-anthy and uim-canna are reorganized since version 1.2.0.
|
2008-07-23 11:53:39 +02:00
|
|
|
Please re-configure the following keybindings with uim-pref:
|
|
|
|
|
2006-09-03 16:13:02 +02:00
|
|
|
- off key
|
|
|
|
- convert to halfwidth alphanumeric key
|
|
|
|
- convert to fullwidth alphanumeric key
|
|
|
|
- convert to halfwidth katakana key
|
|
|
|
- halfwidth katakana mode key
|
2006-08-24 13:23:11 +02:00
|
|
|
|
2006-09-02 09:21:00 +02:00
|
|
|
20060902:
|
|
|
|
AFFECTS: users of net-p2p/linuxdcpp
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
The name of binary, datadir, and docsdir have been renamed from ldcpp to
|
2006-09-02 09:21:00 +02:00
|
|
|
linuxdcpp by the linuxdcpp developer.
|
|
|
|
|
2006-09-01 03:57:06 +02:00
|
|
|
20060831:
|
|
|
|
AFFECTS: users of x11-wm/fluxbox-devel
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The prefix has been changed, the fluxbox-devel now lives in LOCALBASE. You
|
|
|
|
will need to download the fluxbox_prefix.sh script and run it as in your
|
|
|
|
normal users that have ~/.fluxbox. The script only will replace old path to
|
|
|
|
the new path; it does not affect on anything else.
|
|
|
|
|
|
|
|
$ fetch http://people.freebsd.org/~mezz/script/fluxbox_prefix.sh
|
|
|
|
$ sh fluxbox_prefix.sh
|
|
|
|
|
|
|
|
It will creating a backup of ~/.fluxbox to ~/.fluxbox-bak. If everything
|
|
|
|
work fine, then you can remove ~/.fluxbox-bak. If you have the different
|
|
|
|
default of LOCALBASE and X11BASE, you can edit it in fluxbox_prefix.sh.
|
|
|
|
|
2006-09-01 00:39:04 +02:00
|
|
|
20060831:
|
|
|
|
AFFECTS: users of games/warzone
|
|
|
|
AUTHOR: alepulver@FreeBSD.org
|
|
|
|
|
|
|
|
games/warzone port directory was renamed back to games/warzone2100 because
|
|
|
|
the last version (2.0.4) uses the original name.
|
|
|
|
|
2006-08-30 07:56:43 +02:00
|
|
|
20060830:
|
|
|
|
AFFECTS: users of textproc/p5-Senna
|
|
|
|
AUTHOR: kuriyama@FreeBSD.org
|
|
|
|
|
|
|
|
This version (0.50) of p5-Senna module breaks some compatibilities
|
|
|
|
with the previous versions.
|
|
|
|
|
2006-08-28 22:04:46 +02:00
|
|
|
20060828:
|
|
|
|
AFFECTS: users of devel/gpc
|
|
|
|
AUTHOR: mi+mx@aldan.algebra.com
|
|
|
|
|
|
|
|
devel/gpc port directory was renamed to devel/libgpc to avoid conflicting
|
|
|
|
with lang/gpc.
|
|
|
|
|
2006-08-28 21:35:35 +02:00
|
|
|
20060828:
|
|
|
|
AFFECTS: users of games/warzone2100
|
|
|
|
AUTHOR: alepulver@FreeBSD.org
|
|
|
|
|
|
|
|
games/warzone2100 port directory was renamed to games/warzone to match
|
|
|
|
the port distfile and data directory.
|
|
|
|
|
2006-08-27 22:38:53 +02:00
|
|
|
20060827:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Perforce has been updated to version 2006.1. As usual, there has
|
|
|
|
been significant schema upgrades, so even though upgrading to
|
|
|
|
2006.1 is straightforward, it is still highly recommended to
|
|
|
|
follow the upgrading instructions in the release notes:
|
|
|
|
|
|
|
|
http://www.perforce.com/perforce/doc.061/user/relnotes.txt
|
|
|
|
|
2006-08-25 14:02:58 +02:00
|
|
|
20060818:
|
|
|
|
AFFECTS: users of net/isc-dhcp3-server or net/isc-dhcp3-relay
|
|
|
|
AUTHOR: Joerg.Pulz@frm2.tum.de
|
|
|
|
|
|
|
|
Starting with version 3.0.5rc1 of the ISC DHCPD package, any running
|
|
|
|
"dhcpd" or "dhcrelay" processes are stopped automatically when the port
|
|
|
|
gets deinstalled.
|
|
|
|
Please remember to start the services again manually, in case you upgrade
|
|
|
|
from version 3.0.5rc1 or newer to any other version.
|
|
|
|
Due to the better use of the USE_RC_SUBR framework, the rc script name may
|
|
|
|
change from isc-dhcpd.sh or isc-dhcrelay.sh to isc-dhcpd or isc-dhcrelay
|
|
|
|
depending on the FreeBSD version you use.
|
|
|
|
|
2006-08-24 13:23:11 +02:00
|
|
|
20060818:
|
|
|
|
AFFECTS: users of www/gallery2
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/gallery2 to ${PREFIX}/www/gallery2.
|
|
|
|
|
2006-08-19 05:29:15 +02:00
|
|
|
20060818:
|
|
|
|
AFFECTS: users of sysutils/nut
|
|
|
|
AUTHOR: Joerg.Pulz@frm2.tum.de
|
|
|
|
|
|
|
|
Starting with nut-2.0.4, the megatec UPS driver has been backported from
|
|
|
|
the development tree. Users of the following UPS drivers (powermust, blazer,
|
|
|
|
fentonups, mustek, esupssmart, ippon, sms, masterguard) are encouraged to
|
|
|
|
switch to the megatec UPS driver, which should replace all these drivers
|
|
|
|
by nut-2.2 .
|
|
|
|
For more information, please refer to ${LOCALBASE}/share/doc/nut/megatec.txt
|
|
|
|
|
2006-08-15 17:25:02 +02:00
|
|
|
20060815:
|
|
|
|
AFFECTS: users of net/samba3
|
|
|
|
AUTHOR: timur@gnu.org
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
Since Samba 3.0.8, it has been recommended that all domain accounts
|
|
|
|
listed in smb.conf on a member server be fully qualified with the
|
|
|
|
domain name. This is now a requirement. All unqualified names are
|
|
|
|
assumed to be local to the Unix host, either as part of the server's
|
|
|
|
local passdb or in the local system list of accounts (e.g. /etc/passwd
|
2006-08-15 17:25:02 +02:00
|
|
|
or /etc/group).
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
If the member server is not running winbindd at all, domain
|
2006-08-15 17:25:02 +02:00
|
|
|
accounts will be implicitly mapped to local accounts and their
|
2006-10-10 13:36:24 +02:00
|
|
|
tokens will be modified appropriately to reflect the local
|
2006-08-15 17:25:02 +02:00
|
|
|
SID and group membership.
|
|
|
|
|
2006-08-06 05:04:13 +02:00
|
|
|
20060804:
|
|
|
|
AFFECTS: users of editors/jedit-devel
|
|
|
|
AUTHOR: question+fbsdports@closedsrc.org
|
|
|
|
|
|
|
|
Starting with jEdit 4.3pre6, jedit-devel now requires Java 1.5+ to be
|
|
|
|
installed due to new features and classes used by the package. If you
|
|
|
|
cannot install or use Java 1.5, you will need to stay with jEdit 4.2.
|
|
|
|
|
2006-08-03 02:38:32 +02:00
|
|
|
20060802:
|
|
|
|
AFFECTS: users of www/linux-opera
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The prefix has been changed, linux-opera now lives in LOCALBASE. Be sure to
|
|
|
|
go in ~/.linux-opera/ and open a few of *.ini files to change all of this
|
|
|
|
from "/usr/X11R6/share/linux-opera" to "/usr/local/share/linux-opera". Most
|
|
|
|
of editors have 'search and replace' option, so use it or just use sed.
|
|
|
|
|
2006-08-01 17:52:13 +02:00
|
|
|
20060801:
|
|
|
|
AFFECTS: users of www/b2evolution
|
|
|
|
AUTHOR: chinsan.tw@gmail.com
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/b2evolution to ${PREFIX}/www/b2evolution.
|
|
|
|
|
2006-08-01 03:51:47 +02:00
|
|
|
20060801:
|
|
|
|
AFFECTS: users of audio/libtunepimp and any port that depends on it
|
|
|
|
AUTHOR: clsung@FreeBSD.org
|
|
|
|
|
|
|
|
libtunepimp has been updated to 0.5. But it breaks some ports depend
|
|
|
|
on it such as audio/juk and audio/amarok. To fix this kind of problem,
|
2006-10-10 13:36:24 +02:00
|
|
|
try to install audio/libtunepimp-old, which is previous version of
|
2006-08-01 03:51:47 +02:00
|
|
|
audio/libtunepimp.
|
|
|
|
|
2006-07-31 18:40:01 +02:00
|
|
|
20060731:
|
|
|
|
AFFECTS: users of graphics/GraphicsMagick
|
|
|
|
AUTHOR: mat@FreeBSD.org
|
|
|
|
|
|
|
|
In order to fix a symbol collision between GraphicsMagick and libtidy,
|
|
|
|
GraphicsMagick has been updated so that all its symbols are now prefixed with
|
|
|
|
'Gm'. Consequently, all dependencies should be upgraded when you perform this
|
2008-07-27 22:10:00 +02:00
|
|
|
upgrade with this command:
|
2006-07-31 18:40:01 +02:00
|
|
|
|
|
|
|
portupgrade -rf graphics/GraphicsMagick
|
|
|
|
|
2006-07-29 22:47:45 +02:00
|
|
|
20060729:
|
|
|
|
AFFECTS: users of net/nss_ldap
|
|
|
|
AUTHOR: tmclaugh@sdf.lonestar.org
|
|
|
|
|
|
|
|
The krb5_ccname option in ldap.conf has been fixed in the port so that it
|
2006-09-19 17:13:45 +02:00
|
|
|
now works. Please be aware of this when updating if you have it in your
|
|
|
|
config and are using GSSAPI when use_sasl is enabled. Using GSSAPI with a
|
2006-07-29 22:47:45 +02:00
|
|
|
misconfigured krb5_ccname combined with one of the 'hard' bind_policy
|
2006-08-03 20:45:53 +02:00
|
|
|
options can effectively lockout users.
|
2006-07-29 22:47:45 +02:00
|
|
|
|
2006-07-28 19:19:34 +02:00
|
|
|
20060728:
|
|
|
|
AFFECTS: users of polish/ekg and polish/ibgadu
|
2006-09-19 17:13:45 +02:00
|
|
|
AUTHOR: mwisnicki+freebsd@gmail.com
|
2006-07-28 19:19:34 +02:00
|
|
|
|
|
|
|
If you have installed both ekg-1.6,2 and libgadu-20051229_1 then you should
|
2008-07-23 11:53:39 +02:00
|
|
|
first deinstall them and install polish/ekg after that, e.g.:
|
|
|
|
|
|
|
|
pkg_deinstall -f pl-ekg-\* pl-libgadu-\*
|
|
|
|
portinstall polish/ekg
|
2006-07-28 19:19:34 +02:00
|
|
|
|
2006-07-24 03:59:11 +02:00
|
|
|
20060723:
|
|
|
|
AFFECTS: users of www/dillo-i18n
|
|
|
|
AUTHOR: tmseck@netcologne.de
|
|
|
|
|
|
|
|
Starting with version 20060709 the i18n version of Dillo encodes
|
|
|
|
the bookmark file using UTF-8 encoding. You can try to convert
|
|
|
|
your existing bookmark file with the bm-update script or you could
|
|
|
|
try to convert it by hand using iconv(1) from you current locale
|
2006-09-19 17:13:45 +02:00
|
|
|
to UTF-8, e.g. by calling 'iconv -f ISO-8859-1 -t UTF-8 ~/.dillo/bm.txt'.
|
2006-07-24 03:59:11 +02:00
|
|
|
|
|
|
|
Please see the iconv documentation for further details.
|
|
|
|
|
2006-07-22 12:40:12 +02:00
|
|
|
20060722:
|
|
|
|
AFFECTS: users of games/phpua-*
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/phpua-* to ${PREFIX}/www/phpua-*.
|
|
|
|
|
2006-07-19 14:59:11 +02:00
|
|
|
20060719:
|
|
|
|
AFFECTS: users of mail/postfix
|
|
|
|
AUTHOR: mnag@FreeBSD.org
|
|
|
|
|
2007-02-08 19:05:00 +01:00
|
|
|
mail/postfix was updated to 2.3.0 and does no longer support POSTFIX_OPTIONS,
|
2006-07-19 21:21:35 +02:00
|
|
|
please consider using "make config" to set your OPTIONS. The SPF patch was
|
|
|
|
removed since this does not apply cleanly and has problems when using
|
2006-09-19 17:13:45 +02:00
|
|
|
pipe(8). Consider using mail/postfix-policyd-spf instead of the SPF patch.
|
2006-07-19 14:59:11 +02:00
|
|
|
|
2006-07-19 21:21:35 +02:00
|
|
|
If you need the Postfix 2.2 version you can find this in mail/postfix22.
|
2006-07-19 14:59:11 +02:00
|
|
|
|
2006-07-15 16:28:44 +02:00
|
|
|
20060715:
|
|
|
|
AFFECTS: users of Aspell or its versions bundled with dictionaries
|
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
Since aspell-0.60.4_4, all dictionaries can be installed separately:
|
|
|
|
|
|
|
|
- by default, textproc/aspell installs the English dictionaries (no
|
|
|
|
change);
|
|
|
|
- thereafter you can install any foreign dictionary;
|
2008-07-27 22:10:00 +02:00
|
|
|
- when you install a foreign dictionary, e.g. french/aspell or
|
2006-07-15 16:28:44 +02:00
|
|
|
textproc/da-aspell, it installs only the dictionaries, and depends
|
|
|
|
upon textproc/aspell for the programs;
|
|
|
|
- if you don't need the English dictionaries, you can define
|
|
|
|
WITHOUT_DICTEN or install textproc/aspell-without-dicten.
|
|
|
|
|
2006-07-14 20:39:51 +02:00
|
|
|
20060714:
|
|
|
|
AFFECTS: users of security/krb5
|
|
|
|
AUTHOR: cy@FreeBSD.org
|
|
|
|
|
|
|
|
As of MIT KRB5 1.5, Kerberos no longer supports static linking nor
|
|
|
|
do the static libraries build. The reason for this is that KRB5 1.5
|
|
|
|
implements plugins to implement functions. GSS-API is now implemented
|
|
|
|
as a function. As such, the MIT Kerberos team has yet to implement
|
|
|
|
plugins using static libraries. Users requiring static libraries or
|
|
|
|
statically linked binaries are advised not to upgrade to this release
|
|
|
|
until MIT provides a solution for statically linked binaries.
|
|
|
|
|
2006-07-14 09:16:25 +02:00
|
|
|
20060714:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: clsung@FreeBSD.org
|
|
|
|
|
|
|
|
www/mediawiki version is 1.7 now. 1.6 version was preserved on
|
|
|
|
www/mediawiki16 port.
|
|
|
|
|
2006-07-13 14:03:50 +02:00
|
|
|
20060713:
|
|
|
|
AFFECTS: users of x11-fonts/terminus-font
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
Since version 4.20, terminus-font changed place to install fonts to
|
|
|
|
${PREFIX}/lib/X11/fonts/terminus-font, please, add this new path to your
|
|
|
|
font paths.
|
|
|
|
|
2006-07-12 02:16:32 +02:00
|
|
|
20060711:
|
|
|
|
AFFECTS: users of net/samba3
|
|
|
|
AUTHOR: timur@gnu.org
|
|
|
|
|
|
|
|
Starting from version 3.0.23 Samba no longer supports experimental
|
|
|
|
SQL and XML passdb backends. If you need this functionality, please
|
|
|
|
visit http://pdbsql.sourceforge.net/ (port is coming soon).
|
|
|
|
|
|
|
|
The default mapping entries for groups such as "Domain Admins" are
|
|
|
|
no longer created when using an smbpasswd file or a tdbsam passdb
|
2006-10-10 13:36:24 +02:00
|
|
|
backend. Use 'net groupmap add' rather than 'net groupmap modify'
|
2006-07-12 02:16:32 +02:00
|
|
|
to set these entries.
|
|
|
|
|
|
|
|
A substring matching rule has been added to the sambaSID attribute
|
|
|
|
definition. For OpenLDAP servers, this will require the addition
|
|
|
|
of 'index sambaSID sub' to the slapd.conf configuration file. It
|
|
|
|
will be necessary to run slapindex after making this change. There
|
|
|
|
has been no change to actual data storage schema.
|
|
|
|
|
2006-07-19 20:28:54 +02:00
|
|
|
20060711:
|
|
|
|
AFFECTS: users of games/linux-ut
|
|
|
|
AUTHOR: netchild@FreeBSD.org, sean-freebsd@farley.org
|
|
|
|
|
|
|
|
Some fixes for network play were done in UnrealTournament.ini
|
|
|
|
There are two ways to fix it:
|
|
|
|
1. The easy way is to remove the ${HOME}/.loki/ut directory, yet all
|
|
|
|
local settings will be lost.
|
2006-09-19 17:13:45 +02:00
|
|
|
2. The hard way: in ${HOME}/.loki/ut/UnrealTrounament.ini, under the
|
2006-07-19 20:28:54 +02:00
|
|
|
[Core.System] section, SavePath, CachePath and multiple Paths
|
|
|
|
variables should be replaced with the ones in (and in the same order
|
|
|
|
as) ${PREFIX}/share/linux-ut/System/UnrealTournament.ini.
|
|
|
|
|
2006-07-08 04:28:49 +02:00
|
|
|
20060707:
|
|
|
|
AFFECTS: users of www/lifetype
|
|
|
|
AUTHOR: clsung@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/lifetype to ${PREFIX}/www/lifetype.
|
|
|
|
|
2006-07-06 19:48:38 +02:00
|
|
|
20060706:
|
|
|
|
AFFECTS: users of security/gnutls and any port that depends on it
|
|
|
|
AUTHOR: novel@FreeBSD.org
|
|
|
|
|
|
|
|
gnutls has been updated to 1.4.0 and all shared libraries' versions
|
|
|
|
have been bumped. So you need to rebuild all applications that
|
|
|
|
depend on gnutls. Do something like:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf gnutls
|
2006-07-06 19:48:38 +02:00
|
|
|
|
2006-07-03 17:51:29 +02:00
|
|
|
20060703:
|
|
|
|
AFFECTS: users of audio/amarok
|
|
|
|
AUTHOR: mich@FreeBSD.org
|
|
|
|
|
|
|
|
A bunch of port options have been removed, so you should remove your
|
|
|
|
current options, before attempting to build the port.
|
|
|
|
|
|
|
|
- Enter the amarok port directory, and run `make rmconfig'
|
|
|
|
|
2006-07-03 11:09:58 +02:00
|
|
|
20060703:
|
|
|
|
AFFECTS: users of sysutils/portupgrade
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
2006-07-07 08:12:38 +02:00
|
|
|
Because portupgrade had a problem with detecting Berkley DB version 2
|
|
|
|
or newer, and the default database format is now set to use these
|
|
|
|
versions, you can end up with a portupgrade that does not work with
|
|
|
|
older databases. A quick fix is to remove the databases, type:
|
|
|
|
'rm /var/db/pkg/pkgdb.db /usr/ports/INDEX*.db'.
|
2006-07-25 09:52:13 +02:00
|
|
|
portupgrade will recreate them automatically. It does absolutely no harm.
|
2006-07-07 08:12:38 +02:00
|
|
|
|
|
|
|
If you do not want remove the databases, you should detect what database
|
|
|
|
type do you use, and set the port options for portupgrade accordingly.
|
|
|
|
Follow these instructions:
|
|
|
|
|
|
|
|
- run 'pkgdb -fu' *before* upgrading and take a look on the output.
|
2006-07-03 11:09:58 +02:00
|
|
|
You can see database format there as: format:XXX, where XXX is your
|
|
|
|
current database format.
|
2006-10-10 13:36:24 +02:00
|
|
|
- Go to portupgrade port directory and configure the port with
|
2006-07-07 08:12:38 +02:00
|
|
|
`make config' command. If you have bdb_* format, then turn on the BDB4
|
2006-09-19 17:13:45 +02:00
|
|
|
option. If you have bdb1_* format, then turn off BDB4 and turn on
|
|
|
|
the BDB1 option. If you have dbd_hash format, then turn off all options.
|
2006-07-03 11:09:58 +02:00
|
|
|
- Upgrade portupgrade.
|
2006-10-10 13:36:24 +02:00
|
|
|
|
2006-07-03 11:09:58 +02:00
|
|
|
Note: if you change database format with changing port options,
|
2006-07-07 08:12:38 +02:00
|
|
|
you should remove the ruby-bdb* port that you don't need anymore.
|
|
|
|
Alternatively, you can hard code database format in your pkgtools.conf.
|
2006-07-03 11:09:58 +02:00
|
|
|
|
2006-07-02 17:38:18 +02:00
|
|
|
20060702:
|
|
|
|
AFFECTS: users of multimedia/handbrake
|
|
|
|
AUTHOR: multimedia@FreeBSD.org
|
|
|
|
|
|
|
|
The GTK+2 version in the 0.7.x has been disabled by the author, because it
|
|
|
|
does not work anymore. If you still want to keep with GTK+2 version, go
|
|
|
|
with multimedia/handbrake-gtk2 (still 0.6.x) instead. The name of binary
|
|
|
|
has been renamed to handbrake-gtk2 too.
|
|
|
|
|
2006-07-01 01:03:51 +02:00
|
|
|
20060701:
|
|
|
|
AFFECTS: users of www/phpbb
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/phpbb to ${PREFIX}/www/phpbb.
|
|
|
|
|
2006-06-29 05:51:17 +02:00
|
|
|
20060629:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: miwi@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data-dist/mediawiki to ${PREFIX}/www/mediawiki.
|
|
|
|
|
2006-06-25 15:19:27 +02:00
|
|
|
20060624:
|
|
|
|
AFFECTS: users of audio/mt-daapd
|
|
|
|
AUTHOR: alex@foxybanana.com
|
|
|
|
|
|
|
|
The default database directory has been changed to /var/db/mt-daapd. The
|
2006-10-10 13:36:24 +02:00
|
|
|
default mp3 dir has been changed to ${PREFIX}/share/mt-daapd. Old
|
|
|
|
configuration files will be maintained, if present, so no updating should
|
2006-06-25 15:19:27 +02:00
|
|
|
be required.
|
|
|
|
|
2006-06-24 22:26:15 +02:00
|
|
|
20060624:
|
|
|
|
AFFECTS: users of net/py-bittorrent-devel and net/py-bittorrent-core-devel
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
This version has been specially patched to enable
|
|
|
|
launchmany-{console,curses}. This is experimental.
|
|
|
|
|
|
|
|
20060624:
|
|
|
|
AFFECTS: users of net/py-bittorrent and net/py-bittorrent-core
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
launchmany-{console,curses} do not work under this version.
|
|
|
|
|
2006-06-24 12:18:53 +02:00
|
|
|
20060622:
|
2006-06-23 23:10:23 +02:00
|
|
|
AFFECTS: users of www/dokuwiki
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: miwi@FreeBSD.org
|
2006-06-24 12:18:53 +02:00
|
|
|
|
|
|
|
The default install location has changed from
|
|
|
|
${PREFIX}/www/data/dokuwiki to ${PREFIX}/www/dokuwiki.
|
2006-06-23 23:10:23 +02:00
|
|
|
|
2006-06-22 11:07:09 +02:00
|
|
|
20060622:
|
|
|
|
AFFECTS: users of databases/mysql-client
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
|
|
|
MySQL version 5.0 is now the default. If you have only the client
|
|
|
|
port, you can upgrade all ports with:
|
|
|
|
portupgrade -rfo databases/mysql50-client mysql-client
|
|
|
|
|
2006-06-24 12:18:53 +02:00
|
|
|
20060616:
|
2007-02-08 19:05:00 +01:00
|
|
|
AFFECTS: users of all pfpro ports
|
2006-06-19 09:40:44 +02:00
|
|
|
AUTHOR: aaron@FreeBSD.org
|
|
|
|
|
2006-06-24 12:18:53 +02:00
|
|
|
The default certificate location has been changed to respect hier(7).
|
2006-06-19 09:40:44 +02:00
|
|
|
The new default location is LOCALBASE/etc/pfpro/certs.
|
|
|
|
|
2006-06-20 21:24:32 +02:00
|
|
|
20060616:
|
|
|
|
AFFECTS: users of net/openldap22{,-sasl}-client
|
|
|
|
AUTHOR: linimon@FreeBSD.org
|
|
|
|
|
|
|
|
OpenLDAP version 2.3 is now the default. To upgrade all ports do
|
|
|
|
portupgrade -rfo net/openldap23-client openldap-client
|
|
|
|
(or a similar command for the SASL variant). If you do not want to
|
|
|
|
upgrade, add the line `WANT_OPENLDAP_VER?=22' to /etc/make.conf.
|
|
|
|
|
2006-06-16 19:14:00 +02:00
|
|
|
20060616:
|
2007-02-08 19:05:00 +01:00
|
|
|
AFFECTS: users of emulation/linux_base-*
|
2006-06-16 19:14:00 +02:00
|
|
|
AUTHOR: netchild@FreeBSD.org
|
|
|
|
|
|
|
|
We now use Fedora Core 4 as the linux base port, and the corresponding
|
|
|
|
xorg libs for the linux X11 libs port.
|
|
|
|
|
|
|
|
To upgrade you have to run
|
|
|
|
portupgrade -f -o emulators/linux_base-fc4 linux_base\*
|
|
|
|
portupgrade -f -o x11/linux-xorg-libs linux-XFree86-libs
|
|
|
|
|
2006-07-31 15:20:54 +02:00
|
|
|
You need to make sure that you have not changed the sysctl
|
|
|
|
compat.linux.osrelease. FC4 behaves differently depending on the
|
|
|
|
content of this sysctl. Only the default value of this sysctl is
|
|
|
|
supported. In case of problems also revert to the default of the
|
|
|
|
compat.linux.osname if changed.
|
|
|
|
|
2006-07-19 20:28:54 +02:00
|
|
|
In case "printenv | grep LD_" prints something, e.g., LD_LIBRARY_PATH
|
|
|
|
or LD_PRELOAD, you have to make sure it is not set when starting
|
|
|
|
linux programs, else FreeBSD libraries will be picked up and the
|
|
|
|
programs do not start.
|
|
|
|
|
2006-07-25 09:52:13 +02:00
|
|
|
After this start a linux program to test, e.g., acroread. If you get
|
2006-07-19 20:28:54 +02:00
|
|
|
errors when starting linux programs about problems with libraries, and
|
|
|
|
you made sure no LD_* variable is set as described above, you are one of
|
|
|
|
those unlucky people where we do not have a better solution as to tell
|
|
|
|
you to deinstall every linux port, remove /compat/linux completely to
|
|
|
|
make sure no cruft is left and reinstall everything you need.
|
|
|
|
|
2006-06-12 17:46:43 +02:00
|
|
|
20060612:
|
|
|
|
AFFECTS: users of editors/staroffice60, editors/staroffice70 and
|
2008-07-23 11:53:39 +02:00
|
|
|
german/staroffice70
|
2006-06-12 17:46:43 +02:00
|
|
|
AUTHOR: erwin@FreeBSD.org
|
|
|
|
|
|
|
|
The USE_CDROM knob was renamed to WITH_CDROM for consistency
|
|
|
|
within the ports tree.
|
|
|
|
|
2006-06-11 10:33:16 +02:00
|
|
|
20060611:
|
|
|
|
AFFECTS: users of www/c-icap
|
|
|
|
AUTHOR: b3k@mail.ru
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
The format of file c-icap.magic has changed. If you use your own
|
|
|
|
c-icap.magic file remember to convert it to the new format. It can be done
|
2006-06-11 10:33:16 +02:00
|
|
|
using the convert_old_magic.pl script located in the contrib directory.
|
|
|
|
|
2006-06-05 21:24:58 +02:00
|
|
|
20060605:
|
|
|
|
AFFECTS: users of net/kdenetwork3
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
The KDE multi-protocol instant messenger, Kopete, has been moved out
|
|
|
|
of the net/kdenetwork3 port and is now available separately as
|
|
|
|
net-im/kopete.
|
|
|
|
|
2006-05-29 22:33:41 +02:00
|
|
|
20060529:
|
|
|
|
AFFECTS: users of net/quagga
|
|
|
|
AUTHOR: lawrance@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
As of version 0.99.4 quagga no longer supports UCD-SNMP v4. If you
|
2006-05-29 22:33:41 +02:00
|
|
|
require this functionality, you should make alternative arrangements
|
|
|
|
before upgrading quagga.
|
|
|
|
|
2006-05-29 15:33:29 +02:00
|
|
|
20060529:
|
|
|
|
AFFECTS: users of mail/qmail-spamcontrol
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
Updated to version 2.4.14 that brings a lot of news, most significant is
|
|
|
|
STARTTLS support on smtpd and pop3d, if you want to use it, you need to
|
|
|
|
install sysutils/ucspi-ssl-tls port that has the necessary patch applied.
|
|
|
|
|
2006-07-25 09:52:13 +02:00
|
|
|
Remember to select STDERR option and rebuild security/clamav port, this is
|
2006-05-29 15:33:29 +02:00
|
|
|
necessary to have the correct log on smtpd.
|
|
|
|
|
|
|
|
After upgrade from 2.3.x you will need to set environment var SMTPAUTH to
|
2006-06-07 14:16:42 +02:00
|
|
|
enable auth, you can set it as "login" or "crammd5" to set which auth you
|
|
|
|
want.
|
2006-05-29 15:33:29 +02:00
|
|
|
|
2006-05-28 21:38:52 +02:00
|
|
|
20060528:
|
|
|
|
AFFECTS: users of news/inn
|
|
|
|
AUTHOR: shaun@inerd.com
|
|
|
|
|
|
|
|
The 2.4.3 port of inn has an unfortunate bug which causes inn's database files
|
|
|
|
to be erased during an uninstall or upgrade. Earlier versions are also
|
|
|
|
affected. The latest port revision fixes this, but before upgrading, users are
|
|
|
|
advised to move their ${PREFIX}/news/db directory out of the way, in order to
|
|
|
|
save the history, active and newsgroups databases from destruction.
|
|
|
|
|
2006-05-26 17:42:34 +02:00
|
|
|
20060526:
|
|
|
|
AFFECTS: users of security/amavisd-new
|
|
|
|
AUTHOR: gkovesdan@t-hosting.hu
|
|
|
|
|
|
|
|
The Clamav project recommended that security/clamav and security/clamav-devel
|
|
|
|
should depend on archivers/unzoo instead of zoo, and on archivers/arj instead
|
|
|
|
of unarj. Because the clamav and clamav-devel ports are used quite often with
|
|
|
|
amavisd-new, this port was modified to depend on the same two archiver ports
|
|
|
|
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:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
|
|
|
['zoo', \&do_zoo, 'zoo'],
|
2006-05-26 17:42:34 +02:00
|
|
|
To this one:
|
2008-07-23 11:53:39 +02:00
|
|
|
['zoo', \&do_zoo, ['zoo','unzoo'] ],
|
2006-05-26 17:42:34 +02:00
|
|
|
|
2006-05-26 17:19:49 +02:00
|
|
|
20060526:
|
|
|
|
AFFECTS: users of net/openldap23-server
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
The setting of SHELL backend has been inverted to off by default,
|
2006-09-19 17:13:45 +02:00
|
|
|
because of the side effect it can cause. A new option, SLURPD
|
2006-05-26 17:19:49 +02:00
|
|
|
has been added to give the user decision on whether the
|
2006-09-19 17:13:45 +02:00
|
|
|
replication should be built and installed. Please note that the
|
2006-05-26 17:19:49 +02:00
|
|
|
replication daemon is disabled when threading is disabled (e.g.
|
|
|
|
when using shell backend), no matter what the user option SLURPD
|
|
|
|
is set to.
|
|
|
|
|
|
|
|
You are advised to do a "make config" in the net/openldap23-server
|
|
|
|
directory *before* upgrading.
|
|
|
|
|
2006-05-24 16:06:05 +02:00
|
|
|
20060524:
|
|
|
|
AFFECTS: users of games/spicetrade
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
|
|
|
To comply with the Porter's Handbook recommendations, spicetrade port no
|
2008-07-27 22:10:00 +02:00
|
|
|
longer defines USE_X_PREFIX. Hence the executable used to launch the game
|
|
|
|
has moved to ${PREFIX}/bin/spicetrade (was ${X11BASE}/bin/spicetrade).
|
2006-05-24 16:06:05 +02:00
|
|
|
|
2006-05-24 01:28:18 +02:00
|
|
|
20060524:
|
|
|
|
AFFECTS: users of java/jasmin
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
|
|
|
The executable has been renamed to 'jasmin' (was 'jasmin.sh')
|
|
|
|
|
2006-05-24 01:30:15 +02:00
|
|
|
20060522:
|
2006-05-22 14:10:56 +02:00
|
|
|
AFFECTS: users of astro/boinc-setiathome-enhanced,
|
2008-07-23 11:53:39 +02:00
|
|
|
astro/boinc-setiathome-naparst, astro-boinc-setiathome
|
2006-05-22 14:10:56 +02:00
|
|
|
AUTHOR: r.c.ladan@gmail.com
|
|
|
|
|
|
|
|
As SETI@home doesn't generate work for 4.x clients anymore, the ports
|
|
|
|
structure has been updated to use the 5.x client by default.
|
|
|
|
People currently using any of the above ports should finish and report
|
|
|
|
their existing work (both for normal and enhanced) and not allow any
|
|
|
|
new work until after their ports are updated, to minimize loss of
|
|
|
|
work.
|
|
|
|
Note that this update changes the enhanced client to work for the
|
2006-09-19 17:13:45 +02:00
|
|
|
normal instead of the beta project. When a beta client for Astropulse
|
2006-05-22 14:10:56 +02:00
|
|
|
is released, it will work as the new client for the beta project.
|
|
|
|
|
2006-05-18 17:17:23 +02:00
|
|
|
20060518:
|
|
|
|
AFFECTS: users of net/openldap23-server
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
The OpenLDAP 2.3.x series now automatically disables threading when
|
|
|
|
shell backend is enabled, as suggested by the OpenLDAP developers.
|
|
|
|
Users should be aware of the change and choose whether to enable
|
|
|
|
the feature.
|
|
|
|
|
2006-05-16 14:33:30 +02:00
|
|
|
20060516:
|
|
|
|
AFFECTS: users of www/tinyproxy
|
|
|
|
AUTHOR: wxs@csh.rit.edu
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
tinyproxy now installs a rc.d script. To enable tinyproxy at boot
|
2006-05-16 14:33:30 +02:00
|
|
|
time, set the following in rc.conf(5):
|
2008-10-04 11:07:24 +02:00
|
|
|
|
|
|
|
tinyproxy_enable="YES"
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
The configuration file for tinyproxy has been moved to
|
2008-10-04 11:07:24 +02:00
|
|
|
${PREFIX}/etc/tinyproxy.conf. Any old configuration files will need
|
2006-05-16 14:33:30 +02:00
|
|
|
to be migrated over to the new location.
|
|
|
|
|
2006-05-14 03:48:00 +02:00
|
|
|
20060514:
|
|
|
|
AFFECTS: users of sysutils/smartmontools, others
|
2006-09-19 17:13:45 +02:00
|
|
|
AUTHOR: jylefort@FreeBSD.org
|
2006-05-14 03:48:00 +02:00
|
|
|
|
|
|
|
In FreeBSD 6.1, the ata(4) device ABI has changed. After updating to
|
|
|
|
FreeBSD 6.1, ports which access ATA drives directly
|
|
|
|
(sysutils/smartmontools, others) must be rebuilt.
|
|
|
|
|
2006-05-12 18:58:48 +02:00
|
|
|
20060512:
|
|
|
|
AFFECTS: users of mail/fetchmail
|
2006-09-19 17:13:45 +02:00
|
|
|
AUTHOR: barner@FreeBSD.org
|
2006-05-12 18:58:48 +02:00
|
|
|
|
|
|
|
Fetchmail now has a rcNG script. It supports two modes:
|
|
|
|
|
|
|
|
- one fetchmail instance per user: Set the `fetchmail_users'
|
|
|
|
variable to a list of users for which you want to start
|
|
|
|
fetchmail.
|
|
|
|
- a global system wide daemon (runs per default as user
|
|
|
|
`fetchmail')
|
|
|
|
|
|
|
|
See $PREFIX/etc/rc.d/fetchmail for details.
|
|
|
|
|
2006-05-09 14:40:30 +02:00
|
|
|
20060509:
|
|
|
|
AFFECTS: users of net-im/sulci
|
2006-09-19 17:13:45 +02:00
|
|
|
AUTHOR: Denis Shaposhnikov <dsh@vlink.ru>
|
2006-05-09 14:40:30 +02:00
|
|
|
|
|
|
|
After upgrading from 0.5.a.20050918 version you have to convert your
|
|
|
|
vocabulary database to sqlite using:
|
|
|
|
/usr/local/libexec/sulci/wtf_convert
|
|
|
|
and change sulci's configuration file in "vocabulary" directive, see
|
|
|
|
/usr/local/share/examples/sulci/sulci.conf.example
|
|
|
|
|
2006-05-19 14:03:17 +02:00
|
|
|
20060507:
|
2006-05-07 22:34:01 +02:00
|
|
|
AFFECTS: users of net/isc-dhcp3-server with failover setup
|
|
|
|
AUTHOR: Joerg.Pulz@frm2.tum.de
|
|
|
|
|
|
|
|
Beginning with isc-dhcp3-server-3.0.4 a new field is added to the
|
|
|
|
lease state structures found in the dhcpd.leases file.
|
|
|
|
Please refer to ${PREFIX}/share/doc/isc-dhcp3-server/RELNOTES for
|
|
|
|
further informations about this change and how you can update your
|
|
|
|
dhcpd.leases file.
|
|
|
|
|
2006-05-06 15:26:49 +02:00
|
|
|
20060506:
|
|
|
|
AFFECTS: users of PHP
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
|
|
|
The old PHP slave ports (phpN-cli, phpN-cgi and mod_phpN) were removed
|
2006-10-10 13:36:24 +02:00
|
|
|
in favor of unified PHP ports that allow building any combination of
|
2006-05-06 15:26:49 +02:00
|
|
|
PHP SAPIs (cli, cgi and apache module).
|
|
|
|
The PHP CGI binary was renamed to php-cgi, so you should update
|
|
|
|
the path in your script. To simplify the update process, *only* for
|
|
|
|
this release a 'php' compatibility symlink to php-cgi will be created
|
|
|
|
if you don't select the CLI SAPI.
|
|
|
|
Before the upgrade you *should* run 'make config' in lang/php4 or
|
|
|
|
lang/php5 to configure the SAPIs you want to install.
|
|
|
|
As a consequence the default binary packages include the CLI and the
|
|
|
|
FastCGI SAPIs.
|
|
|
|
|
2006-05-06 00:30:08 +02:00
|
|
|
20060506:
|
2006-05-13 11:31:28 +02:00
|
|
|
AFFECTS: users of lang/lua, editors/kile, x11/kdelibs3, x11/kdebase3
|
|
|
|
AUTHOR: pav@FreeBSD.org, kde@FreeBSD.org
|
2006-05-06 00:30:08 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Recently, the port of Lua was updated to version 5.1. This version is
|
2006-05-13 11:31:28 +02:00
|
|
|
incompatible with the version 5.0, which is used in a number of applications,
|
|
|
|
most notable in the Kile and Kate editors (the latter being part of a base
|
|
|
|
KDE installation).
|
2006-10-10 13:36:24 +02:00
|
|
|
|
2006-05-13 11:31:28 +02:00
|
|
|
If you're having troubles running those, such as error dialogs saying "Check
|
2006-10-10 13:36:24 +02:00
|
|
|
your KDE installation", make sure to downgrade your lua installation back
|
2006-05-13 11:31:28 +02:00
|
|
|
to 5.0:
|
2006-05-06 00:30:08 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -f -o lang/lua50 lua-5.1
|
2006-05-06 00:30:08 +02:00
|
|
|
|
2006-05-01 16:33:52 +02:00
|
|
|
20060501:
|
|
|
|
AFFECTS: users of www/instiki
|
|
|
|
AUTHOR: arsptr@optusnet.com.au
|
|
|
|
|
|
|
|
The instiki port has changed storage methods to use an SQL database.
|
|
|
|
The README contains instructions on how to migrate existing wiki data to the
|
2006-09-19 17:13:45 +02:00
|
|
|
new storage methods. The following is a copy of the relevant information,
|
2006-05-01 16:33:52 +02:00
|
|
|
tailored for FreeBSD port users:
|
|
|
|
|
|
|
|
1. cd /usr/ports/www/instiki; make extract
|
|
|
|
2. Execute
|
|
|
|
ruby work/instiki-0.11.0/script/import_storage \
|
2008-07-23 11:53:39 +02:00
|
|
|
-t /usr/local/instiki/storage/2500 \
|
|
|
|
-i /usr/local/instiki \
|
|
|
|
-d sqlite \
|
|
|
|
-o [some location]/instiki_import.sql
|
2006-05-01 16:33:52 +02:00
|
|
|
3. This will produce instiki_import.sql file in the specified location.
|
|
|
|
Open it in a text editor and inspect carefully.
|
2008-07-23 11:53:39 +02:00
|
|
|
4. Upgrade your instiki port normally (e.g. portupgrade)
|
|
|
|
5. Connect to your production database, e.g.:
|
2006-05-01 16:33:52 +02:00
|
|
|
sqlite3 /usr/local/instiki/db/production.db.sqlite3
|
2008-07-23 11:53:39 +02:00
|
|
|
and have it execute instiki_import.sql, e.g.:
|
2006-05-01 16:33:52 +02:00
|
|
|
.read [some location]/instiki_import.sql
|
|
|
|
6. Execute
|
|
|
|
ruby /usr/local/instiki/script/reset_references production
|
|
|
|
(this script parses all pages for crosslinks between them, so it
|
|
|
|
may take a few minutes)
|
|
|
|
|
2006-04-30 02:51:26 +02:00
|
|
|
20060429:
|
2007-02-08 19:05:00 +01:00
|
|
|
AFFECTS: all GNOME users
|
2006-04-30 02:51:26 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
GNOME has been updated to 2.14. This new release does NOT require the
|
|
|
|
use of the gnome_upgrade.sh script. That script should not be used.
|
2006-04-30 02:51:26 +02:00
|
|
|
Instead, use the following simple recipe:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
pkgdb -Ff
|
|
|
|
portupgrade -o net/avahi -f howl
|
|
|
|
portupgrade -o x11/gnome-screensaver -f xscreensaver-gnome
|
|
|
|
portupgrade -a
|
2006-04-30 02:51:26 +02:00
|
|
|
|
2006-04-25 19:50:18 +02:00
|
|
|
20060425:
|
2006-05-01 16:33:52 +02:00
|
|
|
AFFECTS: users of net-im/ejabberd
|
2006-04-25 19:50:18 +02:00
|
|
|
AUTHOR: shaun@inerd.com
|
|
|
|
|
|
|
|
ejabberd's UID and GID have changed. Users are advised to check all
|
|
|
|
configuration files and data in /var/spool/ejabberd to ensure
|
|
|
|
everything has the correct owner/group.
|
|
|
|
|
2006-04-24 16:21:06 +02:00
|
|
|
20060424:
|
|
|
|
AFFECTS: users of devel/monotone
|
|
|
|
AUTHOR: lapo@lapo.it
|
|
|
|
|
|
|
|
Version 0.26 of monotone has many differences with past versions, there are
|
|
|
|
changes in executable name, in repository and workspace format and also
|
|
|
|
in the 'netsync' network protocol.
|
|
|
|
A centralized "flagday" migration is needed in order to change format.
|
|
|
|
Refer to ${PREFIX}/share/doc/monotone/UPGRADE for migration instructions.
|
|
|
|
|
2006-04-18 11:52:30 +02:00
|
|
|
20060418:
|
|
|
|
AFFECTS: users of net/{ipw,iwi}-firmware
|
|
|
|
AUTHOR: flz@FreeBSD.org
|
|
|
|
|
|
|
|
Some changes in the way ipw(4) and iwi(4) work lead to fundamental
|
|
|
|
changes in ipw-firmware and iwi-firmware ports. Since these drivers
|
|
|
|
are now using loadable kernel modules as firmware, two new ports have
|
|
|
|
been created: net/ipw-firmware-kmod and net/iwi-firmware-kmod.
|
|
|
|
|
|
|
|
You should not be able to install the wrong one since detection is
|
2006-05-08 15:50:00 +02:00
|
|
|
based on your FreeBSD version. Trying to install the wrong port will
|
2006-04-18 11:52:30 +02:00
|
|
|
result in an error message (port marked as IGNORE).
|
|
|
|
|
2006-04-13 15:50:35 +02:00
|
|
|
20060413:
|
|
|
|
AFFECTS: users of security/tor-devel
|
|
|
|
AUTHOR: johans@FreeBSD.org
|
|
|
|
|
|
|
|
The default data directory of tor-devel has been changed from
|
|
|
|
/var/run/tor to /var/db/tor/data
|
|
|
|
In order to keep your old server settings, you should either
|
|
|
|
move the appropriate files to this directory manually,
|
|
|
|
or set the tor_datadir variable accordingly in /etc/rc.conf
|
|
|
|
|
2006-04-15 18:29:25 +02:00
|
|
|
20060414:
|
|
|
|
AFFECTS: users of www/horde, www/horde-php5, www/horde-passwd,
|
2008-07-23 11:53:39 +02:00
|
|
|
deskutils/nag, deskutils/mnemo, deskutils/kronolith,
|
|
|
|
mail/turba, mail/ingo, mail/imp, devel/chora
|
2006-04-15 18:29:25 +02:00
|
|
|
AUTHOR: shaun@inerd.com
|
|
|
|
|
|
|
|
The Horde ports no longer overwrite your existing configuration
|
|
|
|
files during an upgrade: if you have modified any of the files in the
|
|
|
|
config directory of any of these ports, they will be left untouched
|
|
|
|
when you upgrade.
|
|
|
|
|
|
|
|
It is recommended that the new .dist files are examined after an
|
|
|
|
upgrade and any changes merged into your existing config files if
|
|
|
|
necessary.
|
|
|
|
|
2006-04-08 03:20:35 +02:00
|
|
|
20060408:
|
|
|
|
AFFECTS: users of www/linux-flashplugin*
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
These ports have been removed because the End User License Agreement
|
|
|
|
explicitly forbids to run the Flash Player on FreeBSD.
|
|
|
|
For more details, see
|
|
|
|
http://www.macromedia.com/shockwave/download/license/desktop/.
|
|
|
|
|
2006-04-07 19:29:54 +02:00
|
|
|
20060407:
|
|
|
|
AFFECTS: users of sysutils/bacula*
|
|
|
|
AUTHOR: dan@langille.org
|
|
|
|
|
|
|
|
bacula-server now installs two rc.d scripts, one for the Director
|
|
|
|
and one for the Storage Daemon. To enable the Director at boot time,
|
|
|
|
set the following in /etc/rc.conf[.local]:
|
|
|
|
|
|
|
|
bacula_dir_enable="YES"
|
|
|
|
|
|
|
|
To enable the Storage Daemon, set the following in rc.conf(5):
|
|
|
|
|
|
|
|
bacula_sd_enable="YES"
|
|
|
|
|
|
|
|
Similarly, bacula-client also installs a rcNG script. To enable
|
|
|
|
the File Daemon at boot time, set the following in rc.conf(5):
|
|
|
|
|
|
|
|
bacula_fd_enable="YES"
|
|
|
|
|
|
|
|
The old z-bacula.sh script in PREFIX/etc/rc.d should be removed.
|
|
|
|
|
2006-04-03 08:21:06 +02:00
|
|
|
20060403:
|
|
|
|
AFFECTS: users of databases/db*
|
|
|
|
AUTHOR: swhetzel@gmail.com
|
|
|
|
|
|
|
|
Most of the ports that depend on Berkeley DB have been updated to use
|
2006-09-19 17:13:45 +02:00
|
|
|
Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
|
2006-04-03 08:21:06 +02:00
|
|
|
Berkeley DB, and SQLite in a port.
|
|
|
|
|
|
|
|
The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
|
|
|
|
db* library name and location of the include and library directories of the
|
|
|
|
requested version.
|
|
|
|
|
|
|
|
To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
|
|
|
|
or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
|
|
|
|
or 44).
|
|
|
|
|
|
|
|
When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
|
|
|
|
port will use the oldest installed version of Berkeley DB. For example if
|
2006-07-25 09:52:13 +02:00
|
|
|
both db41 and db43 are installed, the port would end up compiling with db41.
|
2006-04-03 08:21:06 +02:00
|
|
|
If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
|
|
|
|
db* instead. If no Berkeley DB is installed then the port will default to the
|
|
|
|
version specified or the default Berkeley DB version (currently db41).
|
|
|
|
|
|
|
|
NOTE: If a port was using a different variable to select Berkeley DB or a
|
2006-09-19 17:13:45 +02:00
|
|
|
version, you will get an IGNORE message when you build the port. This
|
2006-04-03 08:21:06 +02:00
|
|
|
message will tell you what you need to do.
|
|
|
|
|
|
|
|
Port Maintainers please review the comments in Mk/bsd.database.mk on what
|
|
|
|
variables are available for you use in your own ports.
|
|
|
|
|
2006-03-31 11:43:21 +02:00
|
|
|
20060331:
|
|
|
|
AFFECTS: users of biology/emboss and biology/embassy
|
|
|
|
AUTHOR: fernan@iib.unsam.edu.ar
|
|
|
|
|
|
|
|
Since EMBOSS-3.0.0 both EMBOSS and EMBASSY install by default into
|
|
|
|
$LOCALBASE/emboss to avoid conflicts with other ports.
|
|
|
|
|
|
|
|
Users upgrading to 3.0.0 should take this into consideration when
|
|
|
|
planning the upgrade, because it will involve moving data not
|
|
|
|
installed by the port (databases) and tweaking the emboss.defaults
|
|
|
|
config file.
|
|
|
|
|
|
|
|
If you want to install the ports into $LOCALBASE (/usr/local, the old
|
2006-10-10 13:36:24 +02:00
|
|
|
behavior), you can still do so by setting PREFIX manually. But you
|
2006-03-31 11:43:21 +02:00
|
|
|
will have to take care of conflicting ports yourself.
|
|
|
|
|
2006-03-30 22:30:29 +02:00
|
|
|
20060330:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
2007-07-23 15:56:16 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2006-03-30 22:30:29 +02:00
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
The genkdmconf.sh rc-script has been removed in favor of a kdm wrapper
|
2006-03-30 22:30:29 +02:00
|
|
|
script, which now handles both launching kdm and automatically updating or
|
|
|
|
generating kdm's configuration files. The actual kdm binaries have been
|
|
|
|
renamed to 'kdm-bin', 'kdm-bin_config' and 'kdm-bin_greet' respectively.
|
|
|
|
|
|
|
|
These changes should be mostly transparent to kdm users and require no
|
|
|
|
changes to existing configurations or setups, however: The actual kdm process
|
|
|
|
is now also named 'kdm-bin', so 'killall kdm' will no longer work.
|
|
|
|
|
2006-03-29 14:04:31 +02:00
|
|
|
20060328:
|
|
|
|
AFFECTS: users of sysutils/nut
|
|
|
|
AUTHOR: Joerg.Pulz@frm2.tum.de
|
|
|
|
|
|
|
|
Beginning with nut-2.0.3 the nut rcNG script only starts the ups driver and
|
|
|
|
the ups daemon 'upsd'.
|
|
|
|
|
|
|
|
The ups monitor 'upsmon' and the ups logger 'upslog' are now handled by
|
2006-10-10 13:36:24 +02:00
|
|
|
separate scripts to get more control over the different services.
|
2006-03-29 14:04:31 +02:00
|
|
|
Please take a look into the nut, nut_upslog and nut_upsmon scripts
|
|
|
|
installed in ${PREFIX}/etc/rc.d/ for possible rc.conf values and their
|
|
|
|
defaults.
|
|
|
|
|
2006-03-22 21:32:24 +01:00
|
|
|
20060322:
|
|
|
|
AFFECTS: users of security/dazuko
|
|
|
|
AUTHOR: ehaupt@FreeBSD.org
|
|
|
|
|
|
|
|
Do not load the module using /boot/loader.conf. It generates a page fault due
|
|
|
|
to a possible dazuko bug.
|
|
|
|
|
|
|
|
You could use /etc/rc.local for loading the module. For example, add the
|
|
|
|
following line to /etc/rc.local:
|
|
|
|
|
|
|
|
/sbin/kldload dazuko
|
|
|
|
|
2006-03-19 11:49:49 +01:00
|
|
|
20060319:
|
|
|
|
AFFECTS: users of graphics/py-exif
|
|
|
|
AUTHOR: lawrance@FreeBSD.org
|
|
|
|
|
|
|
|
The 'exiftool' utility from py-exif has been renamed to
|
|
|
|
'py-exiftool' in order to avoid a conflict with p5-Image-ExifTool.
|
|
|
|
|
2006-03-17 16:02:50 +01:00
|
|
|
20060316:
|
|
|
|
AFFECTS: users of textproc/docproj[-jadetex]
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
docproj now installs a set of CJK (Chinese, Japanese, Korean)
|
2006-10-10 13:36:24 +02:00
|
|
|
related stuff in case that you have chosen to install the
|
2006-09-19 17:13:45 +02:00
|
|
|
jadetex feature. Because the CJK part could be potentially
|
2006-03-17 16:02:50 +01:00
|
|
|
large for those who do not want it, this feature can be disabled
|
|
|
|
by defining WITHOUT_CJK=yes.
|
|
|
|
|
|
|
|
Please be sure to update to the latest docproj package, as an
|
|
|
|
upcoming doc/share/mk change will make use of the newly added
|
|
|
|
fixrtf utility.
|
|
|
|
|
2006-03-15 21:30:52 +01:00
|
|
|
20060315:
|
|
|
|
AFFECTS: users of www/horde, mail/turba and deskutils/kronolith
|
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
There are several points to check in your configuration files or
|
|
|
|
in your database after upgrading Horde to 3.1, Turba to 2.1 and
|
|
|
|
IMP to 4.1; please read UPGRADING in their doc directories.
|
|
|
|
|
2006-03-15 12:06:02 +01:00
|
|
|
20060315:
|
|
|
|
AFFECTS: users of net-im/jabber
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
After upgrade jabber-1.x to 1.4.4 you must to rewrite your
|
|
|
|
${PREFIX}/etc/jabber.xml based on new ${PREFIX}/etc/jabber.xml.dist
|
|
|
|
installed by the port because it's not backward compatible.
|
|
|
|
|
2006-03-13 04:14:18 +01:00
|
|
|
20060313:
|
|
|
|
AFFECTS: users of multimedia/vcdimager and security/dirmngr
|
|
|
|
AUTHOR: nork@FreeBSD.org
|
|
|
|
|
|
|
|
These versions of the ports which have been installed in your
|
|
|
|
system accidentally installed some malformed entries to
|
|
|
|
$LOCALBASE/info/dir, which prevent them from being upgraded
|
2006-09-19 17:13:45 +02:00
|
|
|
to the latest versions. Please remove the following entries
|
2006-03-13 04:14:18 +01:00
|
|
|
manually from $LOCALBASE/info/dir before upgrading them to
|
|
|
|
vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later)
|
|
|
|
respectively.
|
|
|
|
|
|
|
|
multimedia/vcdimager
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
* VCDImager: (vcdimager). GNU Video CD imaging utilities
|
|
|
|
* cdxa2mpeg: (vcdimager)cdxa2mpeg. Strip RIFF/CD-XA container
|
|
|
|
* vcd-info: (vcdimager)vcd-info. Video CD diagnostic tool
|
|
|
|
* vcdimager: (vcdimager)vcdimager. Video CD simple formatter
|
|
|
|
* vcdxbuild: (vcdimager)vcdxbuild. Video CD XML formatter
|
|
|
|
* vcdxgen: (vcdimager)vcdxgen. Video CD XML template generator
|
|
|
|
* vcdxminfo: (vcdimager)vcdxminfo. Display MPEG stream properties
|
|
|
|
* vcdxrip: (vcdxrip). Video CD Ripping tool
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
security/dirmngr
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
* dirmngr: (gnupg). X.509 CRL and OCSP server.
|
|
|
|
* dirmngr-client: (gnupg). X.509 CRL and OCSP client.
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
2006-03-07 19:50:38 +01:00
|
|
|
20060307:
|
|
|
|
AFFECTS: users of print/acroread7 and the localized versions
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
Unfortunately, it turns out that printing feature of Adobe
|
|
|
|
Reader 7.0.5 does not work with FreeBSD's Linux emulation
|
2006-09-19 17:13:45 +02:00
|
|
|
environment for now. Although English, French, German,
|
2006-03-07 19:50:38 +01:00
|
|
|
Japanese, and Korean version of the port were updated to
|
|
|
|
7.0.5 on 2006/02/21, these changes have been reverted consequently.
|
|
|
|
|
|
|
|
Please update the packages installed (normal upgrading procedure
|
2006-09-19 17:13:45 +02:00
|
|
|
by using portupgrade(1) and so on should work). I am sorry for the
|
2006-03-07 19:50:38 +01:00
|
|
|
confusion.
|
|
|
|
|
2006-03-02 22:00:23 +01:00
|
|
|
20060302:
|
|
|
|
AFFECTS: net-im/jabber-pyicq and net-im/jabber-pymsn
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
2006-07-25 09:52:13 +02:00
|
|
|
Port versions older than 0.7 and 0.11a respectively run as root which
|
2006-09-19 17:13:45 +02:00
|
|
|
is an unneeded security risk. Newer versions run as as user jabber,
|
2006-03-02 22:00:23 +01:00
|
|
|
so before starting the daemons, you should fix permissions for each
|
|
|
|
spooldir (default: /var/spool/jabber):
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# chown -R jabber:jabber spooldir/Transport_JID
|
2006-03-02 22:00:23 +01:00
|
|
|
|
2006-02-24 01:35:57 +01:00
|
|
|
20060223:
|
|
|
|
AFFECTS: all ports using libtool as part of the build process
|
|
|
|
AUTHOR: ade@FreeBSD.org
|
|
|
|
|
|
|
|
The way in which ports that require libtool to build has been
|
|
|
|
completely reworked to bring the ports system in line with other
|
|
|
|
environments, such as Linux, and pkgsrc.
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
devel/libtool13 no longer exists. devel/libtool15 has been modified
|
2006-02-24 01:35:57 +01:00
|
|
|
to (a) install in the canonical locations and (b) remove a number
|
|
|
|
of long-standing FreeBSD-specific patches that resulted in a very
|
|
|
|
different libtool than is present on other systems.
|
|
|
|
|
|
|
|
The main visible change will be that a large number of ports have
|
|
|
|
had their plists modified (we now install libtool .la archives)
|
|
|
|
and, as such, PORTREVISIONS have been bumped on ~2000 ports (roughly
|
|
|
|
1/7th of the tree).
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Unfortunately, there is no simple upgrade path. Short of removing
|
2006-02-24 01:35:57 +01:00
|
|
|
all packages and reinstalling from scratch, the only other viable
|
2006-09-19 17:13:45 +02:00
|
|
|
alternative would be careful use of portupgrade. Given the large
|
2006-02-24 01:35:57 +01:00
|
|
|
number of different ways in which libtool is used by other ports
|
|
|
|
in the tree, this is a process that is likely to vary considerably
|
|
|
|
from system to system, and as such, folks should be very mindful
|
|
|
|
of running automatic updating software, such as portupgrade, making
|
|
|
|
extensive use of the -n flag (and equivalents for other updaters)
|
|
|
|
to see what will actually be rebuilt, before actually performing
|
|
|
|
the upgrade.
|
|
|
|
|
|
|
|
The good news is that the system now in place will make the handling
|
|
|
|
of libtool-using ports considerably easier going forward.
|
|
|
|
|
2006-02-22 06:41:05 +01:00
|
|
|
20060221:
|
|
|
|
AFFECTS: users of print/acroread7 and the localized versions
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
installation directory of print/acroread7 and the slave ports
|
|
|
|
have been changed to ${PREFIX}/Adobe/Acrobat7.0/${ADOBE_LANG}.
|
|
|
|
${ADOBE_LANG} is one of CHS,CHT,DAN,DEU,ENU,ESP,FRA,ITA,JPN,KOR,
|
|
|
|
NLD,NOR,PTB,SUO,SVE and represents language used in the UI (FRA means
|
|
|
|
French version and it is installed by french/acroread, for example).
|
|
|
|
To configure the UI language, navigate to Edit->Preferences->International->
|
|
|
|
Application Language, set it to "Choose at application startup" and
|
|
|
|
restart the program.
|
|
|
|
|
|
|
|
The command filename is ${PREFIX}/bin/acroread as before (this is
|
|
|
|
a script installed by print/acroreadwrapper now), and if multiple
|
|
|
|
versions are installed, one of them will be selected according to
|
2006-09-19 17:13:45 +02:00
|
|
|
${ADOBE_LANG} environment variable. If ${ADOBE_LANG} is not set,
|
2006-02-22 06:41:05 +01:00
|
|
|
it will be automatically set by using ${LANG}; this means when
|
|
|
|
LANG=fr_FR.ISO8859-15, ADOBE_LANG will be FRA and the French version
|
2006-09-19 17:13:45 +02:00
|
|
|
will be invoked by ${PREFIX}/bin/acroread. You can set ADOBE_LANG
|
2006-02-22 06:41:05 +01:00
|
|
|
manually, too.
|
|
|
|
|
|
|
|
Also, if you want to activate the PDF plugin, use --install-plugin
|
2006-09-19 17:13:45 +02:00
|
|
|
option in ${PREFIX}/bin/acroread. For more detail, see
|
2006-02-22 06:41:05 +01:00
|
|
|
print/acroreadwrapper/pkg-message.
|
|
|
|
|
2006-02-20 23:38:53 +01:00
|
|
|
20060220:
|
2006-02-20 21:35:51 +01:00
|
|
|
AFFECTS: users of lang/perl5.8
|
|
|
|
AUTHOR: tobez@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
lang/perl5.8 has been updated to 5.8.8. You should update everything
|
|
|
|
depending on perl. The easiest way to do that is to use
|
|
|
|
perl-after-upgrade script supplied with lang/perl5.8. Please see
|
2006-02-20 21:35:51 +01:00
|
|
|
its manual page for details.
|
|
|
|
|
2006-02-20 16:11:44 +01:00
|
|
|
20060220:
|
|
|
|
AFFECTS: users of x11-wm/enlightenment
|
|
|
|
AUTHOR: vanilla@FreeBSD.org
|
|
|
|
|
|
|
|
enlightenment 0.16 change binary name from 'enlightenment' to 'e16'.
|
|
|
|
you should change it on your .xinit file.
|
2006-10-10 13:36:24 +02:00
|
|
|
|
2006-02-11 15:43:04 +01:00
|
|
|
20060212:
|
|
|
|
AFFECTS: users of mail/dcc-dccd
|
|
|
|
AUTHOR: ehaupt@FreeBSD.org
|
|
|
|
|
|
|
|
The midnight dccm and dccifd system log message has been changed to disclose
|
|
|
|
spam passed from whiteclnt-listed MX servers. MX servers should now be listed
|
|
|
|
in /var/dcc/whiteclnt with lines like:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
|
|
|
mx ip 10.2.3.4
|
|
|
|
mx ip 10.5.6.0/28
|
|
|
|
mxdcc ip 10.7.8.9
|
|
|
|
|
2006-02-11 15:43:04 +01:00
|
|
|
"MX" marks the IP address of one of your mail systems that should be ignored
|
|
|
|
in initial Received: headers and when reported by sendmail to dccm. "MXDCC"
|
2008-02-09 10:12:00 +01:00
|
|
|
marks IP addresses of your mail systems that run DCC clients and that will
|
|
|
|
have already reported mail to the DCC. Continue using "OK" whitelist entries
|
|
|
|
for mail systems that you trust to never send or forward unsolicited bulk
|
|
|
|
email. Allow custom DNS blacklist SMTP rejection messages. See
|
|
|
|
-Bset:rej-msg=X in the dccifd and dccm man pages.
|
2006-02-11 15:43:04 +01:00
|
|
|
|
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
2006-02-07 09:50:09 +01:00
|
|
|
20060207:
|
2006-10-10 13:36:24 +02:00
|
|
|
AFFECTS: users of www/jakarta-tomcat4, www/jakarta-tomcat41,
|
2008-07-23 11:53:39 +02:00
|
|
|
www/jakarta-tomcat5, www/jakarta-tomcat55, and www/tomcat55
|
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
2006-02-07 09:50:09 +01:00
|
|
|
AUTHOR: lawrance@FreeBSD.org
|
|
|
|
|
|
|
|
The Tomcat ports listed above have been converted to use new-style
|
2006-09-19 17:13:45 +02:00
|
|
|
rc scripts. In order to enable Tomcat, you must add:
|
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
2006-02-07 09:50:09 +01:00
|
|
|
|
|
|
|
tomcat{4,41,5,55}_enable="YES"
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
to your rc.conf. Select the appropriate version number for your
|
|
|
|
installation. When shutting down, the rc scripts will kill the
|
|
|
|
Tomcat process after a default timeout of 10 seconds. This can be
|
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
2006-02-07 09:50:09 +01:00
|
|
|
changed by setting the tomcatXX_stop_timeout variable in rc.conf.
|
|
|
|
|
|
|
|
Tomcat 5.5 users please note that the rc variables have changed name
|
|
|
|
from jakarta_tomcat55_* to tomcat55_*.
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
The "tomcatctl" executable is no longer installed. Please use the
|
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
2006-02-07 09:50:09 +01:00
|
|
|
rc scripts to control tomcat instead.
|
|
|
|
|
2006-02-02 01:32:03 +01:00
|
|
|
20060202:
|
|
|
|
AFFECTS: users of textproc/expat2
|
|
|
|
AUTHOR: kuriyama@FreeBSD.org
|
|
|
|
|
|
|
|
Users of expat2 (and its many dependencies) should do the following to
|
|
|
|
properly update expat2 and all of its dependencies:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf textproc/expat2
|
2006-02-02 01:32:03 +01:00
|
|
|
|
2006-02-01 21:13:17 +01:00
|
|
|
20060201:
|
|
|
|
AFFECTS: users of sysutils/xmbmon
|
|
|
|
AUTHOR: jylefort@FreeBSD.org
|
|
|
|
|
|
|
|
The tty program (mbmon) was moved into a separate port, sysutils/mbmon.
|
|
|
|
|
2006-02-01 13:02:47 +01:00
|
|
|
20060201:
|
|
|
|
AFFECTS: users of x11/tilda
|
|
|
|
AUTHOR: barner@FreeBSD.org
|
|
|
|
|
2006-10-10 13:36:24 +02:00
|
|
|
The configuration file syntax has changed. Users of x11/tilda must
|
2006-02-01 13:02:47 +01:00
|
|
|
delete their old ones and re-create them.
|
|
|
|
|
2006-01-31 10:11:38 +01:00
|
|
|
20060131:
|
|
|
|
AFFECTS: users of security/stunnel
|
|
|
|
AUTHOR: roam@FreeBSD.org
|
|
|
|
|
|
|
|
Since stunnel-4.14_1, the stunnel.pem certificate generated by
|
|
|
|
"make cert" is installed into /usr/local/etc/stunnel/ instead of
|
|
|
|
/usr/local/etc/.
|
|
|
|
|
2006-01-30 21:12:33 +01:00
|
|
|
20060130:
|
|
|
|
AFFECTS: users of sysutils/portsnap
|
|
|
|
AUTHOR: cperciva@FreeBSD.org
|
|
|
|
|
|
|
|
Due to configuration file changes, users of portsnap are encouraged
|
|
|
|
to copy the latest sample configuration file into place after updating
|
|
|
|
portsnap to version 1.0:
|
|
|
|
|
|
|
|
# cd /usr/local/etc && cp portsnap.conf.sample portsnap.conf
|
|
|
|
|
2006-01-26 13:45:48 +01:00
|
|
|
20060126:
|
|
|
|
AFFECTS: ports that use Display Postscript libraries and xorg-libraries
|
|
|
|
AUTHOR: x11@FreeBSD.org
|
|
|
|
|
|
|
|
Support for Display Postscript has been deprecated in X.Org 6.9 release
|
|
|
|
and libraries and tools are no longer installed by default. If you have
|
|
|
|
installed a port that complains about missing libdpstk or libpsres, you
|
|
|
|
need to reinstall it so it will be build without DPS support.
|
|
|
|
|
2006-01-23 10:31:38 +01:00
|
|
|
20060123:
|
|
|
|
AFFECTS: users of mail/qmail, mail/qmail-ldap, mail/qmail-mysql,
|
2008-07-23 11:53:39 +02:00
|
|
|
mail/qmail-spamcontrol, mail/qmail-tls and all dependant
|
|
|
|
ports.
|
2006-01-23 10:31:38 +01:00
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
If you use qmail installed on a PREFIX different of /var/qmail,
|
|
|
|
please, set a var on /etc/make.conf named QMAIL_PREFIX with this
|
|
|
|
value. It'll be used for many ports that depends of qmail.
|
|
|
|
|
|
|
|
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
|
2006-01-27 14:05:32 +01:00
|
|
|
assigning to it the name of slave port you are using.
|
2006-01-23 10:31:38 +01:00
|
|
|
|
|
|
|
The valid options for now are:
|
|
|
|
* ldap
|
|
|
|
* mysql
|
|
|
|
* spamcontrol
|
|
|
|
* tls
|
|
|
|
|
2006-01-14 14:59:20 +01:00
|
|
|
20060114:
|
2006-01-20 14:27:27 +01:00
|
|
|
AFFECTS: users of www/apache13-ssl with suexec enabled.
|
2006-01-14 14:59:20 +01:00
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
The port has been converted to new apache framework, using bsd.apache.mk.
|
|
|
|
suexec knobs have changed to WITH_SUEXEC and SUEXEC_*. See Mk/bsd.apache.mk
|
|
|
|
for more details.
|
|
|
|
|
2006-01-13 16:59:20 +01:00
|
|
|
20060113:
|
|
|
|
AFFECTS: users of multimedia/qvamps
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
Some program location pathnames have been corrected. Therefore,
|
|
|
|
a new configuration file has to be generated. First, close qvamps.
|
|
|
|
Then, remove the previous configuration file. Finally, start qvamps
|
|
|
|
again. The configuration file can be removed with:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ rm ~/.qvamps/qvampsrc
|
2006-01-13 16:59:20 +01:00
|
|
|
|
2006-01-12 17:24:41 +01:00
|
|
|
20060112:
|
|
|
|
AFFECTS: users of mail/postfix, mail/postfix1, mail/postfix21,
|
2008-07-23 11:53:39 +02:00
|
|
|
mail/postfix-current
|
2006-01-12 17:24:41 +01:00
|
|
|
AUTHOR: mnag@FreeBSD.org
|
|
|
|
|
2006-01-27 14:05:32 +01:00
|
|
|
Now all postfix ports use rcNG script to startup. If you have any file
|
2006-01-12 17:24:41 +01:00
|
|
|
in etc/rc.d directory linked to sbin/postfix, please remove.
|
|
|
|
Do not forget to add 'postfix_enable="YES"' in your rc.conf
|
|
|
|
|
2006-01-12 15:33:27 +01:00
|
|
|
20060112:
|
|
|
|
AFFECTS: users of security/gnutls and any port that depends on it
|
|
|
|
AUTHOR: novel@FreeBSD.org
|
|
|
|
|
|
|
|
gnutls has been updated to 1.2.9 and all shared libraries' versions
|
2006-01-27 14:05:32 +01:00
|
|
|
have been bumped. So you need to rebuild all applications that
|
2006-01-12 15:33:27 +01:00
|
|
|
depend on gnutls. Do something like:
|
|
|
|
|
|
|
|
portupgrade -rf gnutls
|
|
|
|
|
2006-01-12 01:53:28 +01:00
|
|
|
20060111:
|
|
|
|
AFFECTS: users of multimedia/lxdvdrip
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
lxdvdrip has been updated to version 1.51 depending on port
|
|
|
|
multimedia/vamps. However, multimedia/vamps needs to know beforehand
|
2006-01-27 14:05:32 +01:00
|
|
|
how many bytes will be processed in order to work. Unfortunately,
|
2006-01-12 01:53:28 +01:00
|
|
|
lxdvdrip cannot provide such information. Therefore, vamps and
|
|
|
|
playcell specific tailored versions shipped within the lxdvdrip
|
|
|
|
distribution will be used. They will be named so that lxdvdrip
|
|
|
|
does not conflict with multimedia/vamps. This is for lxdvdrip
|
|
|
|
version 1.51_1.
|
|
|
|
|
|
|
|
However, users that used lxdvdrip previously to this update, are
|
|
|
|
required to modify their configuration file in order to comply
|
|
|
|
to the new naming scheme.
|
|
|
|
|
|
|
|
File: ~/.lxdvdrip.conf
|
|
|
|
From: play_cell_name=play_cell
|
2008-07-23 11:53:39 +02:00
|
|
|
vamps_name=vamps
|
2006-01-12 01:53:28 +01:00
|
|
|
To: play_cell_name=play_cell_lxdvdrip
|
2008-07-23 11:53:39 +02:00
|
|
|
vamps_name=vamps_lxdvdrip
|
2006-01-12 01:53:28 +01:00
|
|
|
|
2006-01-11 10:45:26 +01:00
|
|
|
20060111:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Perforce has been updated to version 2005.2. As usual, there has
|
|
|
|
been significant schema upgrades, so even though upgrading to
|
|
|
|
2005.2 is straightforward, it is still highly recommended to
|
|
|
|
follow the upgrading instructions in the release notes:
|
|
|
|
|
|
|
|
http://www.perforce.com/perforce/doc.052/user/relnotes.txt
|
|
|
|
|
2006-01-10 05:03:43 +01:00
|
|
|
20060110:
|
|
|
|
AFFECTS: users of www/drupal
|
|
|
|
AUTHOR: brooks@FreeBSD.org
|
|
|
|
|
|
|
|
The default install location has changed from PREFIX/www/data/drupal
|
2006-09-19 17:13:45 +02:00
|
|
|
to PREFIX/www/drupal. Users who want to use the old location can set
|
2006-01-10 05:03:43 +01:00
|
|
|
the DRUPDIR variable to www/data/drupal.
|
|
|
|
|
2006-01-09 18:30:38 +01:00
|
|
|
20060109:
|
|
|
|
AFFECTS: users of databases/postgresql??-server
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
All postgresql versions have been updated. These patch releases fix
|
|
|
|
a problem with character string comparisons for locales that
|
|
|
|
consider different character combinations as equal, such as
|
|
|
|
Hungarian. This might require "REINDEX" to fix existing indexes on
|
|
|
|
textual columns. Also, if plperl is used, a "REINDEX" might be
|
|
|
|
required under certain conditions. Check the HISTORY file in the
|
|
|
|
source for details.
|
|
|
|
|
2006-01-08 20:32:36 +01:00
|
|
|
20060108:
|
|
|
|
AFFECTS: users of x11/kdelibs3, x11/kdebase3, deskutils/superkaramba,
|
2008-07-23 11:53:39 +02:00
|
|
|
x11-themes/kde-windeco-smoothblend, irc/kvirc, editors/vimpart
|
2006-01-08 20:32:36 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
A number of files have been moved from kdebase to kdelibs between
|
|
|
|
KDE 3.4.3 and KDE 3.5.0 and some applications which used to be
|
|
|
|
distributed separately from KDE have been included in the release.
|
|
|
|
|
|
|
|
This means that you will have to take some precautions in order to
|
|
|
|
update your KDE installation without interruptions.
|
|
|
|
|
|
|
|
We recommend sticking to the following procedure. This procedure requires you
|
2008-02-09 10:12:00 +01:00
|
|
|
to have sysutils/portupgrade installed and to be the superuser (or using
|
|
|
|
sudo).
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
1.) Delete installed packages which conflict with the updated KDE
|
|
|
|
ports.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
pkg_deinstall -f kdebase-\[0-9\]\* superkaramba-\[0-9\]\* \
|
|
|
|
kde-windeco-smoothblend-\[0-9]\* kvirc-\[0-9\]\* \
|
|
|
|
kdeaddons-vimpart-\[0-9\]\*
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
2.) Now update the remaining KDE ports.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -O arts\* kde\* \*kde-i18n\*
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
or, if you want to update KDE along with other updated ports:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -a
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
3.) Reinstall the KDE ports you deleted in step 1.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portinstall -O kdebase
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
Superkaramba is now included in misc/kdeutils3.
|
2006-01-27 14:05:32 +01:00
|
|
|
|
2006-01-08 20:32:36 +01:00
|
|
|
The smoothblend window decoration is now included in x11-themes/kdeartwork3.
|
|
|
|
|
2006-01-12 20:15:30 +01:00
|
|
|
Vimpart is being discontinued and no longer part of KDE.
|
|
|
|
|
2006-01-08 20:32:36 +01:00
|
|
|
KNOWN ISSUES:
|
|
|
|
=============
|
|
|
|
|
|
|
|
Just like KDE 3.4, KDE 3.5 does not play nice with openssl-0.9.8. In
|
|
|
|
particular it breaks kwallet, some of the SSL handling in konqueror and
|
|
|
|
SSL/TLS support in kmail/kontact.
|
|
|
|
|
|
|
|
If you're using the openssl ports rather than the base-system openssl,
|
|
|
|
make sure to use security/openssl-stable.
|
|
|
|
|
|
|
|
You can put WITH_OPENSSL_STABLE=yes into /etc/make.conf to automatically
|
|
|
|
make ports depend on that rather than on security/openssl.
|
|
|
|
|
|
|
|
FreeBSD 4.x users MUST install openssl-stable even if the base openssl is
|
2006-01-27 14:05:32 +01:00
|
|
|
present for SSL/TLS support in kmail/kontact to work. Unfortunately, the
|
2006-01-08 20:32:36 +01:00
|
|
|
kdepim3 port cannot depend on it automatically due to shortcomings/bugs in
|
|
|
|
ports-collection's openssl infrastructure.
|
2006-01-27 14:05:32 +01:00
|
|
|
|
2006-01-06 01:39:18 +01:00
|
|
|
20060106:
|
|
|
|
AFFECTS: users of deskutils/kronolith <= 2.0.6 with MCAL backend
|
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
Beginning with release 2.1, the support of MCAL will be removed
|
|
|
|
from Kronolith. To prepare your migration, you can already switch
|
|
|
|
to a SQL back-end, with the script provided at
|
|
|
|
/usr/local/www/horde/kronolith/scripts/migrate_to_sql_driver.php.
|
|
|
|
|
2006-01-05 13:40:58 +01:00
|
|
|
20060105:
|
|
|
|
AFFECTS: users of mail/fetchmail >= 6.3.0
|
|
|
|
AUTHOR: barner@FreeBSD.org
|
|
|
|
|
2006-01-08 11:55:02 +01:00
|
|
|
Beginning with release 6.3.0, fetchmail not only needs write
|
2006-01-05 13:40:58 +01:00
|
|
|
access to the idfile ($HOME/.fetchids), but also to the directory
|
|
|
|
holding this file. For end users running fetchmail with default
|
|
|
|
idfile on their own account, nothing changes: they have write
|
|
|
|
access to their home directory.
|
|
|
|
|
2006-01-05 12:10:23 +01:00
|
|
|
20060105:
|
|
|
|
AFFECTS: users of www/wwwoffle, security/ipsec-tools
|
|
|
|
AUTHOR: edwin@FreeBSD.org
|
|
|
|
|
|
|
|
The startup of the rc.d scripts for these two ports are now
|
|
|
|
by default disabled.
|
|
|
|
|
2005-12-28 04:13:16 +01:00
|
|
|
20051228:
|
|
|
|
AFFECTS: users of multimedia/tovid
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
tovid shell scripts relies heavily on bash(1) but the previous
|
|
|
|
port version tried to use sh(1). However, since there were too
|
|
|
|
many complications, the port now depends on shells/bash.
|
|
|
|
|
|
|
|
Due to this change, the configuration files need to be regenerated.
|
|
|
|
Please, erase all previous configuration files. The configuration
|
|
|
|
file samples will be generated on the 1st invocation of the
|
2008-07-23 11:53:39 +02:00
|
|
|
scripts:
|
2005-12-28 04:13:16 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ rm ~/.tovid/*
|
2005-12-28 04:13:16 +01:00
|
|
|
|
2005-12-27 22:27:09 +01:00
|
|
|
20051228:
|
|
|
|
AFFECTS: users of shells/scponly
|
|
|
|
AUTHOR: rushani@FreeBSD.org
|
|
|
|
|
|
|
|
From scponly 4.2, scp & WinSCP compatibilities are not enabled by default.
|
|
|
|
To enable those compatibilities, define WITH_SCPONLY_SCP and/or
|
|
|
|
WITH_SCPONLY_WINSCP, respectively.
|
|
|
|
|
2005-12-25 18:24:50 +01:00
|
|
|
20051225:
|
|
|
|
AFFECTS: users of p5-libapreq2
|
|
|
|
AUTHOR: vanilla@FreeBSD.org
|
|
|
|
|
|
|
|
libapreq2 can be pure c library, I believe some people need pure c library,
|
|
|
|
but hate mod_perl, so I split it to 2 ports, and set libapreq2 as
|
|
|
|
p5-libapreq2's master ports.
|
|
|
|
|
|
|
|
If you need pure library of libapreq2, install www/libapreq2.
|
|
|
|
If you like mod_perl & enjoy p5-libapreq2, install/www/p5-libapreq2.
|
|
|
|
|
2005-12-13 09:31:55 +01:00
|
|
|
20051213:
|
|
|
|
AFFECTS: users of pear ports
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2006-01-27 14:05:32 +01:00
|
|
|
A few old pear ports have been removed from the tree in favor of a
|
2006-09-19 17:13:45 +02:00
|
|
|
single devel/pear port. If portupgrade complains about missing ports,
|
2005-12-13 09:31:55 +01:00
|
|
|
you may safely remove pear-XML_RPC, pear-Console_Getopt, pear-Archive_Tar
|
|
|
|
and php[45]-pear and then run:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o devel/pear -f pear-PEAR
|
2005-12-13 09:31:55 +01:00
|
|
|
|
2005-12-13 05:15:16 +01:00
|
|
|
20051212:
|
|
|
|
AFFECTS: users of net/ntop
|
|
|
|
AUTHOR: wxs@csh.rit.edu
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
ntop now installs a rcNG script. It also logs to syslog by default.
|
2005-12-13 05:15:16 +01:00
|
|
|
To enable ntop at boot time, set the following in rc.conf(5):
|
|
|
|
|
|
|
|
ntop_enable="YES"
|
|
|
|
|
2005-12-11 01:18:02 +01:00
|
|
|
20051210:
|
|
|
|
AFFECTS: users of net/mldonkey-devel
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
MLDonkey port net/mldonkey-devel has been patched to work with
|
|
|
|
the updated lang/ocaml version 3.09. As a result, ocaml 3.09
|
|
|
|
is now a requirement. You have to follow the instructions for
|
|
|
|
updating your complete ocaml installation outlined below on
|
|
|
|
20051201 by burelle@lri.fr.
|
|
|
|
|
|
|
|
If you use the command below, everything should be fine.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ portupgrade -fr 'ocaml*' 'mldonkey-*devel*'
|
2005-12-11 01:18:02 +01:00
|
|
|
|
2005-12-10 23:51:45 +01:00
|
|
|
20051210:
|
|
|
|
AFFECTS: users of mail/fetchmail using SSL encryption
|
|
|
|
AUTHOR: barner@FreeBSD.org
|
2006-01-27 14:05:32 +01:00
|
|
|
|
2005-12-10 23:51:45 +01:00
|
|
|
Fetchmail now checks the validity of server certificates and complains
|
|
|
|
verbosely in maillog if the validation fails.
|
|
|
|
|
|
|
|
If your mail server's certificate is not signed by one of the root
|
|
|
|
authorities, you have to manually configure them using the following steps:
|
|
|
|
|
|
|
|
* Download the necessary certificates in PEM format and store them
|
|
|
|
at a suitable location, e.g. /home/user/.certs
|
|
|
|
|
|
|
|
* Run the c_rehash tool on the freshly installed certificates:
|
|
|
|
|
|
|
|
- If you are using OpenSSL from the base system (this is the default)
|
2008-07-23 11:53:39 +02:00
|
|
|
use the following command:
|
2005-12-10 23:51:45 +01:00
|
|
|
% perl /usr/src/crypto/openssl/tools/c_rehash /home/user/.certs
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
- If you are using OpenSSL from security/openssl please use command:
|
|
|
|
% c_rehash /home/user/.certs
|
2005-12-10 23:51:45 +01:00
|
|
|
|
2005-12-13 09:56:47 +01:00
|
|
|
* Use the following options to enable SSL encryption in your .fetchmailrc
|
2005-12-10 23:51:45 +01:00
|
|
|
configuration file:
|
|
|
|
|
|
|
|
options ssl sslcertpath /home/user/.certs sslcertck
|
2008-07-23 11:53:39 +02:00
|
|
|
sslfingerprint '< fingerprint >'
|
2005-12-10 23:51:45 +01:00
|
|
|
< other options >
|
|
|
|
|
2005-12-08 18:28:03 +01:00
|
|
|
20051208:
|
|
|
|
AFFECTS: users of net/py-bittorrent and net/py-bittorrent-core
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
Developer renamed most BitTorrent command line scripts:
|
|
|
|
|
|
|
|
* btdownloadgui.py -> bittorrent.py
|
|
|
|
* btdownloadheadless.py -> bittorrent-console.py
|
|
|
|
* btdownloadcurses.py -> bittorrent-curses.py
|
|
|
|
* btmaketorrentgui.py -> maketorrent.py
|
|
|
|
* btmaketorrent.py -> maketorrent-console.py
|
|
|
|
* btlaunchmany.py -> launchmany-console.py
|
|
|
|
* btlaunchmanycurses.py -> launchmany-curses.py
|
|
|
|
* bttrack.py -> bittorrent-tracker.py
|
|
|
|
* btreannounce.py -> changetracker-console.py
|
|
|
|
* btrename.py has been REMOVED, use maketorrent*.py
|
|
|
|
* btshowmetainfo.py -> torrentinfo-console.py
|
|
|
|
|
|
|
|
Check http://www.bittorrent.com/bittorrent_versions.html
|
|
|
|
|
2005-12-07 11:46:20 +01:00
|
|
|
20051207:
|
|
|
|
AFFECTS: users of {japanese,chinese,korean}/FreeWnn-*
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
{ja,zh,ko}-FreeWnn-server now use the new rc.subr(8) framework
|
2006-09-19 17:13:45 +02:00
|
|
|
for their startup script. Note that to invoke each Wnn daemon at
|
2005-12-07 11:46:20 +01:00
|
|
|
boot time you have to set the following variables in rc.conf(5)
|
|
|
|
respectively:
|
|
|
|
|
|
|
|
wnn_enable
|
|
|
|
kwnn_enable
|
|
|
|
twnn_enable
|
|
|
|
cwnn_enable
|
|
|
|
|
2005-12-04 01:18:15 +01:00
|
|
|
20051203:
|
|
|
|
AFFECTS: users of www/apache2
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
www/apache2 port directory was renamed to www/apache20 to keep
|
|
|
|
consistency with other apache ports.
|
|
|
|
|
|
|
|
20051203:
|
|
|
|
AFFECTS: users of www/apache22 and any web apps porters
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
www/apache22 stop supporting ${LOCALBASE}/www/(data|error|cgi)(|-dist)
|
|
|
|
directory layout in favor of ${LOCALBASE}/www/apache22/(data|error|cgi).
|
|
|
|
FYI, ports layout may change soon.
|
|
|
|
|
2005-12-02 13:04:34 +01:00
|
|
|
20051202:
|
|
|
|
AFFECTS: users of www/plone and cmf oriented zope modules
|
|
|
|
AUTHOR: filippo.natali@gmail.com
|
|
|
|
|
|
|
|
www/plone has been updated to the latest 2.1.1 version. Some
|
|
|
|
zope modules are unfortunately incompatible with this version
|
|
|
|
of plone.
|
|
|
|
|
2005-12-02 12:32:37 +01:00
|
|
|
20051202:
|
|
|
|
AFFECTS: users of security/racoon and security/ipsec-tools
|
|
|
|
AUTHOR: lawrance@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
security/racoon has been removed. You should migrate to its
|
|
|
|
replacement, security/ipsec-tools. No configuration changes will
|
2005-12-02 12:32:37 +01:00
|
|
|
be required.
|
|
|
|
|
|
|
|
The default configuration file location has changed for ipsec-tools.
|
|
|
|
You will need to move your racoon configuration files to the new
|
2006-09-19 17:13:45 +02:00
|
|
|
location /usr/local/etc/racoon. Alternatively, add this line in
|
2005-12-02 12:32:37 +01:00
|
|
|
rc.conf to continue using the old location:
|
|
|
|
|
|
|
|
racoon_flags="-f /usr/local/etc"
|
|
|
|
|
2005-12-01 16:47:26 +01:00
|
|
|
20051201:
|
|
|
|
AFFECTS: users of lang/ocaml
|
|
|
|
AUTHOR: burelle@lri.fr
|
|
|
|
|
|
|
|
Upgrade to 3.09.0 will break binary compatibility at link time, so any
|
2006-01-27 14:05:32 +01:00
|
|
|
library build with old versions should be rebuild in order to be
|
2005-12-01 16:47:26 +01:00
|
|
|
usable (standalone binaries do not require rebuild since they are
|
2006-01-27 14:05:32 +01:00
|
|
|
statically linked.)
|
2005-12-01 16:47:26 +01:00
|
|
|
|
2005-11-29 12:03:11 +01:00
|
|
|
20051129:
|
|
|
|
AFFECTS: users of devel/monotone
|
|
|
|
AUTHOR: lapo@lapo.it
|
|
|
|
|
|
|
|
Keys are now stored in ~/.monotone/keys/.
|
|
|
|
You must run 'db migrate' against each of your databases;
|
|
|
|
this will automatically migrate the keys.
|
|
|
|
Command line syntax for 'serve' has changed; please adjust
|
|
|
|
startup scripts accordingly.
|
2006-01-27 14:05:32 +01:00
|
|
|
See /usr/local/share/doc/monotone/NEWS for details.
|
2005-11-29 12:03:11 +01:00
|
|
|
|
2005-11-28 16:27:20 +01:00
|
|
|
20051123:
|
|
|
|
AFFECTS: users of www/lighttpd
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
A change has been committed against www/lighttpd, which flips the
|
|
|
|
meaning of the IPV6 option to match other ports, along with the
|
2006-09-19 17:13:45 +02:00
|
|
|
1.4.7 upgrade. If you have previously saved configuration that
|
2005-11-28 16:27:20 +01:00
|
|
|
checks the IPV6 option (meaning to disable IPv6), then you will
|
|
|
|
have to rerun the configuration with ``make config''.
|
|
|
|
|
|
|
|
The default setting for IPV6 build is kept, which was enabled by
|
|
|
|
default.
|
|
|
|
|
2005-11-13 22:05:31 +01:00
|
|
|
20051113:
|
|
|
|
AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients
|
|
|
|
AUTHOR: x11@FreeBSD.org
|
|
|
|
|
|
|
|
Xterm no longer installs with '-static' prefix. Users should upgrade
|
|
|
|
XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before
|
|
|
|
attempting upgrade of xterm to 206_1 or newer. Previous versions remove
|
|
|
|
xterm on deinstall so CONFLICTS have been set accordingly.
|
|
|
|
|
2005-11-05 12:19:58 +01:00
|
|
|
20051105:
|
|
|
|
AFFECTS: users of x11-toolkits/qt33
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
2005-11-13 16:45:52 +01:00
|
|
|
If the compilation of qt fails due to uic segfaulting
|
|
|
|
|
2005-11-05 12:19:58 +01:00
|
|
|
(example:
|
2005-11-13 16:45:52 +01:00
|
|
|
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/bin/uic -L
|
|
|
|
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/plugins
|
2005-11-05 12:19:58 +01:00
|
|
|
listboxeditor.ui -i listboxeditor.h -o listboxeditor.cpp
|
|
|
|
*** Signal 11)
|
|
|
|
|
|
|
|
delete your old .qt directories:
|
|
|
|
|
|
|
|
rm -r ~/.qt /root/.qt
|
|
|
|
|
2005-11-05 06:48:01 +01:00
|
|
|
20051105:
|
|
|
|
AFFECTS: all users of gnome/glib/gtk
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
GNOME has been updated to 2.12 and gtk/glib to 2.8.
|
|
|
|
DO NOT USE portupgrade(1) to update your ports. Instead, use
|
|
|
|
the gnome_upgrade.sh script from
|
|
|
|
http://www.marcuscom.com/downloads/gnome_upgrade212.sh
|
|
|
|
|
2005-11-04 13:31:34 +01:00
|
|
|
20051104:
|
|
|
|
AFFECTS: users of www/trac
|
|
|
|
AUTHOR: rui@ruilopes.com
|
|
|
|
|
|
|
|
The Trac database schema was changed between versions 0.8 and 0.9. This
|
2006-09-19 17:13:45 +02:00
|
|
|
port also started to use PySQLite 2 (SQLite 3). Existing environments
|
2005-11-04 13:31:34 +01:00
|
|
|
must be upgraded before they can be used with Trac 0.9.
|
|
|
|
|
|
|
|
The canonical update procedure for existing trac environments is:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ export TRAC_ENV=/path/to/trac/env
|
|
|
|
$ # backup existing trac environment
|
|
|
|
$ cp -Rp $TRAC_ENV $TRAC_ENV.backup # backup existing trac env
|
|
|
|
$ # convert database from sqlite 2 to sqlite 3 format
|
|
|
|
$ mv $TRAC_ENV/db/trac.db $TRAC_ENV/db/trac2.db
|
|
|
|
$ sqlite $TRAC_ENV/db/trac2.db .dump | sqlite3 $TRAC_ENV/db/trac.db
|
|
|
|
$ # upgrade trac environment
|
|
|
|
$ /usr/local/bin/trac-admin $TRAC_ENV upgrade
|
|
|
|
$ /usr/local/bin/trac-admin $TRAC_ENV resync
|
|
|
|
$ /usr/local/bin/trac-admin $TRAC_ENV wiki upgrade
|
2005-11-04 13:31:34 +01:00
|
|
|
|
|
|
|
Consult the full upgrade instructions at:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
http://projects.edgewall.com/trac/wiki/TracUpgrade
|
2005-11-04 13:31:34 +01:00
|
|
|
|
2005-10-13 15:56:25 +02:00
|
|
|
20051013:
|
|
|
|
AFFECTS: users of www/mediawiki
|
|
|
|
AUTHOR: garga@FreeBSD.org
|
|
|
|
|
|
|
|
www/mediawiki has now version 1.5. 1.4 version was preserved on
|
|
|
|
www/mediawiki14 port.
|
|
|
|
|
2005-11-20 00:47:42 +01:00
|
|
|
If you want to preserve your 1.4 installation, run this:
|
2005-10-13 15:56:25 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# portupgrade -o www/mediawiki14 -f mediawiki
|
2005-10-13 15:56:25 +02:00
|
|
|
|
2005-10-13 14:17:09 +02:00
|
|
|
20051013:
|
|
|
|
AFFECTS: users of mail/qmrtg
|
|
|
|
AUTHOR: mij@bitchx.it
|
|
|
|
|
|
|
|
Version 2.x marks a new generation for qmrtg and is no longer compatible
|
|
|
|
with configuration files from old releases.
|
|
|
|
|
|
|
|
Upgrading to 2.x version *requires* qmrtg (and possibly mrtg)
|
|
|
|
configuration files to be adjusted manually starting from the .dist file
|
|
|
|
included.
|
|
|
|
|
2005-10-12 00:15:29 +02:00
|
|
|
20051011:
|
|
|
|
AFFECTS: users of www/amphetadesk
|
2005-10-12 01:01:36 +02:00
|
|
|
AUTHOR: lioux@FreeBSD.org
|
2005-10-12 00:15:29 +02:00
|
|
|
|
|
|
|
www/amphetadesk can only be ran under a user with a valid home
|
|
|
|
directory since it stores its configuration information there.
|
|
|
|
|
2005-10-10 19:54:06 +02:00
|
|
|
20051010:
|
2005-10-31 12:32:49 +01:00
|
|
|
AFFECTS: users of games/py-slune
|
2005-10-10 19:54:06 +02:00
|
|
|
AUTHOR: mnag@FreeBSD.org
|
|
|
|
|
|
|
|
games/py-slune has been removed to add in games/slune to
|
|
|
|
reflect right name.
|
|
|
|
|
2005-10-10 16:47:05 +02:00
|
|
|
20051010:
|
|
|
|
AFFECTS: users of devel/apache-ant
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
|
|
|
The Ant launcher script now uses javavmwrapper to pick a suitable JDK. Hence
|
|
|
|
it is no longer needed to define JAVA_HOME for Ant to run. You may rather use
|
|
|
|
and combination of JAVA_VERSION, JAVA_OS and JAVA_VENDOR. See javavm(1) for
|
|
|
|
further information. However, you may still override this behavior using
|
|
|
|
JAVACMD.
|
|
|
|
|
|
|
|
The ANT_INCLUDE_SHARED_JARS variable used to be effective only when set to
|
|
|
|
"YES" (case sensitive). It is now a defined/undefined switch and thus will be
|
|
|
|
effective if defined, regardless of its value.
|
|
|
|
|
2005-10-09 18:31:02 +02:00
|
|
|
20051009:
|
|
|
|
AFFECTS: users of games/py-balazar
|
|
|
|
AUTHOR: mnag@FreeBSD.org
|
|
|
|
|
|
|
|
games/py-balazar has been removed to add in games/balazar to
|
|
|
|
reflect right name.
|
|
|
|
|
2005-10-08 09:09:49 +02:00
|
|
|
20051008:
|
|
|
|
AFFECTS: users of sysutils/rdiff-backup, rdiff-backup-devel
|
|
|
|
AUTHOR: lawrance@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
sysutils/rdiff-backup has been upgraded to version 1.0.1. This
|
|
|
|
version is incompatible with the previous version. Users of
|
2005-10-08 09:09:49 +02:00
|
|
|
rdiff-backup will need to redo their initial seed.
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
rdiff-backup-devel has been removed. Users of rdiff-backup-devel
|
|
|
|
should now use rdiff-backup instead. In this case there is no need
|
2005-10-08 09:09:49 +02:00
|
|
|
to redo the initial seed.
|
|
|
|
|
2005-10-06 14:46:30 +02:00
|
|
|
20051006:
|
|
|
|
AFFECTS: users of net/smokeping
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Smokeping has undergone a major upgrade to version 2.0.3. If you
|
|
|
|
are upgrading from versions 1.x, the manpage 'smokeping_upgrade'
|
|
|
|
may be of help. To verify the configuration file syntax, run
|
|
|
|
'smokeping --check'.
|
|
|
|
|
2005-10-05 03:55:11 +02:00
|
|
|
20051005:
|
|
|
|
AFFECTS: users of x11-wm/devilspie
|
|
|
|
AUTHOR: jylefort@FreeBSD.org
|
|
|
|
|
|
|
|
The configuration file format has changed. See
|
|
|
|
/usr/X11R6/share/doc/devilspie/README for more details.
|
|
|
|
|
2005-10-02 19:56:04 +02:00
|
|
|
20051002:
|
|
|
|
AFFECTS: users of x11-toolkits/py-wxPython26
|
|
|
|
|
|
|
|
wxPython 2.6 has been split into py-wxPython26, py-wxPython26-unicode
|
|
|
|
and py-wxPython26-common. Everyone should update to the new structure.
|
|
|
|
|
|
|
|
# remove previous installation
|
|
|
|
1) pkg_delete 'py24-wxPython*2.6*'
|
|
|
|
|
|
|
|
# update to new version
|
|
|
|
2) cd /usr/ports/x11-toolkits/py-wxPython26
|
|
|
|
|
|
|
|
3) make install clean
|
|
|
|
|
2005-09-27 10:10:29 +02:00
|
|
|
20050927:
|
|
|
|
AFFECTS: users of mail/dovecot
|
|
|
|
AUTHOR: robin@isometry.net
|
|
|
|
|
|
|
|
Dovecot has been upgraded to version 1.0a3 that breaks down
|
|
|
|
backward compatibility with previous versions of dovecot.
|
|
|
|
For information about upgrading existing dovecot installations
|
|
|
|
one must consult with http://wiki.dovecot.org/moin.cgi/UpgradingDovecot
|
|
|
|
|
2005-09-23 22:24:08 +02:00
|
|
|
20050923:
|
|
|
|
AFFECTS: users of www/b2evo
|
|
|
|
AUTHOR: chinsan.tw@gmail.com
|
|
|
|
|
|
|
|
Database schema changed. Rerun the installation script, which can usually
|
|
|
|
be found at http://your.site.com/b2evo/blogs/install
|
|
|
|
|
2005-09-11 23:49:55 +02:00
|
|
|
20050911:
|
2008-02-09 10:12:00 +01:00
|
|
|
AFFECTS: users of mail/libspf2, mail/postfix, mail/postfix21,
|
|
|
|
mail/postfix-policyd-spf, mail/exim
|
2005-09-11 23:49:55 +02:00
|
|
|
AUTHOR: marcus@corp.grupos.com.br
|
|
|
|
|
|
|
|
Now version 1.0.4 of libspf2 has repo copied from mail/libspf2 to
|
|
|
|
mail/libspf2-10 and mail/libspf2 has updated to 1.2.5.
|
|
|
|
mail/exim depends on mail/libspf2 and mail/postfix, mail/postfix21
|
|
|
|
and mail/postfix-policyd-spf depends on mail/libspf2-10.
|
|
|
|
|
2005-09-07 17:21:39 +02:00
|
|
|
20050907:
|
|
|
|
AFFECTS: users of databases/metakit
|
|
|
|
AUTHOR: adamw@FreeBSD.org
|
|
|
|
|
|
|
|
The metakit build now enables python support by default. Everybody who
|
|
|
|
was happy with their python-less metakit should begin specifying
|
|
|
|
METAKIT_WITHOUT_PYTHON=yes on build.
|
|
|
|
|
2005-09-04 14:18:18 +02:00
|
|
|
20050904:
|
|
|
|
AFFECTS: users of games/pvpgn
|
|
|
|
AUTHOR: mek@mek.uz.ua
|
|
|
|
|
|
|
|
sql_DB_layout.conf-sample: includes changes needed for the new "username" SQL
|
|
|
|
field; if you update to 1.7.8 YOU MUST update this file too if you have your
|
|
|
|
accounts on SQL
|
|
|
|
|
|
|
|
bnetd.conf-sample: changed "servaddrs" directive to not be totally commented
|
|
|
|
and be as ":" by default in bnetd.conf (if "servaddrs" is commented this
|
|
|
|
means "bnetd" will not listen for b.net services at all)
|
|
|
|
|
2005-09-02 17:37:30 +02:00
|
|
|
20050902:
|
|
|
|
AFFECTS: users of www/jakarta-tomcat55
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
2008-02-09 10:12:00 +01:00
|
|
|
The port installs a new RCng startup script which no longer uses tomcat55ctl
|
|
|
|
to control the Tomcat daemon. Furthermore, the behavior of Tomcat may be
|
2005-09-02 17:37:30 +02:00
|
|
|
configured through switches and variables from /etc/rc.conf. They are
|
|
|
|
documented in the header of the RCng script:
|
|
|
|
|
|
|
|
${PREFIX}/etc/rc.d/jakarta-tomcat55.sh
|
|
|
|
|
2005-09-02 14:51:38 +02:00
|
|
|
20050902:
|
|
|
|
AFFECTS: users of mail/postfix-current
|
|
|
|
AUTHOR: marcus@corp.grupos.com.br
|
|
|
|
|
2005-09-04 17:19:07 +02:00
|
|
|
Now mail/postfix-current use OPTIONS menu instead of
|
2005-09-02 14:51:38 +02:00
|
|
|
POSTFIX_OPTIONS batch. Please run "make config" and
|
|
|
|
select your options in menu.
|
|
|
|
|
2005-08-28 20:24:31 +02:00
|
|
|
20050828:
|
|
|
|
AFFECTS: users of net/py-bittorrent-devel and net/py-bittorrent-core-devel
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
Developer renamed most BitTorrent command line scripts:
|
|
|
|
|
|
|
|
* btdownloadgui.py -> bittorrent.py
|
|
|
|
* btdownloadheadless.py -> bittorrent-console.py
|
|
|
|
* btdownloadcurses.py -> bittorrent-curses.py
|
|
|
|
* btmaketorrentgui.py -> maketorrent.py
|
|
|
|
* btmaketorrent.py -> maketorrent-console.py
|
|
|
|
* btlaunchmany.py -> launchmany-console.py
|
|
|
|
* btlaunchmanycurses.py -> launchmany-curses.py
|
|
|
|
* bttrack.py -> bittorrent-tracker.py
|
|
|
|
* btreannounce.py -> changetracker-console.py
|
|
|
|
* btrename.py has been REMOVED, use maketorrent*.py
|
|
|
|
* btshowmetainfo.py -> torrentinfo-console.py
|
|
|
|
|
|
|
|
Check http://www.bittorrent.com/bittorrent_versions.html
|
|
|
|
|
2005-08-04 21:58:57 +02:00
|
|
|
20050804:
|
|
|
|
AFFECTS: users of sysutils/kdeadmin3
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
One data file has been moved from kdeadmin to kdelibs between
|
2006-09-19 17:13:45 +02:00
|
|
|
KDE 3.4.1 and KDE 3.4.2. This means that
|
2005-09-04 17:19:07 +02:00
|
|
|
|
2005-08-04 21:58:57 +02:00
|
|
|
*********if you currently have the kdeadmin port installed*********
|
|
|
|
|
|
|
|
you will have to take some precautions to update your KDE
|
|
|
|
installation.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
We recommend sticking to the following procedure. This procedure requires
|
|
|
|
you to have sysutils/portupgrade installed and to be the superuser (or using
|
2008-02-09 10:12:00 +01:00
|
|
|
sudo).
|
2005-08-04 21:58:57 +02:00
|
|
|
|
|
|
|
1.) Delete installed packages which conflict with the updated KDE
|
|
|
|
ports.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
pkg_deinstall -f kdeadmin-\[0-9\]\*
|
2005-08-04 21:58:57 +02:00
|
|
|
|
|
|
|
2.) Now update the remaining KDE ports.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -O arts\* kde\* \*kde-i18n\*
|
2005-08-04 21:58:57 +02:00
|
|
|
|
|
|
|
or, if you want to update KDE along with other updated ports:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -a
|
2005-08-04 21:58:57 +02:00
|
|
|
|
|
|
|
3.) Reinstall the KDE ports you deleted in step 1.
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portinstall -O kdeadmin
|
2005-07-10 20:36:39 +02:00
|
|
|
|
2005-07-29 04:18:38 +02:00
|
|
|
20050728:
|
|
|
|
AFFECTS: users of sysutils/sge and sysutils/sgeee
|
|
|
|
AUTHOR: brooks@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
A port of SGE 6 has been installed in sysutils/sge. SGE 6 is
|
2005-07-29 04:18:38 +02:00
|
|
|
significantly different from SGE 5 and an upgrade is only possible
|
2006-09-19 17:13:45 +02:00
|
|
|
by removing the SGE 5 install and replacing it. The SGE vs SGEEE
|
2005-07-29 04:18:38 +02:00
|
|
|
distinction has been removed in SGE 6 so the sgeee port was removed.
|
|
|
|
The sge and sgeee ports were repo copied to sge53 and sgeee53
|
|
|
|
respectively and existing installations may continue to use them.
|
|
|
|
|
2005-07-27 17:38:05 +02:00
|
|
|
20050727:
|
|
|
|
AFFECTS: users of databases/firebird-server
|
|
|
|
AUTHOR: skv@FreeBSD.org
|
|
|
|
|
|
|
|
Changes in layout:
|
|
|
|
* database directory has changed from /usr/local/firebird to /var/db/firebird
|
|
|
|
* configuration files are placed in /usr/local/etc/firebird
|
|
|
|
* common utilities have been moved to /usr/local/bin
|
|
|
|
* suid-ed binaries have been moved to /usr/local/sbin
|
|
|
|
|
|
|
|
Update inetd.conf/xinetd.conf to reflect new location of "fb_inet_server".
|
|
|
|
|
2005-07-22 19:32:08 +02:00
|
|
|
20050722:
|
2007-02-08 19:05:00 +01:00
|
|
|
AFFECTS: all RELENG_6 and HEAD users of ports/packages, maintainers
|
2005-07-22 19:32:08 +02:00
|
|
|
of ports that interact with the compat libraries.
|
|
|
|
AUTHOR: kensmith@FreeBSD.org
|
|
|
|
|
|
|
|
The shared library version number of all shared libraries built as
|
|
|
|
part of the baseline system has been incremented in both RELENG_6
|
2006-09-19 17:13:45 +02:00
|
|
|
and HEAD. The overall goal is to make handling of the compat library
|
|
|
|
infrastructure easier. Each new release branch will have different
|
2005-07-22 19:32:08 +02:00
|
|
|
version numbers for all of the shared libraries and the compat ports
|
|
|
|
can simply include all of the shared libraries from the previous
|
|
|
|
release.
|
|
|
|
|
|
|
|
If you update your system using normal cvsup/rebuild/reinstall
|
|
|
|
mechanisms the old versions of the libraries will still be on your
|
|
|
|
system so your old ports executables will continue to work.
|
|
|
|
But you definitely should plan on recompiling and reinstalling all
|
|
|
|
of your installed ports so they get relinked against the new libraries.
|
|
|
|
If you don't take this step as time goes on "normal" updates and
|
|
|
|
installs run the risk of having executables relying on both the new
|
|
|
|
and old versions of the libraries which would cause big problems.
|
|
|
|
|
|
|
|
It will take some time for the pre-built packages available on the
|
2006-09-19 17:13:45 +02:00
|
|
|
FTP mirror sites to be rebuilt against the new libraries. If you
|
2005-07-22 19:32:08 +02:00
|
|
|
want to update your ports using the pre-built packages watch the
|
|
|
|
mailing lists for when the rebuilt packages become available.
|
|
|
|
|
2005-07-10 20:36:39 +02:00
|
|
|
20050710:
|
|
|
|
AFFECTS: users of x11-toolkits/qt33, x11/kdelibs3
|
|
|
|
AUTHOR: kde@FreeBSD.org
|
|
|
|
|
|
|
|
If you have compiled qt33 with the KDE_OPTIONS option checked (if your
|
|
|
|
installed qt-package is called qt-copy-3.3.4 instead of qt-3.3.4, check
|
2005-07-11 12:37:26 +02:00
|
|
|
with pkg_info), you should cvsup and recompile qt33 and everything
|
|
|
|
depending on it:
|
2005-07-10 20:36:39 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf qt\*
|
2005-07-10 20:36:39 +02:00
|
|
|
|
|
|
|
Previous versions of the qt33 port contained a patch that
|
2005-07-11 12:37:26 +02:00
|
|
|
introduces binary incompatibility between unpatched qt33 and software
|
|
|
|
compiled against a patched qt33.
|
2005-07-10 20:36:39 +02:00
|
|
|
|
|
|
|
Symptoms of the binary incompatibility: Unresolved symbol warnings from
|
2005-07-11 12:37:26 +02:00
|
|
|
various KDE/Qt applications (both during runtime or compiling/linking),
|
|
|
|
"Could not start kdeinit" dialogs during KDE startup, kicker crashes during
|
|
|
|
exiting KDE.
|
2005-07-10 20:36:39 +02:00
|
|
|
|
2005-06-30 06:18:22 +02:00
|
|
|
20050630:
|
|
|
|
AFFECTS: users of x11/nvidia-driver
|
|
|
|
AUTHOR: danfe@FreeBSD.org
|
|
|
|
|
|
|
|
Due to several complaints, new (unsupported) option had been added to port
|
2006-09-19 17:13:45 +02:00
|
|
|
Makefile: WITH_LEGACY_GPU_SUPPORT. Starting with version 7667, NVidia has
|
2005-06-30 06:18:22 +02:00
|
|
|
dropped support for numerous "legacy" GPUs, while this option allows to go
|
|
|
|
with previous version of driver (this does not apply to older versions of
|
|
|
|
FreeBSD, since you have to use version 6113 of driver (if you did not yet
|
|
|
|
upgraded to FreeBSD 5.3 or later) which has support for those GPUs).
|
|
|
|
|
|
|
|
If you must use WITH_LEGACY_GPU_SUPPORT option, be sure to ``hold'' the
|
|
|
|
package by making appropriate entry in your pkgtools.conf, otherwise
|
|
|
|
portupgrade(1) will upgrade your port to latest NVidia release on the
|
|
|
|
next run, which is probably not what you want.
|
|
|
|
|
|
|
|
Refer to x11/nvidia-driver/Makefile for further details.
|
|
|
|
|
2005-07-26 16:48:26 +02:00
|
|
|
20050625:
|
|
|
|
AFFECTS: users of sysutils/nut
|
|
|
|
AUTHOR: Joerg.Pulz@frm2.tum.de
|
|
|
|
|
|
|
|
nut now installs a rcNG script for starting the Network UPS Tools daemons.
|
|
|
|
To enable that at boot time, add the following into /etc/rc.conf[.local]:
|
|
|
|
|
|
|
|
nut_enable="YES"
|
|
|
|
|
2005-06-24 11:17:58 +02:00
|
|
|
20050624:
|
|
|
|
AFFECTS: users of lang/perl5.8
|
|
|
|
AUTHOR: tobez@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
lang/perl5.8 has been updated to 5.8.7. You should update everything
|
|
|
|
depending on perl. The easiest way to do that is to use
|
|
|
|
perl-after-upgrade script supplied with lang/perl5.8. Please see
|
2005-06-24 11:17:58 +02:00
|
|
|
its manual page for details.
|
|
|
|
|
2005-06-22 20:54:28 +02:00
|
|
|
20050622:
|
|
|
|
AFFECTS: users of ftp/proftpd-*
|
|
|
|
AUTHOR: flz@FreeBSD.org
|
|
|
|
|
|
|
|
ProFTPd binary moved from ${PREFIX}/libexec to ${PREFIX}/sbin. People
|
|
|
|
using proftpd with inetd must use ${PREFIX}/sbin/in.proftpd (or
|
|
|
|
${PREFIX}/sbin/proftpd which is just the same). Read the commit log
|
|
|
|
and diffs for more information.
|
|
|
|
|
2005-06-21 15:26:54 +02:00
|
|
|
20050621:
|
|
|
|
AFFECTS: users of net/cacti
|
|
|
|
AUTHOR: sem@FreeBSD.org
|
|
|
|
|
|
|
|
Because of users need to keep their DB configuration but config.php
|
2005-07-15 10:40:35 +02:00
|
|
|
can't be saved on upgrading, I've moved DB settings in db-settings.php.
|
2005-06-21 15:26:54 +02:00
|
|
|
So, you need to change db-settings.php and do not touch config.php
|
|
|
|
anymore.
|
|
|
|
|
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
2005-06-18 00:59:29 +02:00
|
|
|
20050618:
|
|
|
|
AFFECTS: users of alternate linux_base ports
|
|
|
|
AUTHOR: netchild@FreeBSD.org
|
|
|
|
|
|
|
|
The Ports Collection now allows to override the default linux_base port.
|
|
|
|
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
|
|
|
|
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
|
|
|
|
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
|
|
|
|
|
2005-06-10 23:44:46 +02:00
|
|
|
20050610:
|
|
|
|
AFFECTS: users of ftp/wget built with SSL (default)
|
2006-01-27 14:05:32 +01:00
|
|
|
AUTHOR: sf@FreeBSD.org
|
2005-06-10 23:44:46 +02:00
|
|
|
|
|
|
|
wget 1.10 now authenticates certificate of remote host before making a
|
|
|
|
SSL connection. To make it work, you should have working CA root
|
|
|
|
certificates list in /etc/ssl/cert.pem.
|
|
|
|
|
|
|
|
If you don't have it there are options:
|
|
|
|
a) install security/ca-roots port and you have done.
|
|
|
|
b) install ftp/curl port and symlink it to /etc/ssl/cert.pem.
|
|
|
|
ln -s /usr/local/share/curl/curl-ca-bundle.crt /etc/ssl/cert.pem
|
|
|
|
c) put your favorite one into certain place.
|
|
|
|
|
2005-06-01 16:21:42 +02:00
|
|
|
20050601:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: lth@FreeBSD.org
|
|
|
|
|
|
|
|
Upgrading to 2005.1 is straightforward, but it is highly recommended
|
|
|
|
to follow the upgrading instructions in the release notes:
|
|
|
|
http://www.perforce.com/perforce/doc.051/user/relnotes.txt
|
|
|
|
|
2005-05-27 09:39:44 +02:00
|
|
|
20050526:
|
|
|
|
AFFECTS: users of mail/sylpheed-claws
|
|
|
|
AUTHOR: netchild@FreeBSD.org
|
|
|
|
|
|
|
|
Sylpheed-claws is updated to the GTK2 version now. This results in a new
|
2005-06-11 14:17:11 +02:00
|
|
|
configuration directory. To keep your configuration from the GTK1 version
|
2005-05-27 09:39:44 +02:00
|
|
|
you can
|
|
|
|
cp -rp ~/.sylpheed .sylpheed-gtk2
|
|
|
|
before starting the GTK2 version for the first time, or
|
|
|
|
cp -Rp ~/.sylpheed .sylpheed-gtk2/
|
|
|
|
when you have run the GTK2 version already.
|
|
|
|
|
2005-05-24 23:14:23 +02:00
|
|
|
20050524:
|
|
|
|
AFFECTS: users of multimedia/mpeg4ip and multimedia/mpeg4ip-libmp4v2
|
|
|
|
AUTHOR: ahze@FreeBSD.org
|
|
|
|
|
|
|
|
Starting with version 1.3 mpeg4ip-libmp4v2 installs libmp4av that mpeg4ip
|
|
|
|
previously installed. It is advised to de-install mpeg4ip-libmp4v2 and
|
|
|
|
mpeg4ip before updating to mpeg4ip-1.3 or mpeg4ip-libmp4v2-1.3. If you
|
2005-05-25 01:50:08 +02:00
|
|
|
have already updated mpeg4ip-libmp4v2 and mpeg4ip you should deinstall
|
|
|
|
mpeg4ip and reinstall mpeg4ip-libmp4v2 before updating mpeg4ip.
|
|
|
|
|
|
|
|
This does not affect users who just have mpeg4ip-libmp4v2 installed
|
|
|
|
and not mpeg4ip.
|
2005-05-24 23:14:23 +02:00
|
|
|
|
2005-05-23 18:13:41 +02:00
|
|
|
20050523:
|
2005-07-15 10:40:35 +02:00
|
|
|
AFFECTS: users of games/pvpgn
|
2005-05-23 20:32:50 +02:00
|
|
|
AUTHOR: mek@mek.uz.ua
|
2005-05-23 18:13:41 +02:00
|
|
|
|
|
|
|
The following has been changed in the bnetd.conf file (starting with
|
|
|
|
version 1.7.7):
|
|
|
|
- The old config variable `servername' has been renamed to `hostname'.
|
|
|
|
- A new `servername' config variable has been introduced for server
|
|
|
|
identification.
|
2005-05-27 09:41:40 +02:00
|
|
|
|
2005-05-19 16:17:01 +02:00
|
|
|
20050519:
|
|
|
|
AFFECTS: users of www/squid
|
|
|
|
AUTHOR: tmseck@netcologne.de
|
|
|
|
|
|
|
|
Starting with 2.5.10, the cachemgr.cgi program uses a configuration file
|
|
|
|
cachemgr.conf to control which hosts this program is allowed to manage.
|
|
|
|
To prevent abuse, the configuration defaults to "localhost" only.
|
|
|
|
Please see cachemgr.cgi(8) for further details.
|
|
|
|
|
2005-05-17 19:13:43 +02:00
|
|
|
20050517:
|
|
|
|
AFFECTS: users of www/mod_perl2 and all ports depending on it
|
|
|
|
AUTHOR: lars.eggert@gmx.net.
|
|
|
|
|
2008-10-04 11:07:24 +02:00
|
|
|
API changed for mod_perl2 -- existing code will break!
|
2005-05-17 19:13:43 +02:00
|
|
|
The mod_perl2 developers have significantly changed the API
|
|
|
|
in release candidate 2.0.0-RC5. These changes include changed
|
|
|
|
names for core packages, causing software that uses the old API
|
|
|
|
to fail with the new version. You need to update your code as
|
|
|
|
described in http://perl.apache.org/docs/2.0/rename.html
|
|
|
|
|
2005-05-17 18:35:12 +02:00
|
|
|
20050517:
|
|
|
|
AFFECTS: users of databases/firebird
|
|
|
|
AUTHOR: freebsd@galle.com.br
|
|
|
|
|
2005-05-27 09:41:40 +02:00
|
|
|
The port was split into a -server and -client parts.
|
|
|
|
The -server contains server binary, UDFs, and install all in
|
2005-05-17 18:35:12 +02:00
|
|
|
${PREFIX}/firebird. The -client contains libs, includes,
|
|
|
|
client binaries, docs and examples. For migration delete
|
|
|
|
the firebird port and install the -server and/or -client port
|
|
|
|
afterwards.
|
|
|
|
|
2005-05-12 06:16:38 +02:00
|
|
|
20050512:
|
|
|
|
AFFECTS: users of devel/svk
|
|
|
|
AUTHOR: rafan@infor.org
|
|
|
|
|
|
|
|
Since SVK 0.30, it is fast enough and PPerl causes some problems.
|
|
|
|
Thus, the SVK port no longer supports WITH_PPERL knob.
|
|
|
|
If you still want to use PPerl with it, please go and read:
|
|
|
|
http://svk.elixus.org/?SVKAndPPerl for details.
|
|
|
|
|
2005-05-12 05:15:59 +02:00
|
|
|
20050511:
|
|
|
|
AFFECTS: users of multimedia/ffmpeg{,-devel}
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
The latest FreeBSD CVS snapshot has been committed under
|
|
|
|
multimedia/ffmepg-devel. In order to build it, you need to deinstall
|
2008-07-23 11:53:39 +02:00
|
|
|
any ffmpeg ports first:
|
2005-05-12 05:15:59 +02:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# pkg_deinstall multimedia/ffmpeg
|
2005-05-12 05:15:59 +02:00
|
|
|
|
2005-07-15 10:40:35 +02:00
|
|
|
Furthermore, video capture is no longer working in the latest
|
2005-05-12 05:15:59 +02:00
|
|
|
version. Work is been done to overcome this.
|
|
|
|
|
2005-05-11 02:40:15 +02:00
|
|
|
20050511:
|
|
|
|
AFFECTS: users of databases/postgresql??-(server|contrib)
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
The PostgreSQL ports have been updated to latest versions. A
|
|
|
|
security problem in the template database requires a simple SQL
|
2005-12-22 21:24:41 +01:00
|
|
|
command to be run on each database. Because these problems are
|
|
|
|
really incorrect system catalog entries, updating to a new release
|
2005-05-11 02:40:15 +02:00
|
|
|
will NOT by itself solve the problems in an existing
|
|
|
|
installation.
|
|
|
|
|
|
|
|
See http://www.postgresql.org/about/news.315 for details.
|
|
|
|
|
2005-05-01 20:10:27 +02:00
|
|
|
20050501:
|
|
|
|
AFFECTS: users of lang/ocaml based applications and libraries
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
2005-07-15 10:40:35 +02:00
|
|
|
With the recent update of ocaml to 3.08.3 some API compatibility
|
2005-05-01 20:10:27 +02:00
|
|
|
has been broken. It is a bit subtle so that some users might not
|
2005-07-15 10:40:35 +02:00
|
|
|
notice it. However, updating all ocaml based applications and
|
2005-05-01 20:10:27 +02:00
|
|
|
libraries are advised using the new compiler/interpreter version.
|
|
|
|
Issue the following command:
|
|
|
|
|
|
|
|
# portupgrade -rf 'ocaml*'
|
|
|
|
|
2005-04-26 21:17:32 +02:00
|
|
|
20050426:
|
|
|
|
AFFECTS: users of mail/courier-authlib
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
|
|
|
mail/courier-authlib has been moved to security/courier-authlib and is
|
|
|
|
now only a meta-port. Installing the meta-port installs security/
|
|
|
|
courier-authlib-base and no, one or more sub-ports regarding to what
|
2005-07-15 10:40:35 +02:00
|
|
|
authentication methods you've chosen. Courier-authlib-base only
|
|
|
|
provides you authentication via PAM. All ports depending on courier-
|
2005-04-26 21:17:32 +02:00
|
|
|
authlib (at the time of writing, courier-imap, sqwebmail and maildrop)
|
|
|
|
giving you the same choice the meta-port provides you.
|
|
|
|
|
2005-04-21 13:48:57 +02:00
|
|
|
20050421:
|
|
|
|
AFFECTS: users of www/opera-devel
|
|
|
|
AUTHOR: avleeuwen@piwebs.com
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Opera 8.0 final has been released and can be installed via the
|
2005-04-21 13:48:57 +02:00
|
|
|
www/opera port. The opera-devel port is now deprecated. If you want
|
|
|
|
to continue using the personal settings you used with www/opera-devel,
|
|
|
|
issue this command:
|
|
|
|
|
|
|
|
# mv ~/.opera-devel ~/.opera
|
|
|
|
|
|
|
|
20050421:
|
|
|
|
AFFECTS: users of www/opera
|
|
|
|
AUTHOR: avleeuwen@piwebs.com
|
|
|
|
|
|
|
|
Opera has been updated to 8.0. If are upgrading from version 7.x or
|
2008-07-27 22:10:00 +02:00
|
|
|
below, it is recommended that you backup your personal ~/.opera
|
2005-04-21 13:48:57 +02:00
|
|
|
directory and remove it, like this:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
# cp -Rp ~/.opera ~/.opera-bak
|
2008-07-27 22:10:00 +02:00
|
|
|
# rm -rf ~/.opera
|
2005-04-21 13:48:57 +02:00
|
|
|
|
|
|
|
After that, you can put your bookmarks, email, contacts, etc. back in
|
2005-05-27 09:41:40 +02:00
|
|
|
~/.opera/. The most important files are your bookmarks
|
|
|
|
(~/.opera/opera6.adr) and your emails (~/.opera/mail). It is not a good
|
|
|
|
idea to put opera6.ini, userstyle.ini, search.ini, pluginpath.ini and other
|
|
|
|
non-personal stuff back in ~/.opera/. If you need custom settings,
|
2008-07-27 22:10:00 +02:00
|
|
|
reconfigure Opera from the Preferences pane or edit the files by hand.
|
2005-04-21 13:48:57 +02:00
|
|
|
|
2005-04-20 16:26:42 +02:00
|
|
|
20050420:
|
|
|
|
AFFECTS: users of www/ipython
|
|
|
|
AUTHOR: dryice@liu.com.cn
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
There are backward-incompatible changes for pysh:
|
2005-04-20 16:26:42 +02:00
|
|
|
|
|
|
|
1. You must update your pysh profile (~/.ipython/ipythonrc-pysh):
|
|
|
|
a) Add to it the line:
|
2008-07-23 11:53:39 +02:00
|
|
|
import_all IPython.Extensions.InterpreterExec
|
|
|
|
b) Delete the line:
|
|
|
|
execfile pysh.py
|
2005-04-20 16:26:42 +02:00
|
|
|
2. You must also delete from ~/.ipython/ the file pysh.py.
|
|
|
|
|
2005-04-19 23:08:56 +02:00
|
|
|
20050419:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of www/linux-opera
|
2005-04-19 23:08:56 +02:00
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
Opera has been updated to 8.0. If you are upgrade from version 7.x or
|
2008-07-27 22:10:00 +02:00
|
|
|
below, it is recommended for you to backup your personal ~/.linux-opera
|
2005-04-19 23:08:56 +02:00
|
|
|
directory and remove it. It can be done following from the command line:
|
|
|
|
|
|
|
|
# cp -Rp ~/.linux-opera ~/.linux-opera-bak
|
2008-07-27 22:10:00 +02:00
|
|
|
# rm -rf ~/.linux-opera
|
2005-04-19 23:08:56 +02:00
|
|
|
|
|
|
|
After that, you can put your bookmark, email, contacts and etc back in
|
|
|
|
~/.linux-opera/. The bookmark is ~/.linux-opera/opera6.adr and the email is
|
|
|
|
~/.linux-opera/mail as you can figure out by view in ~/.linux-opera/. It is
|
|
|
|
probably not good idea to put opera6.ini, userstyle.ini, search.ini,
|
|
|
|
pluginpath.ini and other non-personal stuff back in ~/.linux-opera/. The
|
|
|
|
non-personal stuff should be re-configure on new stuff by either Opera
|
|
|
|
preferences in GUI or hand (manual) in your editor.
|
|
|
|
|
2005-04-15 12:01:15 +02:00
|
|
|
20050415:
|
|
|
|
AFFECTS: users of net-mgmt/cricket
|
|
|
|
AUTHOR: ijliao@FreeBSD.org
|
|
|
|
|
|
|
|
As of 2004/11/09 cricket uses a separate user "wwwadm". If you
|
2005-07-15 10:40:35 +02:00
|
|
|
upgrade your installation, make sure you chown your existing data.
|
2005-04-15 12:01:15 +02:00
|
|
|
|
Upgrade PostgreSQL to 8.0.2. Here's the brief release note:
Over the past several weeks, Tom Lane has been working on replacing
our old Cache Management Alorithm (ARC) with a new, patent free one
(2Q).
In order to reduce the number of 8.x deployments out there that are
using the old manager, we have just released 8.0.2, and encourage
adminstrators to upgrade at their earliest convience.
For those already running 8.x on your production servers, please
note that this upgrade does *NOT* require a dump restore, but due to
a bump in the major version number for the client library (libpq),
it *WILL* require all client applications to be recompiled at the
same time.
For full release info, see
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2
Apart from the upgrade, three new config options are added:
A patch (experimental) for supporting proper collation
of utf-8 encoded locales, using IBM's ICU package (devel/icu). See
http://people.freebsd.org/~girgen/postgresql-icu/README.html for more
info.
An optional patch written by Evgen Potemkin, which allows
PostgreSQL to make hierarchical queries à la Oracle [1].
An option is added that allows the use of 64 bit ints to
store dates [2].
PR: ports/79165 [1], ports/76999 [2]
Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2]
Approved by: ade, seanc (implicit)
2005-04-14 01:15:49 +02:00
|
|
|
20050414:
|
|
|
|
AFFECTS: users of databases/postgresql and any port that depends on it
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
The PostgreSQL ports are updated to 8.0.2. All shared libraries'
|
|
|
|
versions have been bumped, so you will need to recompile all client
|
|
|
|
applications that depend on libpq.so. The recommended way to
|
|
|
|
upgrade from 8.0.x would be something like
|
|
|
|
|
|
|
|
portupgrade -rf postgresql-client
|
|
|
|
|
2005-04-13 14:24:23 +02:00
|
|
|
20050413:
|
|
|
|
AFFECTS: users of mail/spamd
|
|
|
|
AUTHOR: delphij@FreeBSD.org
|
|
|
|
|
|
|
|
spamd now installs a rcNG script for starting the OpenBSD pf spamd daemon.
|
|
|
|
To enable that at boot time, add the following into /etc/rc.conf[.local]:
|
|
|
|
|
|
|
|
pfspamd_enable="YES"
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20050413:
|
2005-04-13 10:33:40 +02:00
|
|
|
AFFECTS: users of www/quixote
|
|
|
|
AUTHOR: dryice@liu.com.cn
|
|
|
|
|
|
|
|
There are backward-incompatible changes upgrading from 1.2 to
|
|
|
|
2.0. Including renaming quixote.form to quixote.form1 and
|
|
|
|
quixote.form2 to quixote.form. Please refer to upgrading.txt in the
|
|
|
|
docs dir for detail.
|
|
|
|
|
2005-04-11 10:14:22 +02:00
|
|
|
20050411:
|
|
|
|
AFFECTS: users of x11/gdm
|
|
|
|
AUTHOR: kwm@FreeBSD.org
|
|
|
|
|
|
|
|
GDM now installs a rcNG script for starting the gdm daemon.
|
|
|
|
To enable that gdm starts a boot time, add the following to /etc/rc.conf:
|
|
|
|
|
|
|
|
gdm_enable="YES"
|
2005-03-20 19:17:55 +01:00
|
|
|
|
2005-04-06 15:43:52 +02:00
|
|
|
20050406:
|
|
|
|
AFFECTS: users of databases/mysql50-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
|
|
|
The base database directory can now be set and changed in rc.conf (default:
|
|
|
|
/var/db/mysql). If you used to set DB_DIR to a different value during port
|
|
|
|
compilation, you must specify it via the new "mysql_dbdir" rc variable.
|
|
|
|
In addition, the "mysqllimits_enable" and "mysqllimits_args" variables
|
|
|
|
have been replaced by "mysql_limits" for consistency.
|
|
|
|
|
2005-04-03 09:01:23 +02:00
|
|
|
20050403:
|
|
|
|
AFFECTS: users of net/tac_plus4
|
|
|
|
AUTHOR: marcus@FreeBSD.org
|
|
|
|
|
|
|
|
Tac_plus4 now installs an rcNG script for starting the tac_plus daemon.
|
|
|
|
To enable tac_plus to start at boot time, add the following to /etc/rc.conf:
|
|
|
|
|
|
|
|
tac_plus_enable="YES"
|
|
|
|
|
|
|
|
You can also pass flags to tac_plus by setting the rc.conf variable
|
2006-09-19 17:13:45 +02:00
|
|
|
tac_plus_flags. The default flags are "-C ${PREFIX}/etc/tac_plus.conf".
|
2005-04-03 09:01:23 +02:00
|
|
|
|
|
|
|
Additionally, the default version of IOS for tac_plus has been changed from
|
|
|
|
11.x to 12.x.
|
|
|
|
|
2005-03-25 18:24:13 +01:00
|
|
|
20050324:
|
2005-05-27 09:39:44 +02:00
|
|
|
AFFECTS: users of net/mDNSResponder
|
2005-03-25 18:24:13 +01:00
|
|
|
AUTHOR: brooks@FreeBSD.org
|
|
|
|
|
|
|
|
In mDNSResponder 98_1, mdnsd is no longer started by default due to a
|
2006-09-19 17:13:45 +02:00
|
|
|
switch to an rc.subr startup script. To start it, you must add add
|
2005-03-25 18:24:13 +01:00
|
|
|
mdnsd_enable="YES" to your /etc/rc.conf or other suitable
|
|
|
|
configuration file.
|
|
|
|
|
2005-03-20 19:17:55 +01:00
|
|
|
20050320:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of x11/kde3, x11/kdelibs3, x11/kdebase3,
|
|
|
|
x11-themes/kdeartwork3, www/akregator, x11-themes/phase,
|
|
|
|
multimedia/kdemultimedia3
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2005-03-20 19:17:55 +01:00
|
|
|
|
|
|
|
In KDE 3.4, a number of files were moved between ports, some ports
|
2005-07-15 10:40:35 +02:00
|
|
|
were added, one port has been removed and some applications formerly available
|
2005-04-03 09:01:49 +02:00
|
|
|
in their own ports were incorporated into KDE. This means that you will have
|
|
|
|
to take some precautions to update your KDE installation. A simple
|
2005-03-20 19:17:55 +01:00
|
|
|
portupgrade -a will not work.
|
|
|
|
|
|
|
|
Portupgrade -R kde can fail as well, depending on what parts of KDE you
|
|
|
|
have currently installed. We therefore recommend sticking to the following
|
|
|
|
procedure. The procedure requires you to have sysutils/portupgrade installed
|
|
|
|
and you to be the superuser (or using sudo). We recommend not being logged in
|
|
|
|
to a KDE session on the machine you're performing the upgrade on. If you
|
|
|
|
choose to perform the update while being logged in to KDE, expect erratic
|
2005-07-15 10:40:35 +02:00
|
|
|
behavior and crashes from applications launched until you log out and back
|
2005-03-20 19:17:55 +01:00
|
|
|
in.
|
|
|
|
|
|
|
|
1.) Delete installed packages which conflict with the updated KDE
|
|
|
|
ports.
|
|
|
|
|
|
|
|
pkg_deinstall -f kdeartwork-\[0-9\]\* kdebase-\[0-9\]\* \
|
|
|
|
kdebase-konqueror-nsplugins-\[0-9\]\* kdewebdev-\[0-9\]\* \
|
|
|
|
kde-\[0-9\]\* akregator\* phase\*
|
|
|
|
|
|
|
|
2.) Now update the remaining KDE ports.
|
|
|
|
|
2005-04-08 02:36:07 +02:00
|
|
|
portupgrade -O arts\* kde\* \*kde-i18n\*
|
2005-03-20 19:17:55 +01:00
|
|
|
|
|
|
|
or, if you want to update KDE along with other updated ports:
|
|
|
|
|
|
|
|
portupgrade -a
|
|
|
|
|
2005-03-21 01:10:00 +01:00
|
|
|
3.) Reinstall the KDE ports you deleted in step 1.
|
2005-03-20 19:17:55 +01:00
|
|
|
|
|
|
|
portinstall -O kdebase kdeartwork kdewebdev
|
|
|
|
|
|
|
|
Changes in detail:
|
|
|
|
|
|
|
|
- www/akregator is now included into deskutils/kdepim3.
|
|
|
|
- x11-themes/phase is now included in x11-themes/kdeartwork3.
|
|
|
|
- www/konqueror-nsplugins has been removed and is now integrated into
|
2008-07-23 11:53:39 +02:00
|
|
|
x11/kdebase3.
|
2005-03-20 19:17:55 +01:00
|
|
|
- Juk has been split out of multimedia/kdemultimedia3 and is now
|
2008-07-23 11:53:39 +02:00
|
|
|
available as audio/juk.
|
2005-03-20 19:17:55 +01:00
|
|
|
- Akode has been split out of multimedia/kdemultimedia3 and is now
|
2008-07-23 11:53:39 +02:00
|
|
|
available as audio/akode and audio/akode-plugins-*. Akode is also
|
2005-03-20 19:17:55 +01:00
|
|
|
a default dependency of multimedia/kdemultimedia3 now.
|
|
|
|
- audio/mpeglib_artsplug has been demoted to legacy status and is no
|
2008-07-23 11:53:39 +02:00
|
|
|
longer the default decoder backend for kdemultimedia3. It's also not
|
|
|
|
depended on by kdemultimedia3 by default anymore.
|
2005-03-20 19:17:55 +01:00
|
|
|
|
|
|
|
Known post-updating issues:
|
|
|
|
|
|
|
|
- If you're missing acoustic notifications (system sounds) after the update:
|
|
|
|
|
|
|
|
rm ~/.kde/share/config/knotifyrc
|
|
|
|
|
2005-04-03 09:01:49 +02:00
|
|
|
Then log out of KDE and back in again (also see
|
2005-03-20 19:17:55 +01:00
|
|
|
http://freebsd.kde.org/faq.php#q16).
|
|
|
|
|
|
|
|
- kdm users might get warnings from kdm about obsolete lines in kdmrc.
|
|
|
|
You can migrate your configuration while preserving your customizations
|
|
|
|
by running (as root or with sudo)
|
|
|
|
|
|
|
|
genkdmconf
|
|
|
|
|
|
|
|
Make sure to backup your old kdm configuration (usually found in
|
|
|
|
/usr/local/share/config/kdm) beforehand in case the merge produces an
|
|
|
|
invalid configuration. Especially note that kdm does not use the Xservers
|
|
|
|
file anymore. A genkdmconf run will merge its contents into kdmrc.
|
|
|
|
|
|
|
|
Extensive information about changes and new features of KDE 3.4 can be found
|
|
|
|
at http://developer.kde.org/development-versions/kde-3.4-features.html. Bugs
|
|
|
|
can be reported at http://bugs.kde.org.
|
|
|
|
|
2005-03-20 10:38:26 +01:00
|
|
|
20050320:
|
|
|
|
AFFECTS: users of sysutils/portsnap
|
|
|
|
AUTHOR: cperciva@FreeBSD.org
|
|
|
|
|
|
|
|
As a result of shifting from SHA-1 to SHA-256, the structure of
|
|
|
|
portsnap's configuration file and compressed snapshot have both
|
2006-09-19 17:13:45 +02:00
|
|
|
changed. After upgrading to portsnap 0.9, you will have to
|
2005-03-20 10:38:26 +01:00
|
|
|
update your configuration file ($PREFIX/etc/portsnap.conf) and
|
|
|
|
delete your existing portsnap compressed snapshot:
|
|
|
|
|
|
|
|
# cd /usr/local/etc && cp portsnap.conf.sample portsnap.conf
|
|
|
|
# rm -r /usr/local/portsnap/*
|
|
|
|
|
|
|
|
In addition, be aware that the next runs of "portsnap fetch" and
|
|
|
|
"portsnap update" will take far longer than usual, since they
|
|
|
|
will need to download and extract a complete copy of the ports
|
|
|
|
tree.
|
|
|
|
|
2005-03-19 04:54:49 +01:00
|
|
|
20050319:
|
|
|
|
AFFECTS: users of databases/postgresql7[34]-server
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
The startup script has been merged from 8.0 to 7.3 and 7.4. Hence,
|
|
|
|
to start the PostgreSQL server at boot time (regardless of version),
|
|
|
|
add the following to /etc/rc.conf:
|
|
|
|
|
|
|
|
postgresql_enable=yes
|
|
|
|
|
2005-03-18 22:20:26 +01:00
|
|
|
20050318:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of x11-wm/blackbox, x11-wm/boxtools, x11-wm/bbkeys, and
|
|
|
|
x11-wm/bbpager
|
2005-03-18 22:20:26 +01:00
|
|
|
AUTHOR: A.J.Caines@halplant.com
|
|
|
|
|
|
|
|
The new blackbox ports include several changes to use and configuration.
|
|
|
|
Please read the pkg-message files in the respective ports for details.
|
|
|
|
|
2005-03-15 15:20:44 +01:00
|
|
|
20050315:
|
|
|
|
AFFECTS: users of databases/mysql323-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The MySQL daemon must now be enabled/disabled in rc.conf.
|
2005-03-15 15:20:44 +01:00
|
|
|
The base database directory can now be set and changed in rc.conf (default:
|
|
|
|
/var/db/mysql). If you used to set DB_DIR to a different value during port
|
|
|
|
compilation, you must specify it via the new "mysql_dbdir" rc variable.
|
|
|
|
See the script for details.
|
|
|
|
|
2005-03-14 11:54:38 +01:00
|
|
|
20050314:
|
|
|
|
AFFECTS: users of databases/mysql40-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
|
|
|
The base database directory can now be set and changed in rc.conf (default:
|
|
|
|
/var/db/mysql). If you used to set DB_DIR to a different value during port
|
|
|
|
compilation, you must specify it via the new "mysql_dbdir" rc variable.
|
|
|
|
In addition, the "mysqllimits_enable" and "mysqllimits_args" variables
|
|
|
|
have been replaced by "mysql_limits" for consistency.
|
|
|
|
|
2005-03-13 12:33:54 +01:00
|
|
|
20050313:
|
|
|
|
AFFECTS: users of games/netpanzerdata, games/netpanzer
|
|
|
|
AUTHOR: mad@madpilot.net
|
|
|
|
|
|
|
|
The netpanzerdata port has changed it's name to netpanzer-data,
|
|
|
|
so before installing the new one you will need to remove the old
|
|
|
|
netpanzerdata-0.1.3 port.
|
|
|
|
|
2005-03-12 13:06:04 +01:00
|
|
|
20050312:
|
|
|
|
AFFECTS: all users who have glib/gtk/gnome libraries installed
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: ahze@FreeBSD.org and the FreeBSD GNOME team
|
2005-03-12 13:06:04 +01:00
|
|
|
|
|
|
|
Gnome has been upgraded to 2.10 and gtk/glib to 2.6.
|
|
|
|
DO NOT USE portupgrade(1) to update any gnome or gtk
|
2005-03-19 07:41:31 +01:00
|
|
|
or any port that depends on them. Using portupgrade
|
|
|
|
will cause problems and you will have to manually
|
2006-09-19 17:13:45 +02:00
|
|
|
upgrade ports. Please use the gnome_upgrade.sh
|
2005-03-12 13:06:04 +01:00
|
|
|
script from
|
|
|
|
http://www.FreeBSD.org/gnome/gnome_upgrade.sh
|
|
|
|
|
2005-03-09 13:45:06 +01:00
|
|
|
20050309:
|
|
|
|
AFFECTS: users of mail/maildrop
|
|
|
|
AUTHOR: sergei@FreeBSD.org
|
|
|
|
|
2005-03-19 07:41:31 +01:00
|
|
|
maildrop has been recently upgraded to 1.8.0. This version
|
2005-03-09 13:45:06 +01:00
|
|
|
has the following changes:
|
|
|
|
|
|
|
|
- Maildir quota is now enabled by default.
|
|
|
|
The following options were deleted:
|
|
|
|
- WITH_MAILDIRQUOTA
|
|
|
|
- WITH_TRASHQUOTA
|
|
|
|
- New option WITH_AUTHLIB is added, which provides optional support for
|
|
|
|
Courier Auth Library (mail/courier-authlib port).
|
|
|
|
- Userdb authentication, LDAP and MySQL support are provided through
|
|
|
|
courier-authlib now, thus the following options
|
|
|
|
- WITH_USERDB
|
|
|
|
- WITH_LDAP
|
|
|
|
- WITH_MYSQL
|
2005-07-15 10:40:35 +02:00
|
|
|
have been superseded by WITH_AUTHLIB.
|
2005-03-09 13:45:06 +01:00
|
|
|
|
2005-03-07 03:41:00 +01:00
|
|
|
20050306:
|
|
|
|
AFFECTS: users of math/ploticus
|
|
|
|
AUTHOR: linimon@FreeBSD.org
|
|
|
|
|
|
|
|
ploticus is now installed as bin/ploticus rather than bin/pl to
|
|
|
|
avoid useless conflicts with other ports.
|
|
|
|
|
2005-03-04 03:52:52 +01:00
|
|
|
20050303:
|
|
|
|
AFFECTS: users of net/i2p
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
The newest i2p version 0.5.0.1 is incompatible with all previous
|
|
|
|
versions. Follow these procedures if you are updating from a
|
|
|
|
previous port version. You can ignore these if you are installing
|
|
|
|
i2p for the first time.
|
|
|
|
|
|
|
|
1) Update i2p port to the new one
|
|
|
|
2) Use the i2prouter script to uninstall i2p from user account.
|
2008-07-23 11:53:39 +02:00
|
|
|
You are going to lose all your configuration:
|
2005-03-04 03:52:52 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ i2prouter uninstall
|
2005-03-04 03:52:52 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
3) Install the new i2p version:
|
2005-03-04 03:52:52 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ i2prouter install
|
2005-03-04 03:52:52 +01:00
|
|
|
|
2005-03-02 00:04:37 +01:00
|
|
|
20050301:
|
|
|
|
AFFECTS: users of sysutils/ganglia-monitor-core
|
|
|
|
AUTHOR: brooks@FreeBSD.org
|
|
|
|
|
|
|
|
With the move to Ganglia 3.0.0, the configuration file for gmond has
|
2006-09-19 17:13:45 +02:00
|
|
|
changed completely. The -r or --convert options may be used to
|
2005-03-02 00:04:37 +01:00
|
|
|
emit a file in the new format given one in the old.
|
|
|
|
|
|
|
|
Startup is now controlled by an RC_SUBR script so the gmond_enable and
|
|
|
|
gmetad_enable variables will need to be set for gmond and gmetad to be
|
2006-09-19 17:13:45 +02:00
|
|
|
started. Existing gmond.sh and gmetad.sh scripts in PREFIX/etc/rc.d
|
2005-03-02 00:04:37 +01:00
|
|
|
should be removed.
|
|
|
|
|
|
|
|
Due to a bug in ganglia's build process, the previous version may need
|
|
|
|
to be removed before ganglia can be upgraded.
|
|
|
|
|
2005-02-25 01:17:28 +01:00
|
|
|
20050224:
|
|
|
|
AFFECTS: users of lang/ruby18 and any apps that depend on ruby18
|
|
|
|
AUTHOR: mezz@FreeBSD.org
|
|
|
|
|
|
|
|
The theads support has been disabled again. It causes the more trouble, so
|
|
|
|
it now builds with ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}. It is recommend
|
|
|
|
you to rebuild any apps that depend on lang/ruby18. Do something like this:
|
|
|
|
|
|
|
|
portupgrade -rf ruby-1.8.2\*
|
|
|
|
|
2005-02-24 09:48:57 +01:00
|
|
|
20050224:
|
|
|
|
AFFECTS: users of www/apache21
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
When upgrading from 2.1.2, you need to rebuild all apache modules.
|
|
|
|
|
2005-02-16 00:02:39 +01:00
|
|
|
20050215:
|
|
|
|
AFFECTS: users of databases/mysql41-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
|
|
|
The base database directory can now be set and changed in rc.conf (default:
|
|
|
|
/var/db/mysql). If you used to set DB_DIR to a different value during port
|
|
|
|
compilation, you must specify it via the new "mysql_dbdir" rc variable.
|
|
|
|
In addition, the "mysqllimits_enable" and "mysqllimits_args" variables
|
|
|
|
have been replaced by "mysql_limits" for consistency.
|
|
|
|
|
2005-02-14 22:54:03 +01:00
|
|
|
20050214:
|
|
|
|
AFFECTS: users of net-mgmt/nagios
|
|
|
|
AUTHOR: blaz@si.FreeBSD.org
|
|
|
|
|
|
|
|
Nagios has been upgraded to 2.0.b2. Native support for storing various types
|
|
|
|
of data (status, retention, comment, downtime, etc.) in MySQL and PostgreSQL
|
|
|
|
has been dropped. There are also multiple changes to the format of
|
|
|
|
configuration files. Carefully read
|
|
|
|
http://nagios.sourceforge.net/docs/2_0/whatsnew.html before upgrading.
|
|
|
|
|
2005-02-13 15:17:03 +01:00
|
|
|
20050213:
|
|
|
|
AFFECTS: users of print/teTeX-*
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
print/teTeX-* are now based on teTeX 3.0. Although some reliability fixes
|
|
|
|
are also added, here are several common problems which you might fall on.
|
2005-02-13 15:17:03 +01:00
|
|
|
|
|
|
|
1) $PREFIX/bin/pdftex is missing:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
Probably your system has old files included teTeX 2.x which can
|
|
|
|
prevent the new version from working. Please remove the old files
|
|
|
|
first (see entry 20050206 in this file) and reinstall.
|
2005-02-13 15:17:03 +01:00
|
|
|
|
|
|
|
2) Some formats are still corrupted (for example, "Fatal format file error;
|
|
|
|
I'm stymied" is displayed) or not updated even after a clean install:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
You might have old or corrupted *.fmt and/or *.map files under
|
|
|
|
/root/.texmf-* or $HOME/.texmf-* directories. Typically these
|
|
|
|
directories are generated when you invoke the updmap(1), texconfig(1),
|
|
|
|
or fmtutil(1) utility manually. However, for a period after the first
|
|
|
|
revision of the teTeX-base port erroneously used fmtutil(1) to
|
|
|
|
regenerate *.fmt files, you could have these directories without your
|
|
|
|
intent. In such a case, please remove these directories and reinstall
|
|
|
|
the ports (it is not needed to rebuild ports/packages). Just for your
|
|
|
|
information, $HOME/.texmf-config and $HOME/.texmf-var can be used for
|
|
|
|
your personal configuration.
|
2005-02-13 15:17:03 +01:00
|
|
|
|
|
|
|
If you have other problems, please contact hrs@FreeBSD.org.
|
|
|
|
|
2005-02-12 14:04:12 +01:00
|
|
|
20050212:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of x11-fonts/mkbold, x11-fonts/mkitalic, and
|
2008-07-27 22:10:00 +02:00
|
|
|
x11-fonts/mkbold-mkitalic
|
2005-02-12 14:04:12 +01:00
|
|
|
AUTHOR: koma2@ms.u-tokyo.ac.jp
|
|
|
|
|
|
|
|
The dependency on x11-fonts/mkbold and x11-fonts/mkitalic has been
|
|
|
|
switched over to x11-fonts/mkbold-mkitalic, which is written in C
|
2006-09-19 17:13:45 +02:00
|
|
|
and has far better performance than the old ones. There is no
|
2005-02-12 14:04:12 +01:00
|
|
|
functional difference between the two, but they will conflict with
|
2006-09-19 17:13:45 +02:00
|
|
|
each other. Since other ports which depend on x11-fonts/mkbold or
|
2005-02-12 14:04:12 +01:00
|
|
|
x11-fonts/mkitalic will be updated to depend on x11-fonts/mkbold-mkitalic,
|
2006-09-19 17:13:45 +02:00
|
|
|
you might get an error during upgrading such ports. In such a case,
|
2005-02-12 14:04:12 +01:00
|
|
|
please pkg_delete the old ones first.
|
|
|
|
|
2005-02-06 14:52:59 +01:00
|
|
|
20050206:
|
|
|
|
AFFECTS: users of print/teTeX and japanese/teTeX
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
print/teTeX is now based on a teTeX 3.0 release candidate
|
|
|
|
(2.99.13.20050204) and the other related ports are also updated.
|
|
|
|
Since upgrading from previous versions should be done at a time,
|
|
|
|
you may want to use the portupgrade utility or reinstall
|
|
|
|
print/teTeX after deinstalling all of the related ports.
|
|
|
|
|
|
|
|
If your teTeX environment became broken during the upgrade,
|
|
|
|
please see the following URL which explains how to fix it.
|
|
|
|
|
|
|
|
http://people.freebsd.org/~hrs/tetex-upgrade.txt
|
|
|
|
|
|
|
|
This file also includes notes for people who are familiar
|
|
|
|
with the teTeX distribution to explain structure of the ports.
|
|
|
|
|
2005-02-05 05:59:26 +01:00
|
|
|
20050205:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of lang/ruby16_r, lang/ruby18_r, and lang/ruby18
|
2005-02-05 05:59:26 +01:00
|
|
|
AUTHOR: knu@FreeBSD.org
|
|
|
|
|
|
|
|
The slippery pthread support for systems prior to 502102 has been
|
|
|
|
dropped and lang/ruby16_r and lang/ruby18_r ports have been removed,
|
|
|
|
since no one seems to appreciate the partially working solution.
|
|
|
|
|
|
|
|
Good news is that the pthread support of lang/ruby18 is now enabled
|
|
|
|
by default for newer systems, which means the ruby interpreter is
|
2006-09-19 17:13:45 +02:00
|
|
|
linked with libpthread. This will allow threaded extension
|
2005-02-05 05:59:26 +01:00
|
|
|
libraries to run and work properly on those systems.
|
|
|
|
|
2005-02-01 14:37:19 +01:00
|
|
|
20050201:
|
|
|
|
AFFECTS: users of lang/perl5 and lang/perl5.8
|
|
|
|
AUTHOR: tobez@FreeBSD.org
|
|
|
|
|
|
|
|
lang/perl5 has been updated to 5.6.2, and lang/perl5.8 has been
|
2008-07-27 22:10:00 +02:00
|
|
|
updated to 5.8.6. You should update everything depending on perl, that
|
2005-02-01 14:37:19 +01:00
|
|
|
is:
|
|
|
|
|
|
|
|
* first, upgrade your perl installation (use either lang/perl5 or
|
|
|
|
lang/perl5.8, the latter being recommended);
|
|
|
|
* for FreeBSD 4.X, run "use.perl port", so that the system knows you
|
2006-09-19 17:13:45 +02:00
|
|
|
have 5.8.6 or 5.6.2; this step is not needed on FreeBSD 5.X and
|
2005-02-01 14:37:19 +01:00
|
|
|
FreeBSD -CURRENT;
|
|
|
|
* run some magic incantations to upgrade all ports depending on perl,
|
2008-07-27 22:10:00 +02:00
|
|
|
that is run something like:
|
|
|
|
portupgrade -f `(pkg_info -R perl-5\* | tail +4; \
|
2008-07-23 11:53:39 +02:00
|
|
|
find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \
|
2008-07-27 22:10:00 +02:00
|
|
|
| xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //') | sort -u`
|
2005-02-01 14:37:19 +01:00
|
|
|
This is likely to fail for a few ports, you'll have to upgrade them
|
|
|
|
afterwards by hand.
|
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
20050130:
|
|
|
|
AFFECTS: users of PostgreSQL
|
|
|
|
AUTHOR: girgen@FreeBSD.org
|
|
|
|
|
|
|
|
Each of the PostgreSQL ports have been split into a server and a
|
|
|
|
client part. Please use postgresqlNN-server and/or
|
|
|
|
postgresqlNN-client as needed. Versions currently supported are 7.3,
|
|
|
|
7.4 and 8.0.
|
|
|
|
|
|
|
|
To start the PostgreSQL server at boot time, add the following to
|
|
|
|
/etc/rc.conf:
|
|
|
|
|
|
|
|
postgresql_enable=yes
|
|
|
|
|
2005-07-15 10:40:35 +02:00
|
|
|
The maintenance script is installed in etc/periodic/daily, and is
|
2005-01-31 01:35:55 +01:00
|
|
|
controlled by a set of new knobs in periodic.conf. Use it for
|
|
|
|
vacuuming your databases and get daily backups. Note that daily
|
|
|
|
vacuuming is on by default. See the script for details.
|
|
|
|
|
2005-01-30 05:09:10 +01:00
|
|
|
20050130:
|
|
|
|
AFFECTS: users of net/howl
|
|
|
|
AUTHOR: marcus@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Howl now installs an rcNG script for starting mDNSResponder. To enable
|
2005-01-30 05:09:10 +01:00
|
|
|
mDNSResponder to start at boot time, add the following to /etc/rc.conf:
|
|
|
|
|
|
|
|
mdnsresponder_enable="YES"
|
|
|
|
|
|
|
|
You can also pass flags to mDNSResponder by setting the rc.conf variable
|
2006-09-19 17:13:45 +02:00
|
|
|
mdnsresponder_flags to the appropriate value. See the mDNSResponder(8)
|
|
|
|
man page for the list of supported flags. The default is not to pass
|
2005-01-30 05:09:10 +01:00
|
|
|
any flags to mDNSResponder.
|
|
|
|
|
2005-01-26 17:57:40 +01:00
|
|
|
20050126:
|
|
|
|
AFFECTS: users of x11-wm/xfce4
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
2006-07-25 09:52:13 +02:00
|
|
|
If you use Xorg 6.8.1: Make sure there is an /tmp/.ICE-unix with propper
|
2005-01-26 17:57:40 +01:00
|
|
|
rights. For further informations about that, please refer to 20041229
|
|
|
|
Please update all your plugins as well when you update from 4.0.6 to 4.2
|
|
|
|
They all need recompiling to link against the new xfce libraries
|
|
|
|
|
2005-01-23 11:06:21 +01:00
|
|
|
20050122:
|
|
|
|
AFFECTS: users of PostgreSQL
|
|
|
|
AUTHOR: seanc@FreeBSD.org
|
|
|
|
|
|
|
|
The -devel port has been updated to contain 8.0 release since
|
|
|
|
postgresql80-server can not be updated until 4.11 is released and the
|
2006-09-19 17:13:45 +02:00
|
|
|
changes in PR ports/75344 are committed. Users who need 8.0 now can
|
2005-01-23 11:06:21 +01:00
|
|
|
use the -devel port, however, once postgresql80-server has been
|
2006-09-19 17:13:45 +02:00
|
|
|
committed, -devel will begin tracking 8.1. Please be smart about
|
2005-01-23 11:06:21 +01:00
|
|
|
tracking ports and if used in production, update to
|
2006-09-19 17:13:45 +02:00
|
|
|
databases/postgresql80-server as soon as it becomes available. No
|
2005-01-23 11:06:21 +01:00
|
|
|
dump/reload will be required when changing from -devel to
|
|
|
|
postgresql80-server.
|
|
|
|
|
2005-01-17 23:56:09 +01:00
|
|
|
20050117:
|
|
|
|
AFFECTS: users of mail/spambnc
|
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
The SpamBouncer has been upgraded from version 1.9 to 2.0-RC3, and you
|
|
|
|
have to modify your ~/.procmailrc files. Please read upgrading.html in
|
|
|
|
/usr/local/share/doc/spambnc.
|
|
|
|
|
2005-01-17 22:09:54 +01:00
|
|
|
20050117:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of cad/astk-client
|
2005-01-17 22:09:54 +01:00
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
2005-07-15 10:59:34 +02:00
|
|
|
ASTK has been moved; if there exists files $HOME/.astkrc/config_serveurs,
|
|
|
|
you have to update the entry rep_serv from /usr/local/ASTK/ASTK_SERV/bin
|
|
|
|
to /usr/local/aster/ASTK/ASTK_SERV/bin (or you can remove $HOME/.astkrc).
|
2005-01-17 22:09:54 +01:00
|
|
|
|
2005-01-14 22:22:31 +01:00
|
|
|
20050114:
|
|
|
|
AFFECTS: users of security/libgnomesu, esp. on FreeBSD 4.x.
|
|
|
|
AUTHOR: adamw@FreeBSD.org
|
|
|
|
|
|
|
|
If you installed libgnomesu the day it was added to the ports tree,
|
|
|
|
you have a malformed PAM control file in /etc/pam.d/. All libgnomesu
|
|
|
|
users should remove /etc/pam.d/gnomesu-pam, and 5.x users should
|
|
|
|
replace it with the version in the updated libgnomesu port (ensure
|
|
|
|
that you're using the most current revision of the libgnomesu port).
|
2005-01-17 22:11:45 +01:00
|
|
|
|
2005-01-14 22:22:31 +01:00
|
|
|
4.x users: listen up! The presence of the /etc/pam.d/ directory (and
|
|
|
|
anything in that directory) presents a Very Bad Thing. Unless you've
|
|
|
|
manually tweaked your PAM settings, you must run:
|
2005-01-17 22:11:45 +01:00
|
|
|
|
2005-01-14 22:22:31 +01:00
|
|
|
# rm /etc/pam.d/gnomesu-pam
|
|
|
|
# rmdir /etc/pam.d/
|
2005-01-17 23:56:09 +01:00
|
|
|
|
2005-01-14 22:22:31 +01:00
|
|
|
or all users will be locked out of your system!
|
2005-01-17 22:11:45 +01:00
|
|
|
|
2005-01-10 20:31:52 +01:00
|
|
|
20050110:
|
|
|
|
AFFECTS: users of irc/iip
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
iip has been updated to the new network servers. Therefore, both
|
|
|
|
old configuration files and node reference keys no longer apply.
|
|
|
|
|
|
|
|
Therefore, you need to update the configuration files for each
|
|
|
|
user running the iip isproxy daemon:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
1) Backup configuration files:
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
cp ~/.iip/isproxy.ini ~/.iip/isproxy.ini.backup
|
|
|
|
cp ~/.iip/node.ref ~/.iip/node.ref.backup
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
2) Remove configuration files:
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
rm ~/.iip/isproxy.ini
|
|
|
|
rm ~/.iip/node.ref
|
2005-01-10 20:31:52 +01:00
|
|
|
|
|
|
|
3) Create new configuration. Fill information as requested. This
|
2008-07-27 22:10:00 +02:00
|
|
|
creates the updated isproxy.ini file:
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
isproxy -C
|
2005-01-10 20:31:52 +01:00
|
|
|
|
|
|
|
4) Start iip isproxy. This will initialize your updated node.ref
|
|
|
|
file. This file will be automatically updated when you connect
|
2008-07-27 22:10:00 +02:00
|
|
|
to the iip network:
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
isproxy
|
2005-01-10 20:31:52 +01:00
|
|
|
|
2005-01-10 19:09:53 +01:00
|
|
|
20050110:
|
|
|
|
AFFECTS: users of sysutils/nautilus-cd-burner
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
Nautilus-cd-burner now requires cdrtools built with UTF-8 encoding
|
2006-09-19 17:13:45 +02:00
|
|
|
support. The default sysutils/cdrtools port does not support this
|
2005-01-10 19:09:53 +01:00
|
|
|
encoding, and that will cause nautilus-cd-burner to enter an infinite
|
2006-09-19 17:13:45 +02:00
|
|
|
loop when trying to create CD images. To workaround this, the cdrtools
|
2005-01-10 19:09:53 +01:00
|
|
|
dependency was changed in nautilus-cd-burner to point to the
|
|
|
|
sysutils/cdrtools-cjk port instead.
|
|
|
|
|
|
|
|
Since sysutils/cdrtools and sysutils/cdrtools-cjk conflict, you must
|
|
|
|
uninstall cdrtools so that the nautilus-cd-burner update can properly
|
|
|
|
pull in cdrtools-cjk.
|
|
|
|
|
2005-01-08 11:25:05 +01:00
|
|
|
20050108:
|
|
|
|
AFFECTS: users of mail/courier-imap, mail/sqwebmail
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
|
|
|
Courier-imap and sqwebmail are now dependent on courier-authlib. If
|
|
|
|
you've changed the default authentication config for courier-imap or
|
|
|
|
sqwebmail, you will have to redo the changes for courier-authlib.
|
|
|
|
You may wish to deinstall courier-imap and/or sqwebmail before you
|
|
|
|
install courier-authlib. Since courier-authlib replaces parts of both
|
|
|
|
ports, some of courier-authlib's files are listed as sqwebmail and
|
|
|
|
courier-imap files and deinstalling old courier-imap and/or sqwebmail
|
|
|
|
port may cause the deinstallation of the freshly installed
|
|
|
|
courier-authlib files.
|
|
|
|
|
|
|
|
20050108:
|
|
|
|
AFFECTS: users of mail/sqwebmail
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
|
|
|
Sqwebmail now installs it's files directly under PREFIX. That means for
|
|
|
|
instance that files that were formerly found under
|
|
|
|
PREFIX/share/sqwebmail/etc/ are now located under PREFIX/etc/sqwebmail.
|
2005-01-17 22:11:45 +01:00
|
|
|
Furthermore you need to set sqwebmaild_enable=YES in your rc.conf
|
2005-01-17 18:09:40 +01:00
|
|
|
because the rc.d script has been migrated to use the rc.subr Subsystem
|
2005-01-08 11:25:05 +01:00
|
|
|
|
|
|
|
20050108:
|
|
|
|
AFFECTS: users of mail/courier-imap
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
|
|
|
The variable courier_imap_imapdssl_enable have been renamed to
|
|
|
|
courier_imap_imapd_ssl_enable.
|
|
|
|
The variable courier_imap_pop3dssl_enable have been renamed to
|
|
|
|
courier_imap_pop3d_ssl_enable.
|
2005-01-17 17:52:19 +01:00
|
|
|
userdb stuff is now located in LOCALBASE/etc/authlib instead of
|
|
|
|
LOCALBASE/etc.
|
2005-01-08 11:25:05 +01:00
|
|
|
|
2004-12-31 12:38:42 +01:00
|
|
|
20041231:
|
|
|
|
AFFECTS: users of www/awstats
|
|
|
|
AUTHOR: webmaster@lightningfire.net
|
|
|
|
|
|
|
|
Location of awstats changed from /usr/local/www to /usr/local/www/awstats.
|
|
|
|
Please update configuration according instructions in pkg-message.
|
|
|
|
|
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
2004-12-31 19:24:10 +01:00
|
|
|
20041231:
|
|
|
|
AFFECTS: users of the linux compatibility environment
|
|
|
|
AUTHOR: netchild@FreeBSD.org
|
|
|
|
|
|
|
|
The default linux_base was changed from v7 to v8. You need to update from
|
|
|
|
v7 to v8 and rebuild every linux port. To update run:
|
2008-07-27 22:10:00 +02:00
|
|
|
|
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
2004-12-31 19:24:10 +01:00
|
|
|
portupgrade -rf -o emulators/linux_base-8 emulators/linux_base
|
|
|
|
|
|
|
|
In case you already use linux_base-8 you have to run:
|
2008-07-27 22:10:00 +02:00
|
|
|
|
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
2004-12-31 19:24:10 +01:00
|
|
|
portupgrade -rf emulators/linux_base-8
|
|
|
|
|
2004-12-29 21:01:19 +01:00
|
|
|
20041229:
|
2005-01-08 15:22:50 +01:00
|
|
|
AFFECTS: users of x11/kdebase3, x11-servers/xorg-server
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: lofi@FreeBSD.org
|
2004-12-29 21:01:19 +01:00
|
|
|
|
|
|
|
If KDE does not start anymore after upgrading Xorg to version 6.8.1
|
|
|
|
(X restarts when the KDE splash screen has reached the third icon),
|
|
|
|
please check whether the directory /tmp/.ICE-unix exists, is owned by root
|
|
|
|
and has permissions 1777 (read/write/access for everybody + sticky bit).
|
|
|
|
|
|
|
|
To make sure everything is in working order, do (as root):
|
2008-07-27 22:10:00 +02:00
|
|
|
|
|
|
|
mkdir -p /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix &&
|
|
|
|
chown root:wheel /tmp/.ICE-unix
|
2004-12-29 21:01:19 +01:00
|
|
|
|
2004-12-29 22:41:48 +01:00
|
|
|
Also, make sure you do NOT have clear_tmp_enable="YES" set in /etc/rc.conf,
|
|
|
|
as it will remove the directory on every reboot and applications will re-
|
|
|
|
create it with the wrong ownership.
|
|
|
|
|
2005-01-03 03:24:19 +01:00
|
|
|
Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure
|
|
|
|
daily_clean_tmps_ignore contains /tmp/.ICE-unix.
|
|
|
|
|
2004-12-27 23:55:51 +01:00
|
|
|
20041227:
|
|
|
|
AFFECTS: users of lang/gambas
|
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
As of this update, the password of your databases connections are crypted.
|
|
|
|
If you were using the database manager, please remove
|
|
|
|
~/.gambas/gambas-database-manager.conf before launching the new version.
|
|
|
|
|
2004-12-26 11:47:24 +01:00
|
|
|
20041226:
|
|
|
|
AFFECTS: users of Horde and the related ports (Turba, IMP, Nag, Kronolith,
|
2008-07-23 11:53:39 +02:00
|
|
|
Mnemo, Chora)
|
2004-12-26 11:47:24 +01:00
|
|
|
AUTHOR: thierry@FreeBSD.org
|
|
|
|
|
|
|
|
As of this update, the configuration files are generated by the application,
|
|
|
|
with no support for configuration files used in previous versions.
|
|
|
|
|
|
|
|
All data saved in the database, LDAP or MCAL backends will be preserved,
|
|
|
|
considering that you run specific scripts to migrate to this new scheme.
|
|
|
|
Affected ports are www/horde, mail/turba, deskutils/nag, deskutils/kronolith,
|
|
|
|
and deskutils/mnemo. See the UPGRADING documentation of the ports in question
|
|
|
|
for more details.
|
|
|
|
|
|
|
|
The filter system of IMP 3.x has been replaced by a separate application:
|
|
|
|
check the port mail/ingo. Ingo provides a script to migrate the existing
|
|
|
|
filter rules from IMP 3.x, see Ingo's documentation.
|
|
|
|
|
2004-12-24 19:48:51 +01:00
|
|
|
20041224:
|
|
|
|
AFFECTS: users of x11-servers/XFree86-4-Server and graphics/dri
|
|
|
|
AUTHOR: lesi@FreeBSD.org
|
|
|
|
|
|
|
|
As of version 4.4.0_6, XFree86-4-Server now depends on
|
2006-09-19 17:13:45 +02:00
|
|
|
graphics/xfree86-dri. This is due to incompatibilities between
|
2004-12-24 19:48:51 +01:00
|
|
|
XFree86 and the new xorg 6.8.1 DRI.
|
|
|
|
|
|
|
|
Users of XFree86-4-Server are strongly encouraged to switch to
|
|
|
|
the xfree86-dri port as follows:
|
|
|
|
|
|
|
|
portupgrade -fo graphics/xfree86-dri graphics/dri
|
|
|
|
|
|
|
|
which will also fix dependencies.
|
|
|
|
|
2004-12-24 01:26:32 +01:00
|
|
|
20041224:
|
|
|
|
AFFECTS: users of sysutils/portupgrade and lang/ruby18
|
|
|
|
AUTHOR: knu@FreeBSD.org
|
|
|
|
|
|
|
|
Please upgrade sysutils/portupgrade prior to lang/ruby18, or
|
|
|
|
pkgdb(1) may coredump with a double free() problem from a misuse (or
|
|
|
|
a "feature") of the DL module.
|
|
|
|
|
|
|
|
In that case, you can reinstall sysutils/portupgrade manually.
|
|
|
|
|
2004-12-22 03:10:12 +01:00
|
|
|
20041222:
|
|
|
|
AFFECTS: users of security/clamav, security/clamav-devel
|
|
|
|
AUTHOR: jylefort@brutele.be
|
|
|
|
|
|
|
|
The ClamAV database path has changed from /usr/local/share/clamav to
|
|
|
|
/var/db/clamav. You should update the DatabaseDirectory keyword in
|
|
|
|
/usr/local/etc/clamd.conf and /usr/local/etc/freshclam.conf.
|
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20041221:
|
2004-12-21 10:21:46 +01:00
|
|
|
AFFECTS: users of security/gpgme03
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
security/gpgme03 has been modified to not conflicts with gpgme 1.x
|
|
|
|
After upgrade, you need to rebuild all ports that depend on it.
|
|
|
|
You should upgrade security/gpgme (if installed) to avoid nasty
|
|
|
|
compile time failures, due to original location of gpgme.h.
|
|
|
|
|
2004-12-19 04:41:46 +01:00
|
|
|
20041219:
|
|
|
|
AFFECTS: users of textproc/jdictionary
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
|
|
|
The location for JDictionary port installed files has changed. This also
|
|
|
|
affects the various plugins. Hence, users should upgrade all jdictionary
|
|
|
|
related ports at once to avoid inconsistencies:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
$ portupgrade jdictionary\*
|
2004-12-19 04:41:46 +01:00
|
|
|
|
2004-12-13 22:38:32 +01:00
|
|
|
20041214:
|
|
|
|
AFFECTS: users of net/freenet6
|
|
|
|
AUTHOR: edwin@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The FreeNet6 service must now be enabled/disabled in rc.conf:
|
|
|
|
|
|
|
|
freenet6_enable="YES"
|
2004-12-13 22:38:32 +01:00
|
|
|
|
2004-12-13 21:32:21 +01:00
|
|
|
20041213:
|
|
|
|
AFFECTS: users of security/cryptplug, deskutils/kdepim3
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: lofi@FreeBSD.org
|
2004-12-13 21:32:21 +01:00
|
|
|
|
|
|
|
The cryptplug port is not compatible with recent versions of gpgme
|
|
|
|
and has been changed to depend on gpgme03 (the last version of gpg-
|
2004-12-24 16:10:11 +01:00
|
|
|
me compatible with cryptplug).
|
|
|
|
Users who have been using cryptplug in order to enable PGP/MIME support
|
2004-12-13 21:35:39 +01:00
|
|
|
in KMail should DEINSTALL BOTH cryptplug and gpgme03 before updating
|
2004-12-24 16:10:11 +01:00
|
|
|
KDE to version 3.3.2. Cryptplug is NOT necessary anymore to enable
|
2004-12-13 21:32:21 +01:00
|
|
|
PGP/MIME support in KMail and will cause the kdepim3 build to fail due
|
|
|
|
to conflicting dependencies.
|
|
|
|
|
2004-12-13 06:53:57 +01:00
|
|
|
20041213:
|
|
|
|
AFFECTS: users of databases/postgresql-relay
|
|
|
|
AUTHOR: edwin@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The PostgreSQL Relay must now be enabled/ disabled in rc.conf:
|
2004-12-13 06:53:57 +01:00
|
|
|
postgresqlrelay_enable="YES"
|
|
|
|
|
2004-12-13 01:40:53 +01:00
|
|
|
20041212:
|
|
|
|
AFFECTS: users of sysutils/bacula
|
|
|
|
AUTHOR: lkoeller@FreeBSD.org
|
|
|
|
|
|
|
|
The port was split into a -server and -client component.
|
|
|
|
The -server part contains the storage and director daemon, the -client
|
|
|
|
part the console, file daemon and the documentation.
|
|
|
|
|
|
|
|
For migration delete the bacula port and install the -server and/or
|
|
|
|
-client port afterwards.
|
|
|
|
|
2004-12-09 00:54:05 +01:00
|
|
|
20041208:
|
|
|
|
AFFECTS: users of mail/getmail
|
|
|
|
AUTHOR: question+fbsdports@closedsrc.org
|
|
|
|
|
|
|
|
There is a known quirk when using mail/getmail with Python 2.4
|
|
|
|
where the DeprecationWarning is printed regarding the use of
|
|
|
|
the 'strict' keyword when a message is being retrieved.
|
|
|
|
|
|
|
|
You can redirect stdout/stderr to /dev/null to quelch the warning.
|
|
|
|
|
|
|
|
The quirk may be fixed in a future version of getmail.
|
|
|
|
|
2004-12-05 19:40:34 +01:00
|
|
|
20041205:
|
|
|
|
AFFECTS: users of multimedia/ffmpeg
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
multimedia/ffmpeg will not work if previous versions of the port
|
|
|
|
are installed. Also, there is a shared library version bump on
|
|
|
|
this update. Therefore:
|
|
|
|
|
2004-12-24 16:10:11 +01:00
|
|
|
1) Remove old ffmpeg
|
2004-12-05 19:40:34 +01:00
|
|
|
|
|
|
|
pkg_delete -f /var/db/pkg/ffmpeg*
|
|
|
|
|
|
|
|
2) Install updated ffmpeg
|
|
|
|
|
|
|
|
3) Rebuild all ports that depend on ffmpeg due to the shared
|
|
|
|
library version bump
|
|
|
|
|
|
|
|
cd /var/db/pkg && portupgrade -rf ffmpeg* -x ffmpeg*
|
|
|
|
|
2004-12-02 05:38:10 +01:00
|
|
|
20041202:
|
|
|
|
AFFECTS: users of any ports which have dependency on lang/python
|
|
|
|
AUTHOR: perky@FreeBSD.org
|
|
|
|
|
|
|
|
After upgrading of lang/python, you must rebuild all its consumer
|
|
|
|
ports to make them get ready to Python 2.4.
|
|
|
|
|
|
|
|
To do this, you will need to:
|
2004-12-06 06:32:04 +01:00
|
|
|
pkgdb -uf && cd /usr/ports/lang/python && make upgrade-site-packages
|
2004-12-02 05:38:10 +01:00
|
|
|
|
2004-11-28 02:11:35 +01:00
|
|
|
20041128:
|
|
|
|
AFFECTS: users of mail/dspam and mail/dspam-devel
|
|
|
|
AUTHOR: itetcu@people.tecnik93.com
|
|
|
|
|
2005-02-28 10:29:32 +01:00
|
|
|
When upgrading from previous version, read mail/dspam/files/UPDATING
|
2004-11-28 02:11:35 +01:00
|
|
|
and adjust your options.
|
|
|
|
|
2004-11-21 05:00:11 +01:00
|
|
|
20041121:
|
|
|
|
AFFECTS: users of news/rawdog
|
|
|
|
AUTHOR: tim@bishnet.net
|
|
|
|
|
|
|
|
Rawdog 2.x changes the format of the state file used in 1.x. To
|
|
|
|
upgrade from 1.x to 2.x the rawdog author recommends the following:
|
|
|
|
|
|
|
|
cp -R ~/.rawdog ~/.rawdog-old
|
|
|
|
rm ~/.rawdog/state
|
|
|
|
rawdog -u
|
|
|
|
rawdog --upgrade ~/.rawdog-old ~/.rawdog
|
|
|
|
rawdog -w
|
|
|
|
|
|
|
|
Once you're happy with the new version:
|
|
|
|
rm -r ~/.rawdog-old
|
|
|
|
|
2004-11-18 03:47:44 +01:00
|
|
|
20041118:
|
|
|
|
AFFECTS: users of sysutils/portupgrade
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: lofi@FreeBSD.org
|
2004-11-18 03:47:44 +01:00
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
portsdb(1) is part of the portupgrade suite and is used to convert a ports
|
2004-11-18 10:39:29 +01:00
|
|
|
INDEX file to a binary INDEX.db database. By default, it uses the
|
|
|
|
libc-builtin berkeley db to do so, which has a buggy btree implementation.
|
2004-11-18 03:47:44 +01:00
|
|
|
|
|
|
|
If you see errors like "[BUG] Segmentation fault" while a portsdb update is
|
|
|
|
in progress, adjust the PORTS_DBDRIVER variable (in your environment or in
|
2004-11-18 17:22:25 +01:00
|
|
|
pkgtools.conf) to either bdb1_hash or dbm_hash.
|
2004-11-18 10:39:29 +01:00
|
|
|
|
|
|
|
This problem was fixed in 5.3-RELEASE, but users of 4.10-RELEASE and
|
|
|
|
5.2.1-RELEASE (and older releases) will find fixes by updating to the
|
|
|
|
latest (at least after Sep 20) of RELENG_4 or RELENG_5.
|
2004-11-18 03:47:44 +01:00
|
|
|
|
2004-11-16 17:45:06 +01:00
|
|
|
20041116:
|
|
|
|
AFFECTS: users of www/bricolage
|
|
|
|
AUTHOR: ports@rbt.ca
|
|
|
|
|
|
|
|
Bricolage may now be run on mod_perl compiled as a DSO for Apache
|
|
|
|
when following these guidelines:
|
|
|
|
|
|
|
|
http://perl.apache.org/docs/1.0/guide/install.html#When_DSO_can_be_Used
|
|
|
|
|
|
|
|
To do this, you will need to:
|
2008-07-23 11:53:39 +02:00
|
|
|
|
|
|
|
pkg_delete -f apache-mod_perl
|
|
|
|
pkg_delete -f p5-libapreq-static
|
|
|
|
portupgrade -rR bricolage
|
2004-11-16 17:45:06 +01:00
|
|
|
|
|
|
|
Bricolage will rebuild mod_perl, apache and libapreq using their standard
|
|
|
|
versions.
|
|
|
|
|
2004-11-15 03:31:24 +01:00
|
|
|
20041115:
|
|
|
|
AFFECTS: users of sysutils/portupgrade
|
|
|
|
AUTHOR: lofi@FreeBSD.org
|
|
|
|
|
|
|
|
Due to the recent removal of INDEX and INDEX-5 from FreeBSD's CVS,
|
|
|
|
portupgrade with default configuration will run 'make index' if started
|
|
|
|
after cvsup'ing the ports-collection. This may take an undesirably long
|
|
|
|
time.
|
|
|
|
|
|
|
|
There are several ways to work around this, for example:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
- Run 'make fetchindex' after cvsup'ing ports,
|
2004-11-15 03:31:24 +01:00
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
or:
|
2004-11-15 03:31:24 +01:00
|
|
|
|
|
|
|
- Adjust the PORTS_INDEX variable in your environment or in
|
|
|
|
pkgtools.conf (see portupgrade(1) or the default pkgtools.conf) to
|
|
|
|
a different value than the default.
|
|
|
|
|
2004-11-15 13:51:25 +01:00
|
|
|
Also remember that 'make index' is only supported on _complete_
|
|
|
|
ports-trees. If you are currently refusing whole categories by means
|
2004-11-21 04:57:35 +01:00
|
|
|
of a cvsup refuse file, use 'make fetchindex' instead (or consider
|
2004-11-15 13:51:25 +01:00
|
|
|
keeping an extra machine/jail with a complete ports-tree around to
|
|
|
|
do INDEX builds on).
|
|
|
|
|
2004-11-11 23:31:24 +01:00
|
|
|
20041111:
|
|
|
|
AFFECTS: users of audio/faad, multimedia/mpeg4ip
|
|
|
|
AUTHOR: lioux@FreeBSD.org
|
|
|
|
|
|
|
|
mpeg4ip has been updated and broken down into 2 separate ports:
|
|
|
|
mpeg4ip and mpeg4ip-libmp4v2. Furthermore, mpeg4ip now depends
|
|
|
|
on faad. Moreover, faad now depends on mpeg4ip-libmp4v2 rather
|
|
|
|
than on mpeg4ip which avoids a cyclic dependency (mpeg4ip depends
|
|
|
|
on faad which depends on mpeg4ip).
|
|
|
|
|
|
|
|
If any of the old ports are installed, mpeg4ip will not compile.
|
|
|
|
Therefore,
|
|
|
|
|
|
|
|
1) Remove old faad and mpeg4ip ports which conflict with new
|
|
|
|
mpeg4ip
|
|
|
|
|
|
|
|
pkg_delete -f /var/db/pkg/mpeg4ip*
|
|
|
|
pkg_delete -f /var/db/pkg/faad*
|
|
|
|
|
|
|
|
2) Install faad, mpeg4ip and mpeg4ip-libmp4v2 in the following
|
|
|
|
order
|
|
|
|
|
|
|
|
cd /usr/ports/multimedia/mpeg4ip-libmp4v2 && make install clean
|
|
|
|
cd /usr/ports/audio/faad && make install clean
|
|
|
|
cd /usr/ports/multimedia/mpeg4ip && make install clean
|
|
|
|
|
2004-11-11 20:18:25 +01:00
|
|
|
20041111:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of Java
|
2004-11-11 20:18:25 +01:00
|
|
|
AUTHOR: glewis@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
javavmwrapper has been rewritten. It now creates symbolic links for
|
2004-11-11 20:18:25 +01:00
|
|
|
all executables of the Java VMs that have been registered with it.
|
|
|
|
These symbolic links may impact which version of Java you are using,
|
|
|
|
depending on your PATH, which may need to be adjusted.
|
|
|
|
|
|
|
|
For example, if your path is:
|
|
|
|
|
|
|
|
${LOCALBASE}/bin:${LOCALBASE}/jdk1.4.2/bin
|
|
|
|
|
|
|
|
then previously "java" would resolve to ${LOCALBASE}/jdk1.4.2/bin/java.
|
|
|
|
With the new javavmwrapper it will resolve to ${LOCALBASE}/bin/java.
|
|
|
|
Depending upon the Java VMs that are registered and various environment
|
|
|
|
variables, it may or may not be ${LOCALBASE}/jdk1.4.2/bin/java that is
|
|
|
|
run by javavmwrapper via the symbolic link ${LOCALBASE}/bin/java.
|
|
|
|
|
2004-11-08 01:34:12 +01:00
|
|
|
20041107:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-11-08 01:34:12 +01:00
|
|
|
|
|
|
|
To use GMail in konqueror, you need to set the browser identification for
|
|
|
|
gmail.google.com to 'Safari 1.2.3 on Mac OS X', otherwise you will not be
|
|
|
|
able to click on any links in GMail after logging in.
|
|
|
|
|
|
|
|
You can set site-specific browser identifications via the Settings menu in
|
|
|
|
Konqueror (Configure Konqueror/Browser Identification) or in the KDE Control
|
|
|
|
Center, Internet & Network/Web Browser/Browser Identification.
|
|
|
|
|
2004-11-08 00:07:57 +01:00
|
|
|
20041107:
|
2004-11-08 00:27:07 +01:00
|
|
|
AFFECTS: all users who have any GNOME libraries installed
|
2004-11-08 00:07:57 +01:00
|
|
|
AUTHOR: adamw@FreeBSD.org and the rest of the FreeBSD/GNOME crew
|
|
|
|
|
|
|
|
Hey, 2.6! You don't have to be 2.6 anymore!
|
|
|
|
Do NOT use portupgrade(1) to update your GNOME 2.6 desktop to 2.8:
|
|
|
|
it won't work, and you'll have to recompile bunches of ports by hand
|
|
|
|
as a result. Use the gnome_upgrade.sh script to automate the upgrade
|
|
|
|
process. The script is available from
|
|
|
|
http://www.FreeBSD.org/gnome/gnome_upgrade.sh
|
|
|
|
|
2004-11-04 23:53:09 +01:00
|
|
|
20041104:
|
|
|
|
AFFECTS: users of security/clamav-devel
|
|
|
|
AUTHOR: rob@debank.tv
|
|
|
|
|
|
|
|
The configuration file was renamed from clamav.conf to clamd.conf,
|
|
|
|
make sure to move your configuration before restarting the server.
|
|
|
|
|
2004-11-04 03:52:24 +01:00
|
|
|
20041104:
|
|
|
|
AFFECTS: users of japanese/rskkserv
|
|
|
|
AUTHOR: rushani@FreeBSD.org
|
|
|
|
|
|
|
|
The format of PREFIX/etc/rskkserv.conf has changed in version 2.95.
|
|
|
|
Please update your configuration file before restarting the server
|
|
|
|
using PREFIX/share/examples/rskkserv/conf-o2n.rb and referring to
|
2004-12-24 01:26:32 +01:00
|
|
|
PREFIX/share/examples/rskkserv/rskkserv.conf.sample.
|
2004-11-04 03:52:24 +01:00
|
|
|
|
2004-10-31 11:44:54 +01:00
|
|
|
20041031:
|
|
|
|
AFFECTS: users of databases/mysql40-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The MySQL daemon must now be enabled/disabled in rc.conf. See the
|
|
|
|
script for details.
|
2004-10-31 11:44:54 +01:00
|
|
|
|
2004-10-29 03:29:19 +02:00
|
|
|
20041028:
|
|
|
|
AFFECTS: users of net/netatalk
|
|
|
|
AUTHOR: marcus@FreeBSD.org
|
|
|
|
|
|
|
|
Please note that the handling of the default type/creator has changed with
|
|
|
|
2.0.1. As a side effect, users upgrading from earlier versions, including
|
|
|
|
2.0.0, will have to remove the default type/creator from the
|
|
|
|
AppleVolumes.System file. The install process will not modify this file
|
|
|
|
automatically. Please remove the line starting with '. "????"'
|
|
|
|
manually.
|
|
|
|
|
|
|
|
This text was taken from the Netatalk 2.0.1 release notes at
|
|
|
|
https://sourceforge.net/project/shownotes.php?release_id=278320.
|
|
|
|
|
2004-10-27 16:34:29 +02:00
|
|
|
20041027:
|
|
|
|
AFFECTS: users of games/pcgen
|
|
|
|
AUTHOR: hq@FreeBSD.org
|
|
|
|
|
|
|
|
The launcher script for PCGen has been renamed to 'pcgen' (formerly
|
|
|
|
'pcgen.sh').
|
|
|
|
|
2004-10-24 23:30:09 +02:00
|
|
|
20041024:
|
|
|
|
AFFECTS: users of databases/mysql50-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The MySQL daemon must now be enabled/disabled in rc.conf. See the
|
|
|
|
script for details.
|
2004-10-24 23:30:09 +02:00
|
|
|
|
2004-10-24 05:55:10 +02:00
|
|
|
20041024:
|
|
|
|
AFFECTS: users of mail/popfile
|
|
|
|
AUTHOR: matusita@FreeBSD.org
|
|
|
|
|
2004-11-20 16:47:02 +01:00
|
|
|
Since there is a known problem that popfile doesn't work with DBD::SQLite 1.x
|
2004-10-24 05:55:10 +02:00
|
|
|
at this time, you'll be in trouble after upgrading databases/p5-DBD-SQLite
|
2006-09-19 17:13:45 +02:00
|
|
|
to the latest one. A workaround is committed to 0.22.0_1 which uses
|
|
|
|
databases/p5-DBD-SQLite2 by default. However, if already installed popfile,
|
2004-10-24 05:55:10 +02:00
|
|
|
please check ${HOME}/.popfile/popfile.cfg, and change the line
|
|
|
|
"bayes_dbconnect dbi:SQLite:dbname=$dbname" to
|
|
|
|
"bayes_dbconnect dbi:SQLite2:dbname=$dbname" then restart popfile.
|
|
|
|
|
2004-10-24 02:23:04 +02:00
|
|
|
20041023:
|
|
|
|
AFFECTS: users of mail/dbmail
|
|
|
|
AUTHOR: seanc@FreeBSD.org
|
|
|
|
|
|
|
|
When upgrading from 1.X to 2.X, read the upgrading instructions.
|
|
|
|
The structure of the database has changed, please use the migration
|
2006-09-19 17:13:45 +02:00
|
|
|
scripts provided. Many of the programs have been renamed and arguments
|
2004-10-24 02:23:04 +02:00
|
|
|
have been changed as well.
|
|
|
|
|
2004-10-20 20:24:46 +02:00
|
|
|
20041020:
|
|
|
|
AFFECTS: users of security/antivir-milter
|
|
|
|
AUTHOR: marius@FreeBSD.org
|
|
|
|
|
|
|
|
When updating from previous versions of security/antivir-milter to
|
|
|
|
antivir-milter-1.1 and you had changed PREFIX/etc/avmilter.conf you
|
|
|
|
have to bring over your changes to PREFIX/etc/avmilter/avmilter.conf
|
|
|
|
after installing the new version of this port. Note, however, that
|
|
|
|
some variables have been renamed.
|
|
|
|
If you used AntiVir Milter ignore, scan and/or warn files in /etc
|
|
|
|
you can now move them to PREFIX/etc/avmilter.
|
|
|
|
|
2004-10-19 16:15:46 +02:00
|
|
|
20041019:
|
|
|
|
AFFECTS: users of databases/mysql41-server
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The MySQL daemon must now be enabled/disabled in rc.conf. See the
|
|
|
|
script for details.
|
2004-10-19 16:15:46 +02:00
|
|
|
|
2004-10-19 01:36:47 +02:00
|
|
|
20041018:
|
|
|
|
AFFECTS: users of mail/courier-imap
|
|
|
|
AUTHOR: oliver@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The courier-imap port must now be enabled/disabled in rc.conf. See the
|
|
|
|
script for details.
|
2004-10-19 01:36:47 +02:00
|
|
|
|
2007-10-20 12:41:09 +02:00
|
|
|
20041015:
|
2004-10-16 16:45:40 +02:00
|
|
|
AFFECTS: users of www/apache2 with devel/apr
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
WITH_APR_FROM_PORTS knob is no longer supported, since apr > 1.0
|
|
|
|
doesn't conflict with apache2's one. If you use apr 0.9.x you
|
|
|
|
won't be able to upgrade apache2 anymore.
|
|
|
|
|
2004-10-14 11:30:47 +02:00
|
|
|
20041014:
|
|
|
|
AFFECTS: users of security/clamav
|
|
|
|
AUTHOR: eik@FreeBSD.org
|
|
|
|
|
2005-07-15 10:40:35 +02:00
|
|
|
The configuration file for the clamd daemon has changed from
|
2004-10-14 11:30:47 +02:00
|
|
|
/usr/local/etc/clamav.conf to /usr/local/etc/clamd.conf.
|
|
|
|
|
2004-10-14 17:00:09 +02:00
|
|
|
20041013:
|
|
|
|
AFFECTS: users of mail/getmail
|
|
|
|
AUTHOR: question+fbsdports@closedsrc.org
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
If you are using a version of mail/getmail earlier than 4.x and
|
|
|
|
are planning to upgrade to 4.2.2, please note that the configuration file
|
|
|
|
syntax has changed and the existing configuration file(s) will not work.
|
2004-10-14 17:00:09 +02:00
|
|
|
Please refer to the online documentation available at:
|
|
|
|
|
|
|
|
(http://www.qcc.ca/~charlesc/software/getmail-4/documentation.html)
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
If you already upgraded to the latest version of getmail, you can refer
|
2004-10-14 17:00:09 +02:00
|
|
|
to the installed documentation under:
|
|
|
|
|
|
|
|
${PREFIX}/share/docs/getmail
|
|
|
|
|
|
|
|
The 4.x branch of getmail also requires Python 2.3.3 or newer.
|
|
|
|
|
2004-10-22 15:14:03 +02:00
|
|
|
Some mail delivery agents require that the unixfrom parameter to be set to
|
2004-10-20 10:09:28 +02:00
|
|
|
either "true" or "false" in the configuration file.
|
|
|
|
|
|
|
|
A "quick and dirty" guide on setting up, configuring and using getmail is
|
|
|
|
available at:
|
|
|
|
|
2005-06-30 19:05:57 +02:00
|
|
|
(http://www.qnd-guides.org/qnd-getmail.html)
|
2004-10-20 10:09:28 +02:00
|
|
|
|
2004-10-12 19:10:35 +02:00
|
|
|
20041012:
|
|
|
|
AFFECTS: users of devel/perforce
|
|
|
|
AUTHOR: marshall@chezmarshall.com
|
|
|
|
|
|
|
|
Upgrading from 2003.2 to 2004.2 is straightforward, it is highly
|
|
|
|
recommended to checkpoint and backup your server as follows:
|
|
|
|
p4 verify //...
|
|
|
|
p4 verify -u //... # possibly redundant
|
|
|
|
p4 admin checkpoint
|
|
|
|
p4 admin stop
|
|
|
|
<backup repository>
|
|
|
|
|
|
|
|
If you are upgrading from a version earlier than 2003.2, you should
|
|
|
|
consult the Perforce documentation
|
|
|
|
(http://www.perforce.com/perforce/technical.html)
|
|
|
|
before proceeding.
|
|
|
|
|
|
|
|
Also, it looks as though Perforce has stopped updating the man pages,
|
|
|
|
so they are no longer included in the port.
|
|
|
|
|
2004-10-12 09:03:31 +02:00
|
|
|
20041012:
|
|
|
|
AFFECTS: users of www/firefox
|
|
|
|
AUTHOR: freebsd-gnome@FreeBSD.org
|
|
|
|
|
|
|
|
After upgrading to firefox-1.0.1.p, certain things such as extension/theme
|
2006-09-19 17:13:45 +02:00
|
|
|
[de]installation, and "Find On Page" may no longer work. You may also
|
|
|
|
notice an infinite loop when starting Firefox. If this happens, backup
|
2004-10-12 09:03:31 +02:00
|
|
|
~/.mozilla/firefox/*/bookmarks.html, and remove ~/.mozilla/firefox.
|
2006-09-19 17:13:45 +02:00
|
|
|
Afterward, Firefox should start up. You can then restore the bookmarks.html
|
2004-10-12 09:03:31 +02:00
|
|
|
file to the new ~/.mozilla/firefox/*.default directory.
|
|
|
|
|
2004-10-12 04:14:47 +02:00
|
|
|
20041012:
|
|
|
|
AFFECTS: users of net/netatalk
|
|
|
|
AUTHOR: marcus@FreeBSD.org
|
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Netatalk has been upgraded to 2.0.0. There are some important
|
|
|
|
instructions for upgrading from 1.6.x. Please see
|
2004-10-12 04:14:47 +02:00
|
|
|
http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html on how
|
|
|
|
to make the transition.
|
|
|
|
|
2004-10-11 19:15:45 +02:00
|
|
|
20041011:
|
|
|
|
AFFECTS: users of www/linuxpluginwrapper who are running FreeBSD
|
|
|
|
5.3-BETA7 or later (including -current)
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: nork@FreeBSD.org
|
2004-10-11 19:15:45 +02:00
|
|
|
|
|
|
|
According to UPDATING(20041001), /etc/libmap.conf should be fixed
|
|
|
|
libm.so.2 to libm.so.3.
|
|
|
|
|
2004-10-01 20:24:00 +02:00
|
|
|
20041001:
|
|
|
|
AFFECTS: users of ports that require several base system libraries who
|
|
|
|
are running FreeBSD 5.3-BETA7 or later (including -current)
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kensmith@FreeBSD.org
|
2004-10-01 20:24:00 +02:00
|
|
|
|
|
|
|
As part of the FreeBSD-5.3 release the following system libraries
|
|
|
|
had their version number incremented:
|
|
|
|
|
|
|
|
/lib/libm.so.2 -> libm.so.3
|
|
|
|
/lib/libreadline.so.4 -> libreadline.so.5
|
|
|
|
/usr/lib/libhistory.so.4 -> libhistory.so.5
|
|
|
|
/usr/lib/libopie.so.2 -> libopie.so.3
|
|
|
|
/usr/lib/libpcap.so.2 -> libpcap.so.3
|
|
|
|
|
|
|
|
This should have no effect unless you are using FreeBSD 5.3-BETA7 or
|
|
|
|
higher, or if you are a -current user who upgraded after this date.
|
|
|
|
Assuming you did a from-source upgrade new versions of these libraries
|
|
|
|
will be created but the old versions will be left behind (for example
|
|
|
|
/lib/libm.so.2 will be the old one, /lib/libm.so.3 will be the new one).
|
|
|
|
Any ports or pre-built packages you have currently installed will
|
|
|
|
continue to use the old library, any ports you install after the upgrade
|
2006-09-19 17:13:45 +02:00
|
|
|
will begin to use the new library. You will need to have all your
|
|
|
|
ports recompiled before the old library goes away. To help with the
|
2004-10-01 20:24:00 +02:00
|
|
|
migration you could also use /etc/libmap.conf to map libm.so.2 to
|
|
|
|
libm.so.3.
|
|
|
|
|
2004-09-03 19:00:29 +02:00
|
|
|
20040903:
|
|
|
|
AFFECTS: users of net/kdenetwork3
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-09-03 19:00:29 +02:00
|
|
|
|
|
|
|
The lanbrowsing facility of KDE has been removed from the main
|
|
|
|
kdenetwork3 port and is now available via the net/lanbrowsing
|
|
|
|
port.
|
|
|
|
|
2004-09-02 08:44:14 +02:00
|
|
|
20040901:
|
|
|
|
AFFECTS: users of www/squid
|
|
|
|
AUTHOR: tmseck@netcologne.de
|
|
|
|
|
|
|
|
www/squid now installs an rcNG script by default. This means you
|
|
|
|
need to explicitly enable squid by setting squid_enable=yes in
|
|
|
|
/etc/rc.conf.
|
|
|
|
The squid.sh script uses the following variables:
|
|
|
|
squid_chdir
|
|
|
|
squid_flags
|
|
|
|
squid_user
|
|
|
|
|
|
|
|
Please see the squid.sh script for further details.
|
|
|
|
If you want to install an old style rc-script, build the port with
|
|
|
|
"WITHOUT_SQUID_RCNG=YES" or by rerunning "make config" and disabling this
|
|
|
|
option.
|
|
|
|
|
2004-08-30 21:55:42 +02:00
|
|
|
20040830:
|
|
|
|
AFFECTS: users of x11/kde3, x11/kdelibs3, x11/kdebase3
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-08-30 21:55:42 +02:00
|
|
|
|
|
|
|
In KDE 3.3, a number of files were moved between ports and some ports
|
|
|
|
were removed. This means that you will have to take some precautions
|
|
|
|
to update your KDE installation. A simple portupgrade -a will not work.
|
|
|
|
portupgrade -R kde can fail as well, depending on what parts of KDE you
|
|
|
|
have currently installed. We therefore recommend sticking to the following
|
|
|
|
procedure. The procedure requires you to have sysutils/portupgrade installed
|
|
|
|
and you to be the superuser (or using sudo). We recommend not being logged in
|
|
|
|
to a KDE session on the machine you're performing the upgrade on. If you
|
|
|
|
choose to perform the update while being logged in to KDE, expect erratic
|
2005-07-15 10:40:35 +02:00
|
|
|
behavior and crashes from applications launched during the update.
|
2004-08-30 21:55:42 +02:00
|
|
|
|
|
|
|
1.) First, make sure your ports index is up to date.
|
|
|
|
|
|
|
|
cd /usr/ports && make index
|
|
|
|
|
|
|
|
or, if you're using the sysutils/portindex port
|
|
|
|
|
|
|
|
portindex
|
2004-11-21 04:57:35 +01:00
|
|
|
|
2004-08-30 21:55:42 +02:00
|
|
|
2.) Delete installed packages which conflict with the updated KDE
|
|
|
|
ports.
|
|
|
|
|
|
|
|
pkg_deinstall -f kdeaddons-kontact-plugins-\* \
|
|
|
|
kdeaddons-kaddressbook-plugins-\* kdepim-\* kdeutils-\* \
|
|
|
|
kdeaddons-\[0-9\]\* kde-\[0-9\]\*
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
kdegraphics now conflicts with the kolourpaint package and kdeedu now
|
2004-08-30 21:55:42 +02:00
|
|
|
conflicts with the kwordquiz package. If you have kwordquiz and/or
|
|
|
|
kolourpaint installed on your system and you want to use the kdegraphics/
|
|
|
|
kdeedu ports, you should first deinstall the conflicting packages:
|
|
|
|
|
|
|
|
pkg_deinstall -f kolourpaint\* kwordquiz\*
|
|
|
|
|
|
|
|
|
|
|
|
3.) Now update the remaining KDE ports.
|
|
|
|
|
|
|
|
portupgrade arts\* kde\* quanta\*
|
|
|
|
|
|
|
|
or, if you want to update KDE along with other updated ports:
|
|
|
|
|
|
|
|
portupgrade -a
|
|
|
|
|
|
|
|
Note that the quanta port has been renamed to kdewebdev. The commands
|
|
|
|
above will automatically replace quanta with kdewebdev, if you have
|
|
|
|
quanta installed.
|
|
|
|
|
2004-09-01 06:01:48 +02:00
|
|
|
4.) Reinstall any KDE ports you deleted in step 2. Note that the kdeaddons-
|
2004-11-21 04:57:35 +01:00
|
|
|
kontact-plugins (net/kontact-plugins), kdepim-kpilot (palm/kpilot) and
|
2004-08-30 21:55:42 +02:00
|
|
|
quanta (www/quanta) ports/packages do not exist anymore and cannot be
|
|
|
|
reinstalled.
|
|
|
|
|
|
|
|
Known post-updating issues:
|
|
|
|
|
|
|
|
- If you're missing acoustic notifications (system sounds) after the update:
|
2004-11-21 04:57:35 +01:00
|
|
|
|
2004-08-30 21:55:42 +02:00
|
|
|
rm ~/.kde/share/config/knotifyrc
|
2004-11-21 04:57:35 +01:00
|
|
|
|
2004-08-30 21:55:42 +02:00
|
|
|
Then log out of KDE and back in again.
|
|
|
|
|
|
|
|
- KMail has been heavily modified since KDE 3.2.x. Testing shows that KMail
|
2005-07-15 10:40:35 +02:00
|
|
|
can display erratic behavior and crashes after the update. If you see any
|
|
|
|
such behavior, it is recommended to simply close KMail and start it again
|
2004-08-30 21:55:42 +02:00
|
|
|
until it resumes normal operation.
|
|
|
|
|
|
|
|
The integration of GnuPG and KMail for signing, encrypting and verifying
|
2004-11-21 04:57:35 +01:00
|
|
|
PGP/MIME mail has also changed. A quick howto is available at
|
2004-08-30 21:55:42 +02:00
|
|
|
http://freebsd.kde.org/howtos/gnupg-kmail.php.
|
|
|
|
|
|
|
|
- kdm users might get warnings from kdm about obsolete lines in kdmrc.
|
|
|
|
You can migrate your configuration while preserving your customizations
|
|
|
|
by running
|
|
|
|
|
|
|
|
genkdmconf
|
|
|
|
|
|
|
|
Make sure to backup your old kdmrc (usually found in
|
|
|
|
/usr/local/share/config/kdm) beforehand in case the merge produces an
|
|
|
|
invalid configuration.
|
|
|
|
|
|
|
|
- Extensive information about changes from KDE 3.2.x can be found at
|
|
|
|
http://www.kde.org/announcements/changelogs/changelog3_2_3to3_3.php
|
|
|
|
|
2004-08-29 16:06:34 +02:00
|
|
|
20040829:
|
|
|
|
AFFECTS: users of mail/mutt-devel
|
|
|
|
AUTHOR: udo.schweigert@siemens.com
|
|
|
|
|
|
|
|
The defaults of the port have been changed from WITH_MUTT_NCURSES to
|
|
|
|
WITH_MUTT_SLANG to be in sync with the mail/mutt port. If you really have
|
|
|
|
problems with slang (which should be a very rare case) be sure to have set
|
|
|
|
COLORTERM=yes and COLORFGBG="color1;color2" in your environment, or recompile
|
|
|
|
the port with the WITH_MUTT_NCURSES knob set (e.g. by adding
|
|
|
|
WITH_MUTT_NCURSES=yes to your /etc/make.conf).
|
|
|
|
|
2004-08-28 07:17:24 +02:00
|
|
|
20040828:
|
|
|
|
AFFECTS: users of security/samba-vscan
|
|
|
|
AUTHOR: jmelo@freebsdbrasil.com.br
|
|
|
|
|
|
|
|
The default location of the configuration files has been changed
|
|
|
|
from /etc/ to /usr/local/etc and from /etc/samba/ to
|
|
|
|
/usr/local/etc/samba-vscan/; the default location of the data files
|
|
|
|
has been changed from /var/run/clamd to /var/run/clamav/clamd and
|
|
|
|
from /var/opt/f-secure/fsav/databases to /var/db/fsav/databases.
|
|
|
|
|
2004-08-21 15:04:30 +02:00
|
|
|
20040820:
|
|
|
|
AFFECTS: users of japanese/ptex-tetex, japanese/xdvik, and japanese/dvipsk
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
japanese/ptex-tetex, japanese/xdvik, and japanese/dvipsk now
|
|
|
|
look for the texmf.cnf file in $TEXMF/web2c-ptex/texmf.cnf first,
|
|
|
|
while some utilities included in the original teTeX distribution
|
|
|
|
such as kpsepath(1) look for the file in $TEXMF/web2c/texmf.cnf
|
2006-09-19 17:13:45 +02:00
|
|
|
first. This is for separating the pTeX's texmf.cnf and
|
2004-08-21 15:04:30 +02:00
|
|
|
the original TeX's texmf.cnf, and you do not have to copy or
|
|
|
|
link the file $TEXMF/web2c-ptex/texmf.cnf to $TEXMF/web2c/.
|
|
|
|
To lookup pTeX path by using kpsepath(1) and so on, please
|
|
|
|
set TEXMFCNF environment variable as described in
|
2006-09-19 17:13:45 +02:00
|
|
|
$TEXMF/web2c-ptex/texmf.cnf. For more detail, see
|
2004-08-21 15:04:30 +02:00
|
|
|
$TEXMF/web2c-ptex/texmf.cnf and $TEXMF/web2c/texmf.cnf.
|
|
|
|
|
|
|
|
20040820:
|
|
|
|
AFFECTS: users of japanese/platex209-*
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
japanese/platex209-* are renamed to japanese/platex209 and
|
2006-09-19 17:13:45 +02:00
|
|
|
now depend on japanese/ptex-tetex. While EUC-JP and JIS
|
2004-08-21 15:04:30 +02:00
|
|
|
encoding can be used by default, but Shift JIS is no longer
|
|
|
|
supported because it makes very difficult to maintain other
|
2006-09-19 17:13:45 +02:00
|
|
|
pTeX related ports. However, "ptex --kanji=sjis" still works,
|
2004-08-21 15:04:30 +02:00
|
|
|
so it can be used if all of macro files under share/texmf are
|
|
|
|
converted to Shift JIS encoding manually.
|
|
|
|
|
|
|
|
20040820:
|
|
|
|
AFFECTS: users of japanese/dvipsk-vflib
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
japanese/dvipsk-vflib has been removed because it is not maintained
|
2006-09-19 17:13:45 +02:00
|
|
|
for a long time. While japanese/dvipsk itself has no support to
|
2004-08-21 15:04:30 +02:00
|
|
|
rendering vector fonts, this and Ghostscript give almost the same
|
|
|
|
functionality.
|
|
|
|
|
|
|
|
20040820:
|
|
|
|
AFFECTS: users of japanese/xdvik-vflib
|
|
|
|
AUTHOR: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
japanese/xdvik-vflib has been renamed to japanese/xdvik because
|
2006-09-19 17:13:45 +02:00
|
|
|
it has nothing to do with VFLib now. It depends on and uses
|
2004-08-21 15:04:30 +02:00
|
|
|
FreeType2 to render vector fonts.
|
|
|
|
|
2004-08-17 14:41:26 +02:00
|
|
|
20040817:
|
|
|
|
AFFECTS: users of www/apache2
|
|
|
|
AUTHOR: clement@FreeBSD.org
|
|
|
|
|
|
|
|
Summary of recent changes:
|
|
|
|
- Access to filesystem is denied by default.
|
|
|
|
- mod_proxy* are no longer built by default
|
|
|
|
- Now ${PREFIX}/etc/apache2/Includes/*.conf can be used to store
|
|
|
|
local configuration or sample configurations.
|
|
|
|
- Makefile.modules.3rd contains modules selection for apache 2.x and 1.3.x
|
|
|
|
|
2004-08-15 20:19:42 +02:00
|
|
|
20040815:
|
|
|
|
AFFECTS: users of net/openldap22{,-sasl}-server
|
|
|
|
AUTHOR: eik@FreeBSD.org
|
|
|
|
|
|
|
|
The start/stop script has moved to ${PREFIX}/etc/rc.d. Users on 5.x
|
|
|
|
who want to start the daemon early can set WITH_RCORDER=yes.
|
|
|
|
|
|
|
|
Setting WITH_ODBC_TYPE is not sufficient to enable SQL backend
|
|
|
|
support, WITH_ODBC=yes is required.
|
|
|
|
|
2004-08-13 19:23:20 +02:00
|
|
|
20040813:
|
2004-08-13 21:02:23 +02:00
|
|
|
AFFECTS: users of x11/kdebase3 (kdm)
|
2007-02-08 19:05:00 +01:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-08-13 19:23:20 +02:00
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
If you are unable to login to X via kdm after portupgrading to the latest
|
2004-08-13 19:23:20 +02:00
|
|
|
kdebase port and you're getting these or similar messages on the console
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
/kernel: Aug 13 17:12:10 kiste kdm: :0[447]: Can't execute
|
2004-08-13 19:23:20 +02:00
|
|
|
"/usr/local/share/config/kdm/Xstartup": No such file or directory
|
2004-11-21 04:57:35 +01:00
|
|
|
/kernel: Aug 13 17:12:10 kiste kdm: :0[432]: Cannot execute startup script
|
2004-08-13 19:23:20 +02:00
|
|
|
"/usr/local/share/config/kdm/Xstartup"
|
2004-11-21 04:57:35 +01:00
|
|
|
/kernel: Aug 13 17:12:10 kiste kdm: :0[448]: Can't execute
|
2004-08-13 19:23:20 +02:00
|
|
|
"/usr/local/share/config/kdm/Xreset": No such file or directory
|
2004-11-21 04:57:35 +01:00
|
|
|
/kernel: Aug 13 17:12:12 kiste kdm: :0[458]: Can't execute
|
2004-08-13 19:23:20 +02:00
|
|
|
"/usr/local/share/config/kdm/Xsetup": No such file or directory
|
|
|
|
|
|
|
|
please do the following:
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
1.) Copy /usr/local/share/config/kdm/kdmrc away to a safe place, for example
|
2008-07-27 22:10:00 +02:00
|
|
|
your home directory (cp /usr/local/share/config/kdm/kdmrc ~/)
|
2004-08-13 19:23:20 +02:00
|
|
|
|
|
|
|
2.) Run, as root: genkdmconf --no-old
|
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
3.) Put your copy of kdmrc back to /usr/local/share/config/kdm/kdmrc (cp
|
2008-07-27 22:10:00 +02:00
|
|
|
~/kdmrc /usr/local/share/config/kdm/)
|
2004-08-13 19:23:20 +02:00
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
Optional step 4.) Run, as root: genkdmconf (without any options) to update
|
2008-07-27 22:10:00 +02:00
|
|
|
your kdmrc to the latest configuration file format
|
2004-08-13 19:23:20 +02:00
|
|
|
|
2004-11-21 04:57:35 +01:00
|
|
|
Note for advanced users: Substitute /usr/local with your custom PREFIX if
|
2004-08-13 19:23:20 +02:00
|
|
|
you're using one.
|
|
|
|
|
2004-07-30 12:55:01 +02:00
|
|
|
20040730:
|
|
|
|
AFFECTS: users of lang/perl5.8
|
|
|
|
AUTHOR: tobez@FreeBSD.org, mat@FreeBSD.org, marcus@FreeBSD.org
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
lang/perl5.8 has been updated to 5.8.5. You should update everything
|
2004-07-30 12:55:01 +02:00
|
|
|
depending on perl, that is:
|
2008-07-27 22:10:00 +02:00
|
|
|
|
2004-07-30 12:55:01 +02:00
|
|
|
* first, upgrade your perl5.8 installation.
|
|
|
|
* run "use.perl port", so that the system knows you have 5.8.5.
|
|
|
|
* now, run some magic incantations to upgrade all ports depending on perl,
|
2008-07-27 22:10:00 +02:00
|
|
|
that is run something like:
|
|
|
|
portupgrade -f `(pkg_info -R perl-5.8.5 | tail +4; \
|
2008-07-23 11:53:39 +02:00
|
|
|
find /usr/local/lib/perl5/site_perl/5.8.[124] -type f -print0 \
|
2008-07-27 22:10:00 +02:00
|
|
|
| xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //') | sort -u`
|
2004-07-30 12:55:01 +02:00
|
|
|
This is likely to fail for a few ports, you'll have to upgrade them
|
|
|
|
afterwards.
|
|
|
|
Please note, that this last step is, strictly speaking, not necessary,
|
2006-09-19 17:13:45 +02:00
|
|
|
if you are upgrading from 5.8.4. But it is cleaner to do so anyway.
|
2004-07-30 12:55:01 +02:00
|
|
|
|
2004-07-26 20:46:12 +02:00
|
|
|
20040726:
|
|
|
|
AFFECTS: users of devel/apache-ant
|
|
|
|
AUTHOR: glewis@FreeBSD.org
|
|
|
|
|
|
|
|
The update to Ant 1.6.2 introduces the following changes which may break
|
|
|
|
older environments, according to the 1.6.2 release notes:
|
|
|
|
|
|
|
|
. The import task used the canonical version of a file path. This
|
|
|
|
has been changed to use the absolute path. Bugzilla 28505.
|
|
|
|
. ant-xalan2.jar has been removed since the only class contained
|
|
|
|
in it didn't depend on Xalan-J 2 at all. Its sole dependency has
|
|
|
|
always been TraX and so it has been merged into ant-trax.jar.
|
|
|
|
. All exceptions thrown by tasks are now wrapped in a buildexception
|
|
|
|
giving the location in the buildfile of the task.
|
|
|
|
. Nested elements for namespaced tasks and types may belong to
|
|
|
|
the Ant default namespace as well as the task's or type's namespace.
|
|
|
|
. <junitreport> will very likely no longer work with Xalan-J 1.
|
|
|
|
|
2004-07-24 20:21:34 +02:00
|
|
|
20040724:
|
|
|
|
AFFECTS: users for xorg and GNOME
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
After migrating from XFree86 to X.Org, you must rebuild
|
|
|
|
x11-toolkits/libwnck and x11/libxklavier for full GNOME functionality
|
|
|
|
to be restored.
|
|
|
|
|
|
|
|
If you receive an XKB initialization error when starting GNOME, edit
|
|
|
|
your XF86Config or xorg.conf, and remove the line:
|
|
|
|
|
|
|
|
Option "XkbRules" "xfree86"
|
|
|
|
|
2004-07-24 01:41:13 +02:00
|
|
|
20040723:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of FreeBSD-current, users of X.Org
|
2004-07-24 00:09:30 +02:00
|
|
|
AUTHOR: anholt@FreeBSD.org
|
|
|
|
|
|
|
|
The XFREE86_VERSION variable is deprecated and has been replaced by the
|
|
|
|
X_WINDOW_SYSTEM variable. X_WINDOW_SYSTEM may be set to xorg, xfree86-4, or
|
2006-09-19 17:13:45 +02:00
|
|
|
xfree86-3. X_WINDOW_SYSTEM defaults to xorg on FreeBSD-current. If you are
|
2004-07-24 00:09:30 +02:00
|
|
|
switching to xorg, you should follow this set of commands to cleanly upgrade:
|
|
|
|
|
|
|
|
pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-*
|
|
|
|
cd /usr/ports/x11/xorg && make install
|
|
|
|
pkgdb -F
|
|
|
|
|
|
|
|
Users of -stable or older -current can switch to X.Org by setting
|
|
|
|
X_WINDOW_SYSTEM=xorg in make.conf and following the same process.
|
|
|
|
|
2004-08-29 19:56:30 +02:00
|
|
|
Alternately, FreeBSD 5.x and later users can use portupgrade with packages:
|
2004-08-29 12:11:49 +02:00
|
|
|
cd /var/db/pkg
|
2006-09-19 17:13:45 +02:00
|
|
|
portupgrade -o devel/imake-6 imake-4*
|
|
|
|
portupgrade -o x11/xorg-libraries XFree86-libraries
|
|
|
|
portupgrade -o x11/xorg-clients XFree86-clients
|
|
|
|
portupgrade -o x11/xorg-manpages XFree86-manuals
|
|
|
|
portupgrade -o x11/xorg-documents XFree86-documents
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-truetype XFree86-fontScalable
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-100dpi XFree86-font100dpi
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-75dpi XFree86-font75dpi
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-miscbitmaps XFree86-fontDefaultBitmaps
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-cyrillic XFree86-fontCyrillic
|
|
|
|
portupgrade -o x11-fonts/xorg-fonts-encodings XFree86-fontEncodings
|
|
|
|
portupgrade -o x11-servers/xorg-server XFree86-Server
|
2004-11-21 04:57:35 +01:00
|
|
|
portupgrade -o x11/xorg -f XFree86
|
2004-08-29 12:11:49 +02:00
|
|
|
|
2004-07-19 11:34:42 +02:00
|
|
|
20040719:
|
|
|
|
AFFECTS: users of PHP
|
|
|
|
AUTHOR: ale@FreeBSD.org
|
|
|
|
|
2005-07-15 10:40:35 +02:00
|
|
|
The old lang/php4 and lang/php5 ports have been split into 'base' PHP,
|
2004-07-19 11:34:42 +02:00
|
|
|
PEAR, and shared extensions to allow more flexibility and add new features.
|
|
|
|
Upgrading your current PHP installation will result in a 'base' PHP
|
|
|
|
installation (no PEAR and no extensions).
|
|
|
|
PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while
|
2005-07-15 10:40:35 +02:00
|
|
|
the set of PHP extensions to install can be chosen via the meta-ports
|
2004-07-19 11:34:42 +02:00
|
|
|
lang/php4-extensions and lang/php5-extensions, or installing singular
|
|
|
|
extensions individually.
|
2004-07-28 01:59:37 +02:00
|
|
|
If you have a previous php.ini configuration file, be sure to comment out
|
|
|
|
the extension_dir parameter, since the correct path is statically compiled
|
|
|
|
into the PHP binary.
|
2004-07-29 04:28:59 +02:00
|
|
|
For an overview of the modules used with the old PHP binary, use
|
|
|
|
the command "php -m".
|
2004-07-19 11:34:42 +02:00
|
|
|
|
2004-07-17 16:23:34 +02:00
|
|
|
20040717:
|
2004-08-02 16:12:37 +02:00
|
|
|
AFFECTS: users of net/openldap21{,-sasl}-client
|
|
|
|
AUTHOR: eik@FreeBSD.org
|
2004-07-17 16:23:34 +02:00
|
|
|
|
|
|
|
OpenLDAP version 2.2 is now the default. To upgrade all ports do
|
2004-07-17 16:58:19 +02:00
|
|
|
portupgrade -rfo net/openldap22-client openldap-client
|
2004-07-17 16:23:34 +02:00
|
|
|
(or a similar command for the SASL variant). If you do not want to
|
|
|
|
upgrade, add the line `WANT_OPENLDAP_VER?=21' to /etc/make.conf
|
|
|
|
|
2004-08-02 16:12:37 +02:00
|
|
|
Note that when you want to upgrade openldap21{,sasl}-server, you have
|
|
|
|
to use slapcat/slapadd to migrate the database, since the internal
|
|
|
|
format is not binary compatible. Simply upgrading the server without
|
|
|
|
doing a slapcat first can corrupt your database.
|
|
|
|
|
2004-07-17 16:21:13 +02:00
|
|
|
20040717:
|
|
|
|
AFFECTS: users of mail/exim on FreeBSD 5.x
|
2004-08-02 16:12:37 +02:00
|
|
|
AUTHOR: eik@FreeBSD.org
|
2004-07-17 16:21:13 +02:00
|
|
|
|
|
|
|
The default location of the startup script has been changed to
|
2005-07-15 10:40:35 +02:00
|
|
|
${PREFIX}/etc/rc.d. When you depend on the previous behavior,
|
2004-07-17 16:21:13 +02:00
|
|
|
build the port with WITH_RCORDER=yes.
|
|
|
|
|
|
|
|
Setting WITH_OPENLDAP_VER and WITH_MYSQL_VER do not automatically
|
2005-07-15 10:40:35 +02:00
|
|
|
imply the corresponding WITH_ variable. The use of these options
|
2004-07-17 16:21:13 +02:00
|
|
|
is discouraged, use the global settings (WANT_OPENLDAP_VER and
|
|
|
|
DEFAULT_MYSQL_VER) to set system wide defaults.
|
|
|
|
|
2004-07-17 13:22:22 +02:00
|
|
|
20040709:
|
2005-01-08 15:22:50 +01:00
|
|
|
AFFECTS: users of mail/milter-sender
|
2004-07-17 13:22:22 +02:00
|
|
|
AUTHOR: vs@FreeBSD.org
|
|
|
|
|
|
|
|
Milter-sender version 0.58 released.
|
2005-07-15 10:40:35 +02:00
|
|
|
When updating to version 0.58, beware if you have a personalized
|
2006-09-19 17:13:45 +02:00
|
|
|
configuration file (milter-sender.cf). The meaning of the
|
2004-07-17 13:22:22 +02:00
|
|
|
MxAcceptsAllAction variable has changed and its default has changed
|
2006-09-19 17:13:45 +02:00
|
|
|
from 4 to 6. If this variable is not updated, greylisting might be
|
2004-07-17 13:22:22 +02:00
|
|
|
more aggressive than expected.
|
|
|
|
|
2004-07-08 09:29:36 +02:00
|
|
|
20040708:
|
|
|
|
AFFECTS: users of www/opera
|
|
|
|
AUTHOR: osa@FreeBSD.org
|
|
|
|
|
|
|
|
Opera 7.52 released.
|
|
|
|
The file search.ini has been changed to ensure correct default
|
2006-09-19 17:13:45 +02:00
|
|
|
addresses for dictionary and encyclopedia searches. Existing
|
|
|
|
versions will be overwritten on upgrade. Users who have a
|
2004-07-08 09:29:36 +02:00
|
|
|
customized search.ini file that they would like to keep, should
|
2006-09-19 17:13:45 +02:00
|
|
|
edit its version number to 4 before upgrading. Note that you
|
2004-07-08 09:29:36 +02:00
|
|
|
have to edit the search.ini file located in the /.opera folder.
|
|
|
|
|
|
|
|
[Version]
|
|
|
|
File Version=4
|
|
|
|
|
|
|
|
Other changes you are may find in changelog, its
|
2004-07-09 09:32:57 +02:00
|
|
|
available at http://www.opera.com/freebsd/changelogs/752/
|
2004-07-08 09:29:36 +02:00
|
|
|
|
2004-07-06 08:08:07 +02:00
|
|
|
20040706:
|
|
|
|
AFFECTS: users of Python bindings for textproc/lib{xml2,xslt} libraries
|
|
|
|
AUTHOR: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
Python bindings for libxml2 and libxslt libraries were moved out into
|
|
|
|
separate slave ports. Please install textproc/py-libxml2 and
|
|
|
|
textproc/py-libxslt to get bindings back to your system.
|
|
|
|
|
2004-07-04 00:49:34 +02:00
|
|
|
20040703:
|
|
|
|
AFFECTS: users of net/netatalk-devel
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: marcus@FreeBSD.org
|
2004-07-04 00:49:34 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
Netatalk-devel has been converted to use RCng. That means all of the
|
2004-07-04 00:49:34 +02:00
|
|
|
netatalk daemons must be enabled in /etc/rc.conf before they will start
|
2006-09-19 17:13:45 +02:00
|
|
|
(previously, all netatalk daemons would start by default). The following
|
2004-07-04 00:49:34 +02:00
|
|
|
variables are used by the new netatalk.sh script:
|
|
|
|
|
|
|
|
atalkd_enable
|
|
|
|
cnid_metad_enable
|
|
|
|
papd_enable
|
|
|
|
afpd_enable
|
|
|
|
timelord_enable
|
|
|
|
|
|
|
|
See the netatalk.sh script for more details.
|
|
|
|
|
2004-07-01 13:15:16 +02:00
|
|
|
20040701:
|
|
|
|
AFFECTS: users of security/portaudit
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: eik@FreeBSD.org
|
2004-07-01 13:15:16 +02:00
|
|
|
|
|
|
|
The preference file format, as well as the periodic(8)
|
|
|
|
names have changed. If you use the default settings,
|
|
|
|
no modifications are necessary.
|
|
|
|
|
|
|
|
new settings in /usr/local/etc/portaudit.conf:
|
|
|
|
portaudit_fetch_env="HTTP_PROXY="
|
|
|
|
portaudit_fetch_cmd="fetch -1amp"
|
|
|
|
portaudit_sites="http://www.FreeBSD.org/ports/"
|
|
|
|
|
|
|
|
new settings in periodic.conf(5):
|
|
|
|
daily_status_security_portaudit_enable="YES"
|
|
|
|
daily_status_security_portaudit_expiry="2"
|
|
|
|
daily_status_security_portaudit_user="nobody"
|
|
|
|
|
2004-06-29 22:59:57 +02:00
|
|
|
20040629:
|
2005-01-08 15:22:50 +01:00
|
|
|
AFFECTS: users of audio/daapd
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: lth@FreeBSD.org
|
2004-06-29 22:59:57 +02:00
|
|
|
|
|
|
|
Daapd must now be enabled in rc.conf. Add this to your /etc/rc.conf:
|
|
|
|
daapd_enable="YES"
|
|
|
|
|
2004-06-26 10:29:19 +02:00
|
|
|
20040626:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: users of lang/php4 and lang/php5 with the PDFlib extension
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: ale@FreeBSD.org
|
2004-06-26 10:29:19 +02:00
|
|
|
|
|
|
|
The PDFlib extension has been removed from the archive and moved to PECL.
|
|
|
|
Consequently to enable it you have to install print/pecl-pdflib.
|
|
|
|
Alternatively you may want to try the experimental print/pecl-panda.
|
|
|
|
|
2004-06-25 13:25:45 +02:00
|
|
|
20040625:
|
|
|
|
AFFECTS: users of ftp/pure-ftpd
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: pav@FreeBSD.org
|
2004-06-25 13:25:45 +02:00
|
|
|
|
|
|
|
Pure-ftpd must be enabled in rc.conf now. Add this to your /etc/rc.conf:
|
|
|
|
pureftpd_enable="YES"
|
|
|
|
|
2004-06-23 00:22:18 +02:00
|
|
|
20040622:
|
|
|
|
AFFECTS: users of net/openslp
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: kuriyama@FreeBSD.org
|
2004-06-23 00:22:18 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The openslp port must now be enabled/disabled and configured in rc.conf.
|
|
|
|
See the script for details.
|
2004-06-23 00:22:18 +02:00
|
|
|
|
2004-06-19 22:59:49 +02:00
|
|
|
20040619:
|
|
|
|
AFFECTS: users of sysutils/webmin and sysutils/usermin
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: olgeni@FreeBSD.org
|
2004-06-19 22:59:49 +02:00
|
|
|
|
|
|
|
The webmin and usermin ports must now be enabled in rc.conf.
|
|
|
|
See the pkg-message or script for details.
|
|
|
|
|
2004-06-18 18:42:06 +02:00
|
|
|
20040618:
|
|
|
|
AFFECTS: users of japanese/ptex-tetex
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: hrs@FreeBSD.org
|
2004-06-18 18:42:06 +02:00
|
|
|
|
|
|
|
The texmf.cnf file for pTeX is now installed in texmf/web2c-ptex.
|
|
|
|
|
|
|
|
20040618:
|
|
|
|
AFFECTS: users of japanese/ptex-pkfonts*
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: hrs@FreeBSD.org
|
2004-06-18 18:42:06 +02:00
|
|
|
|
|
|
|
The japanese/ptex-pkfonts* has been removed because pkfonts are
|
|
|
|
already included in the teTeX distribution.
|
|
|
|
|
|
|
|
20040618:
|
|
|
|
AFFECTS: users of japanese/xdvik-vflib*
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: hrs@FreeBSD.org
|
2004-06-18 18:42:06 +02:00
|
|
|
|
|
|
|
The japanese/xdvik-vflib no longer supports VFlib2, and now depends on
|
2006-09-19 17:13:45 +02:00
|
|
|
print/freetype2. For the configuration details, see vfontmap file which
|
|
|
|
installed as texmf/xdvi/vfontmap. japanese/kochi-ttfonts is used for
|
2004-06-18 18:42:06 +02:00
|
|
|
min and goth by default.
|
|
|
|
|
|
|
|
xdvik-vflib-pk* variants has been removed because pkfonts are already included
|
|
|
|
in the teTeX distribution.
|
|
|
|
|
|
|
|
20040618:
|
|
|
|
AFFECTS: users of print/teTeX
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: hrs@FreeBSD.org
|
2004-06-18 18:42:06 +02:00
|
|
|
|
|
|
|
The print/teTeX has been split into print/teTeX-base and print/teTeX-texmf,
|
|
|
|
and print/teTeX is now a meta-port for the two and print/dvipsk-tetex and
|
2006-09-19 17:13:45 +02:00
|
|
|
print/xdvik. print/teTeX installs dvips and xdvi by default again (via
|
|
|
|
print/dvipsk-tetex and print/xdvik). For people who want to use teTeX,
|
2004-06-18 18:42:06 +02:00
|
|
|
simply install print/teTeX with options set by default.
|
|
|
|
|
|
|
|
print/teTeX-base has additional options for adding xdvi and dvips included
|
|
|
|
in the teTeX distribution itself, but use of them are not recommended if
|
2006-09-19 17:13:45 +02:00
|
|
|
you do not understand what you are trying to do. Especially, when the
|
2004-06-18 18:42:06 +02:00
|
|
|
options are set by yourself, do not install ports that match *xdvi* and
|
|
|
|
*dvips* because they break the installed print/teTeX-base's dviware
|
2006-09-19 17:13:45 +02:00
|
|
|
and such conflicts will not be detected. In most cases, a combination
|
2004-06-18 18:42:06 +02:00
|
|
|
of print/teTeX-base + print/dvipsk-tetex + print/xdvik (which are
|
|
|
|
installed by print/teTeX by default) will be sufficient.
|
|
|
|
|
2004-06-16 02:16:26 +02:00
|
|
|
20040615:
|
|
|
|
AFFECTS: users of www/firefox
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
2004-06-16 02:16:26 +02:00
|
|
|
|
|
|
|
The firefox-0.9 update has a special requirement before you can run it.
|
|
|
|
You must first run firefox as root before running it as another user.
|
|
|
|
The best way to do this is to su - to root or log
|
2006-09-19 17:13:45 +02:00
|
|
|
in as root (i.e. do not su -m to root). After becoming root, simply run
|
|
|
|
``firefox''. You can then quit the browser, then run it as any other
|
|
|
|
user. If you do not run firefox as root first, the browser window will
|
2004-06-16 02:16:26 +02:00
|
|
|
not appear.
|
|
|
|
|
2004-06-08 12:31:00 +02:00
|
|
|
20040608:
|
|
|
|
AFFECTS: users of net/haproxy
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: clement@FreeBSD.org
|
2004-06-08 12:31:00 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The haproxy port must now be enabled/disabled and configured in rc.conf.
|
|
|
|
See the pkg-message or script for details.
|
2004-06-08 12:31:00 +02:00
|
|
|
|
2004-06-05 13:18:44 +02:00
|
|
|
20040605:
|
|
|
|
AFFECTS: users of www/apache2
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: clement@FreeBSD.org
|
2004-06-05 13:18:44 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The apache2 port must now be enabled/disabled and configured in rc.conf.
|
|
|
|
See the pkg-message or script for details.
|
2004-06-05 13:18:44 +02:00
|
|
|
|
2004-06-02 19:17:45 +02:00
|
|
|
20040602:
|
|
|
|
AFFECTS: users of sysutils/mkisofs and sysutils/mkisofs-devel
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: netchild@FreeBSD.org, marius@FreeBSD.org
|
2004-06-02 19:17:45 +02:00
|
|
|
|
|
|
|
sysutils/mkisofs and sysutils/mkisofs-devel were merged into
|
|
|
|
sysutils/cdrtools and sysutils/cdrtools-devel respectively.
|
|
|
|
|
|
|
|
To update them generate ("make index") or fetch ("make fetchindex") a
|
|
|
|
new INDEX/INDEX-5. Run "pkgdb -F" and unregister the mkisofs/-devel
|
|
|
|
port. Then forcefully update the cdrtools port and all of its
|
|
|
|
dependencies (e.g. "portupgrade -rf cdrtools"). After the update
|
|
|
|
it may be necessary to rerun "pkgdb -F" and resolve a stale
|
|
|
|
dependency to cdrtools.
|
|
|
|
|
2004-05-31 14:38:52 +02:00
|
|
|
20040531:
|
|
|
|
AFFECTS: users of lang/perl5.8
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: mat@FreeBSD.org, marcus@FreeBSD.org
|
2004-05-31 14:38:52 +02:00
|
|
|
|
|
|
|
lang/perl5.8 has been updated to 5.8.4. you should update everything
|
2008-07-27 22:10:00 +02:00
|
|
|
depending on perl, that is:
|
|
|
|
|
2004-05-31 14:38:52 +02:00
|
|
|
* first, upgrade your perl5.8 installation.
|
|
|
|
* run "use.perl port", so that the system knows you have 5.8.4.
|
|
|
|
* now, run some magic incantations to upgrade all ports depending on perl,
|
2008-07-27 22:10:00 +02:00
|
|
|
that is run something like:
|
|
|
|
portupgrade -f `(pkg_info -R perl-5.8.4 | tail +4; \
|
2008-07-23 11:53:39 +02:00
|
|
|
find /usr/local/lib/perl5/site_perl/5.8.2 -type f -print0 \
|
2008-07-27 22:10:00 +02:00
|
|
|
| xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //') | sort -u`
|
2004-05-31 14:38:52 +02:00
|
|
|
This is likely to fail for a few ports, you'll have to upgrade them
|
2008-08-08 16:57:37 +02:00
|
|
|
afterwards.
|
2004-05-31 14:38:52 +02:00
|
|
|
|
2004-05-29 18:21:58 +02:00
|
|
|
20040529:
|
|
|
|
AFFECTS: users of mail/mailman and japanese/mailman
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: nork@FreeBSD.org
|
2004-05-29 18:21:58 +02:00
|
|
|
|
|
|
|
In Mailman 2.1.5, some significant changes have been made to the
|
2006-09-19 17:13:45 +02:00
|
|
|
file formats for qfiles and the pendings database. See
|
2008-08-08 16:57:37 +02:00
|
|
|
$PREFIX/share/doc/mailman/UPGRADING for details (if you defined
|
|
|
|
NOPORTDOCS, refer to relevant file in the archive).
|
2004-05-29 18:21:58 +02:00
|
|
|
|
2004-05-27 13:29:07 +02:00
|
|
|
20040527:
|
|
|
|
AFFECTS: users of net/openldap22-client
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: eik@FreeBSD.org
|
2004-05-27 13:29:07 +02:00
|
|
|
|
|
|
|
The OpenLDAP library soname has changed, requiring a recompilation
|
|
|
|
of all dependent ports:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf net/openldap22-client
|
2004-05-27 13:29:07 +02:00
|
|
|
|
2004-05-25 11:25:59 +02:00
|
|
|
20040525:
|
|
|
|
AFFECTS: users of databases/postgresql-client
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: mat@FreeBSD.org
|
2004-05-25 11:25:59 +02:00
|
|
|
|
|
|
|
This port was removed because of dependencies problem. If you still want to
|
2008-08-08 16:57:37 +02:00
|
|
|
have it, install databases/postgresql7 with -DWITHOUT_SERVER.
|
2004-05-25 11:25:59 +02:00
|
|
|
|
2004-05-21 09:04:56 +02:00
|
|
|
20040521:
|
|
|
|
AFFECTS: users of irc/ircd-hybrid-ru
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: krion@FreeBSD.org
|
2004-05-21 09:04:56 +02:00
|
|
|
|
|
|
|
UID/GID were changed from 6667 to 555, please manually delete
|
2008-08-08 16:57:37 +02:00
|
|
|
old entries from /etc/passwd, /etc/master.passwd, and /etc/group.
|
2004-05-21 09:04:56 +02:00
|
|
|
|
2004-05-14 16:05:43 +02:00
|
|
|
20040514:
|
|
|
|
AFFECTS: users of audio/faad
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: pav@FreeBSD.org
|
2004-05-14 16:05:43 +02:00
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
If the compilation of faad fails, please manually delete previously
|
|
|
|
installed version of faad and reinstall it from the port.
|
2004-05-14 16:05:43 +02:00
|
|
|
|
2004-05-12 18:42:50 +02:00
|
|
|
20040512:
|
|
|
|
AFFECTS: users of print/teTeX
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: hrs@FreeBSD.org
|
2004-05-12 18:42:50 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
The print/teTeX no longer installs dvipsk by default. To build and
|
2004-05-12 18:42:50 +02:00
|
|
|
install dvipsk, you have to specify WITH_DVIPSK, or the dvipsk utility
|
|
|
|
in the print/teTeX is also available print/dvipsk-tetex separately.
|
|
|
|
This change is to resolve conflicts between various versions of dvips.
|
|
|
|
|
2004-05-04 14:56:56 +02:00
|
|
|
20040504:
|
|
|
|
AFFECTS: users of mail/drac
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: nork@FreeBSD.org
|
2004-05-04 14:56:56 +02:00
|
|
|
|
|
|
|
The "drac_flags" rc.conf(5) variable has been renamed to "dracd_flags".
|
|
|
|
See the pkg-message or script for details.
|
|
|
|
|
2004-04-30 23:44:50 +02:00
|
|
|
20040501:
|
|
|
|
AFFECTS: users of www/apache13
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: nork@FreeBSD.org
|
2004-04-30 23:44:50 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The apache13 port must now be enabled/disabled and configured in rc.conf.
|
|
|
|
See the pkg-message or script for details.
|
2004-04-30 23:44:50 +02:00
|
|
|
|
2004-04-28 20:27:52 +02:00
|
|
|
20040429:
|
|
|
|
AFFECTS: users of sysutils/smartmontools
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: nork@FreeBSD.org
|
2004-04-28 20:27:52 +02:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The smartmontools port must now be enabled/disabled and configured in
|
2006-09-19 17:13:45 +02:00
|
|
|
rc.conf. See the pkg-message or script for details.
|
2004-04-28 20:27:52 +02:00
|
|
|
|
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
configuration file, rather than using /etc/default. The installed
documentaion also gets patched accordingly and a PKGMESSAGE reflecting
this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
SCSI-devices over the network. The required rscsi user gets added
automatically and templates for the configuration file also get installed.
PKGINSTALL points to for further information on how to configure remote
access to SCSI-devices.
Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
originated in the FreeBSD port of cdrtools but the relevant parts were
incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
a description of the problem).
Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
CVS history why it was added.
Requested by: pav [1]
Submitted by: marius (maintainer)
Changes to UPDATING:
- add a note about the new location of the global configuration of cdrecord.
2004-04-20 22:46:33 +02:00
|
|
|
20040420:
|
|
|
|
AFFECTS: users of sysutils/cdrtools
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: netchild@FreeBSD.org
|
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
configuration file, rather than using /etc/default. The installed
documentaion also gets patched accordingly and a PKGMESSAGE reflecting
this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
SCSI-devices over the network. The required rscsi user gets added
automatically and templates for the configuration file also get installed.
PKGINSTALL points to for further information on how to configure remote
access to SCSI-devices.
Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
originated in the FreeBSD port of cdrtools but the relevant parts were
incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
a description of the problem).
Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
CVS history why it was added.
Requested by: pav [1]
Submitted by: marius (maintainer)
Changes to UPDATING:
- add a note about the new location of the global configuration of cdrecord.
2004-04-20 22:46:33 +02:00
|
|
|
|
|
|
|
The cdrecord program now uses ${PREFIX}/etc (e.g. /usr/local/etc) instead
|
|
|
|
of /etc/default as the location of the global configuration file. If you
|
|
|
|
created such a configuration file you need to copy it over to the new
|
|
|
|
location.
|
|
|
|
|
2004-04-20 11:08:07 +02:00
|
|
|
20040420:
|
|
|
|
AFFECTS: users of x11/kdebase3
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-04-20 11:08:07 +02:00
|
|
|
|
|
|
|
If you update KDE from version 3.2.1 or earlier to version 3.2.2 while
|
|
|
|
running a KDE session, newly opened instances of Konqueror might hang
|
2004-05-14 16:06:20 +02:00
|
|
|
or crash, depending on how far the update has progressed.
|
|
|
|
|
2004-04-20 11:08:07 +02:00
|
|
|
If this happens, it is necessary to restart your KDE session in order to
|
|
|
|
restore proper operations.
|
|
|
|
|
2004-04-05 05:38:58 +02:00
|
|
|
20040404:
|
|
|
|
AFFECTS: GNOME desktop users
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: gnome@FreeBSD.org
|
2004-04-05 05:38:58 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
GNOME has been updated to 2.6. Simply portupgrading will cause serious
|
|
|
|
problems if you are using the desktop itself. If you are a GNOME desktop
|
2004-04-05 05:38:58 +02:00
|
|
|
user, you should carefully read the instructions at:
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
http://www.freebsd.org/gnome/docs/faq26.html
|
2004-04-05 05:38:58 +02:00
|
|
|
|
2006-09-19 17:13:45 +02:00
|
|
|
And use the gnome_upgrade.sh script to properly upgrade to GNOME 2.6. If
|
2004-04-05 05:38:58 +02:00
|
|
|
you are just a casual user of some of the GNOME libraries, portupgrade
|
|
|
|
should be sufficient to update your ports.
|
|
|
|
|
2004-03-22 14:53:16 +01:00
|
|
|
20040316:
|
2004-03-16 23:26:38 +01:00
|
|
|
AFFECTS: users of net/isc-dhcp3-*
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: des@FreeBSD.org
|
2004-03-16 23:26:38 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
The isc-dhcp3-* ports must now be enabled/disabled and configured in
|
2006-09-19 17:13:45 +02:00
|
|
|
rc.conf. See the pkg-message for details.
|
2004-03-16 23:26:38 +01:00
|
|
|
|
2004-03-15 20:09:06 +01:00
|
|
|
20040313:
|
|
|
|
AFFECTS: users of textproc/expat2
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: marcus@FreeBSD.org
|
2004-03-15 20:09:06 +01:00
|
|
|
|
|
|
|
Users of expat2 (and its many dependencies) should do the following to
|
|
|
|
properly update expat2 and all of its dependencies:
|
|
|
|
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -rf textproc/expat2
|
2004-03-15 20:09:06 +01:00
|
|
|
|
2004-03-11 22:20:23 +01:00
|
|
|
20040311:
|
|
|
|
AFFECTS: users of databases/postgresql7
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: osa@FreeBSD.org
|
2004-03-11 22:20:23 +01:00
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
PostgreSQL 7.4.2 released and release notes available at:
|
|
|
|
|
|
|
|
http://www.postgresql.org/news/173.html
|
2004-03-11 22:20:23 +01:00
|
|
|
|
|
|
|
NOTICE: unlike most minor versions, this version does require some
|
|
|
|
updates to the pg_* system tables. Full instructions for how to do
|
|
|
|
this are included in the full HISTORY file.
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
*** DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS ***
|
2004-03-11 22:20:23 +01:00
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
20040309:
|
2004-04-20 11:08:07 +02:00
|
|
|
AFFECTS: users of x11/kdelibs3 and x11/kdebase3
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-03-09 20:41:12 +01:00
|
|
|
|
|
|
|
If you update kdelibs from version 3.2.0 to version 3.2.1 while running
|
|
|
|
a KDE 3.2.0 session, newly opened instances of Konqueror will silently
|
|
|
|
crash as soon as the new version of kdelibs has been installed, due to
|
|
|
|
mismatching linker symbols.
|
|
|
|
|
|
|
|
It is recommended you quit your KDE session at that point and update
|
|
|
|
kdebase to version 3.2.1, then restart KDE.
|
|
|
|
|
|
|
|
20040309:
|
2005-01-08 15:22:50 +01:00
|
|
|
AFFECTS: users of audio/arts and x11/kdebase3
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: kde@FreeBSD.org
|
2004-07-17 16:58:19 +02:00
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
The arts port, PORTVERSION 1.2.1 does not include artswrapper anymore.
|
|
|
|
Instead, artswrapper is now installed by a new port audio/artswrapper.
|
|
|
|
|
|
|
|
Installation of artswrapper is optional, however:
|
|
|
|
|
|
|
|
If you presently run KDE and you have "Run with the highest possible
|
|
|
|
priority (realtime priority)" checked in Control Center/Sound & Multimedia/
|
|
|
|
Sound System and you choose to NOT install audio/artswrapper, you need to
|
|
|
|
|
|
|
|
- Uncheck "Run with the highest possible priority (realtime priority)"
|
|
|
|
in Control Center/Sound & Multimedia/Sound System BEFORE updating arts
|
|
|
|
|
2008-07-27 22:10:00 +02:00
|
|
|
OR:
|
2004-03-09 20:41:12 +01:00
|
|
|
|
|
|
|
- AFTER updating arts and kdebase, go to Control Center/Sound & Multimedia/
|
|
|
|
Sound System, click on the unchecked "Run with the highest possible priority
|
|
|
|
(realtime priority)", dismiss the message telling you that realtime is un-
|
|
|
|
available or artswrapper is missing and then click Apply.
|
|
|
|
|
2004-03-05 16:14:13 +01:00
|
|
|
20040305:
|
|
|
|
AFFECTS: users of security/antivir-milter
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: netchild@FreeBSD.org
|
2004-03-05 16:14:13 +01:00
|
|
|
|
|
|
|
When updating from a previous version of security/antivir-milter you
|
|
|
|
have to do the following after deinstalling the old port:
|
|
|
|
rm <PREFIX>/AntiVir/antivir
|
|
|
|
rm <PREFIX>/AntiVir/antivir.vdf
|
|
|
|
chown root:wheel <PREFIX>/AntiVir
|
|
|
|
chown root:smmsp <PREFIX>/AntiVir/hbedv.key
|
2008-08-08 16:57:37 +02:00
|
|
|
|
2004-03-05 16:14:13 +01:00
|
|
|
In your SENDMAIL_MC change
|
|
|
|
`S=unix:<PREFIX>/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
|
|
|
|
to:
|
|
|
|
`S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
|
|
|
|
and rebuild sendmail.cf.
|
2008-08-08 16:57:37 +02:00
|
|
|
|
2004-03-05 16:14:13 +01:00
|
|
|
If /var/spool/avmilter exist you have to:
|
|
|
|
chown -R smmsp:smmsp /var/spool/avmilter
|
2008-08-08 16:57:37 +02:00
|
|
|
|
2004-03-05 16:14:13 +01:00
|
|
|
If you are using a customized <PREFIX>/etc/avmilter.conf the port
|
|
|
|
won't remove it on deinstall and you have to manually change User
|
|
|
|
and Group to smmsp there.
|
2008-08-08 16:57:37 +02:00
|
|
|
|
2004-03-05 16:14:13 +01:00
|
|
|
Afterwards you can install the new version of this port. You then
|
|
|
|
should run antivirupdater to get a current VDF.
|
|
|
|
|
2004-03-01 23:34:22 +01:00
|
|
|
20040226:
|
2005-07-15 10:59:34 +02:00
|
|
|
AFFECTS: i386 users of lang/ruby* and sysutils/portupgrade
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: knu@FreeBSD.org
|
2004-03-01 23:34:22 +01:00
|
|
|
|
|
|
|
Change the default version of ruby to 1.8 for i386.
|
|
|
|
|
|
|
|
If you are a ruby developer and want to keep ruby 1.6 as default,
|
2004-03-03 09:08:10 +01:00
|
|
|
please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2004-03-03 09:08:10 +01:00
|
|
|
Otherwise, please run the following series of commands to migrate to
|
|
|
|
ruby 1.8:
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2004-03-03 09:08:10 +01:00
|
|
|
1) Reinstall portupgrade manually (and as a result ruby 1.8 will be
|
|
|
|
installed):
|
|
|
|
pkg_delete portupgrade-\*
|
|
|
|
(cd /usr/ports/sysutils/portupgrade; make install clean)
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2004-03-03 09:08:10 +01:00
|
|
|
2) Reinstall everything that depends on ruby 1.6 to use ruby 1.8
|
|
|
|
instead:
|
|
|
|
portupgrade -fr lang/ruby16
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2004-03-03 09:08:10 +01:00
|
|
|
3) Reinstall ruby 1.8 (because the previous step kills symlinks):
|
|
|
|
portupgrade -f lang/ruby18
|
2004-03-01 23:34:22 +01:00
|
|
|
|
2004-03-03 09:08:10 +01:00
|
|
|
4) Deinstall ruby 1.6 stuff (if you are paranoia):
|
|
|
|
pkg_deinstall -ri lang/ruby16
|
|
|
|
|
|
|
|
5) If the above commands do now work somehow and portupgrade starts
|
|
|
|
causing LoadError, please reinstall portupgrade manually again.
|
|
|
|
Whenever you get confused, you can always deinstall portupgrade
|
|
|
|
and all the ruby stuff (run "pkg_delete -r ruby-\*") and
|
|
|
|
reinstall portupgrade as a last resort.
|
2004-03-02 17:31:14 +01:00
|
|
|
|
|
|
|
20040204:
|
|
|
|
AFFECTS: 5.2-CURRENT users who started with a 5.2-RELEASE or older.
|
2004-07-05 23:20:28 +02:00
|
|
|
AUTHOR: obrien@FreeBSD.org
|
2004-03-02 17:31:14 +01:00
|
|
|
|
|
|
|
Change the default version of perl to 5.8.
|
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
1) Force perl-5.6.1 to be upgraded with perl-5.8:
|
2008-07-23 11:53:39 +02:00
|
|
|
portupgrade -o lang/perl5.8 -f perl-5.6.1_15
|
2004-03-02 17:31:14 +01:00
|
|
|
|
2008-08-08 16:57:37 +02:00
|
|
|
2) Update all p5-* modules:
|
2004-03-02 17:31:14 +01:00
|
|
|
portupgrade -f p5-\*
|
|
|
|
|
|
|
|
$FreeBSD$
|