The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Mention conflict with audio/gmixer.
Set maintainer to ports@FreeBSD.org.
(gdb) bt
#0 0x280eeaf6 in _XtCountVaList () from /usr/X11R6/lib/libXt.so.6
#1 0x280ee07f in XtVaSetValues () from /usr/X11R6/lib/libXt.so.6
#2 0x804ae1a in CbMute ()
#3 0x280c2815 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6
#4 0x8051f97 in Notify ()
Submitted by: Frederik Meerwaldt <frederik@freddym.org>
Xmixer includes two programs, xmixer and gmixer. xmixer uses
Athena widgets and gmixer uses GTK+.
It can change the volume for multiple devices, select input
device(s) for recording, hide devices you don't want to see,
and has batch support.
PR: 14555
Submitted by: Trevor Johnson <trevor@jpj.net>