because a few of users have successed to skip this.
- Add (/usr/X11R6) and (/usr/local) for users that don't know what X11BASE and
LOCALBASE are.
- A bit grammar tweak.
Reviewed by: my team, FreeBSD GNOME Team
Approved by: portmgr (implicit, kris and marcus)
GNOME has been updated to 2.16 and all GNOME components have been
moved from X11BASE to LOCALBASE, to upgrade your GNOME desktop and
applications you will need either sysutils/portupgrade or
sysutils/portmanager.
Portupgrade users:
pkgdb -Ff
portupgrade -rf glib-2\* cairo gnome-doc-utils gnome-mime-data \
gnome-audio startup-notification dbus
Portmaster users:
portmaster -r pkg-config\*
Approved by: portmgr (marcus)
and devel/avr-gcc-devel -> devel/avr-gcc port changes confused the
automated tools (like portupgrade).
Thus, Erwin suggested to remove the entry for avr-gcc -> avr-gcc-3,
and rather leave a note in UPDATING about it instead.
Submitted by: Henrik Brix Andersen
Approved by: portmgr (erwin)
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
this doesn't quite yet work for the rest of us mortals. Move the
zabbix entry back to September, not October, 2006.
Submitted by: Nick Withers <nick@nickwithers.com>
- Make a note in UPDATING file about server name changing.
PR: ports/100843
Submitted by: Rui Lopes <rgl@ruilopes.com>
Approved by: maintainer timeout (1 month and half)
the changelog for details:
http://tinyurl.com/b3myl
- Add an entry in UPDATING about that the name of binary, datadir and docsdir
have been renamed from ldcpp to linuxdcpp by the linuxdcpp developer.
(2.0.4) changed the name to the original one.
- Update to version 2.0.4.
- Add patches and pkg-message to fix problems [1].
Obtained from:>-Iasen Kostov <tbyte@otel.net> (private e-mail) [1]
Common bugs fixed in 3.0.23b include:
o Ambiguity with unqualified names in smb.conf parameters
such as "force user" and "valid users".
o Errors in 'net ads join' caused by bad IP address in the list
of domain controllers.
o SMB signing errors in the client and server code.
o Domain join failures when using smbpasswd on a Samba PDC.
Common bugs fixed in 3.0.23a include:
o Failure to strip the domain name from groups when 'winbind
use default domain = yes'
o Failure in pam_winbind to correctly parse arguments.
o Bad token creation of local users on member servers not
running winbindd.
o Failure to add users or groups to ACLs using the Windows
object picker.
o Failure in file serving code when 'kernel oplocks = yes'.
New features in 3.0.23a include:
o New "createupn" option to "net ads join"
o Rewritten Kerberos keytab generation when 'use kerberos
keytab = yes'
PR: ports/102040
Submitted by: maintainer
http://www.opera.com/docs/changelogs/linux/901/
- Change the prefix from X11BASE to LOCALBASE, see UPDATING for details.
- Now it installs only one *.desktop for more general desktop such as xfce and
etc rather than just limit to GNOME/KDE.
GraphicsMagick has been updated so that all its symbols are now prefixed with
'Gm'. All depending ports will have to be recompiled as noted in UPDATING.
PR: 94905
Submitted by: mat
- Install man page
- Make krb5_ccname option in nss_ldap.conf work
nss_ldap has two different arguments that can be used at compile time to
make this work. The --enable-configurable-krb5-ccname-env configure
option was chossen because it works with both the Heimdal and MIT
Kerberos implementations and does not require a kerberos dependency. A
note has been made in UPDATING that this now works because
misconfiguration can lockout users.
PR: 100104
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Maintainer