http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Please note that original submitter also sent to jwhois developers list
so it'll be imported to the further jwhois version.
Submitted by: karsten at rohrbach.de
presence of include/libpri.h installed by net/asterisk, but the build fails.
To fix this problem, please add the port patch below submitted by
Matt Horan <matt@matthoran.com>.
PR: ports/95641
Submitted by: maintainer
- Remove bristuff support (will be added later as a slave port)
- Update codec negotiation patch [2]
- Use pwlib and openh323 from ports [3]
- Remove FORBIDDEN now that asterisk is >= 1.2.6
Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not
synced with Digium zaptel driver.
PR: 93528, 96315
Submitted by: Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3]
Approved by: MAINTAINER
also depends upon a relatively recent version of libpcap which only
exists in the base of 6.0 and up[1]. The attached patch marks it as
broken on 5.2 and lower, and depends on net/libpcap for 5.3 up to 6.0.
- respect CC/CFLAGS
PR: ports/96273
Submitted by: maintainer
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
OSVERSION <= 700003, configure breaks with a linker error during the
detection of libpt from devel/pwlib.
- mark it as BROKEN for this particular case
PR: 96169
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Commit log by: Joerg Pulz
Reported by: pointyhat errorlogs
Discussed on: freebsd-threads@, freebsd-sparc64@
Review and test on: RELENG_6_1 i386, amd64, sparc64
CURRENT i386, amd64
OSVERSION <= 700003, configure breaks with a linker error during the
detection of libpt from devel/pwlib.
- mark it as BROKEN for this particular case
PR: 96170
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
Reported by: pointyhat errorlogs
Discussed on: freebsd-threads@, freebsd-sparc64@
Review and test on: RELENG_6_1 i386, amd64, sparc64
CURRENT i386, amd64
When use Net::Server::Multiplex, IO::Multiplex is required:
[~/postgresql-postfix] edwin@k7>./test.pl
Module IO::Multiplex is required for Multiplex. at /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Multiplex.pm line 32.
PR: ports/96175