svn commit: r305610 - in head: audio/akode-plugins-mpc audio/akode-plugins-mpeg audio/akode-plugins-oss audio/akode-plugins-resampler audio/akode-plugins-xiph audio/linuxsampler audio/nas audio/scr...
Mark Linimon
linimon at FreeBSD.org
Tue Oct 9 22:12:16 UTC 2012
Author: linimon
Date: Tue Oct 9 22:12:13 2012
New Revision: 305610
URL: http://svn.freebsd.org/changeset/ports/305610
Log:
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
Modified:
head/audio/akode-plugins-mpc/Makefile
head/audio/akode-plugins-mpeg/Makefile
head/audio/akode-plugins-oss/Makefile
head/audio/akode-plugins-resampler/Makefile
head/audio/akode-plugins-xiph/Makefile
head/audio/linuxsampler/Makefile
head/audio/nas/Makefile
head/audio/scrobbler/Makefile
head/cad/gnucap/Makefile
head/converters/tnef/Makefile
head/databases/firebird20-server/Makefile
head/databases/firebird21-server/Makefile
head/databases/gnome-db/Makefile
head/databases/libgda3/Makefile
head/databases/mird/Makefile
head/devel/allegro/Makefile
head/devel/argp-standalone/Makefile
head/devel/avr-binutils/Makefile
head/devel/bullet/Makefile
head/devel/gdb66/Makefile
head/devel/libYGP/Makefile
head/devel/libhid/Makefile
head/devel/liboil/Makefile
head/devel/libopensync/Makefile
head/devel/mingw32-binutils/Makefile
head/devel/ncurses/Makefile
head/devel/omniORB/Makefile
head/devel/p5-EV/Makefile
head/devel/psptoolchain-binutils/Makefile
head/devel/py-game/Makefile
head/devel/simgear/Makefile
head/devel/skalibs/Makefile
head/devel/xmltooling/Makefile
head/emulators/virtualbox-ose-legacy/Makefile
head/emulators/virtualbox-ose/Makefile
head/finance/libofx/Makefile
head/graphics/Coin/Makefile
head/graphics/agg/Makefile
head/graphics/devil/Makefile
head/graphics/iulib/Makefile
head/graphics/opendx/Makefile
head/graphics/osg/Makefile
head/graphics/podofo/Makefile
head/graphics/tgif/Makefile
head/graphics/urt/Makefile
head/graphics/vcg/Makefile
head/graphics/xli/Makefile
head/graphics/xv/Makefile
head/japanese/Wnn7-lib/Makefile
head/japanese/canna-lib/Makefile
head/japanese/groff/Makefile
head/japanese/sj3-lib/Makefile
head/japanese/skk-tools/Makefile
head/japanese/texfamily/Makefile
head/lang/clisp/Makefile
head/lang/gcc42/Makefile
head/lang/gcc44/Makefile
head/lang/ghc/Makefile
head/lang/gnatdroid-binutils/Makefile
head/lang/q/Makefile
head/lang/sdcc/Makefile
head/lang/v8/Makefile
head/mail/courier/Makefile
head/mail/ezmlm/Makefile
head/mail/metamail/Makefile
head/math/gnuplot/Makefile
head/math/grace/Makefile
head/math/igraph/Makefile
head/math/wfmath/Makefile
head/misc/sword/Makefile
head/multimedia/xanim/Makefile
head/net-mgmt/flow-tools/Makefile
head/net/asterisk/Makefile
head/net/asterisk10/Makefile
head/net/asterisk14/Makefile
head/net/boinc-client/Makefile
head/net/freeswitch-core-devel/Makefile
head/net/freeswitch-core/Makefile
head/news/cnews/Makefile
head/palm/jpilot/Makefile
head/print/transfig/Makefile
head/science/cdcl/Makefile
head/security/trousers/Makefile
head/sysutils/lsof/Makefile
head/textproc/jade/Makefile
head/textproc/openjade/Makefile
head/textproc/scim/Makefile
head/textproc/senna/Makefile
head/www/libxul19/Makefile
head/x11-clocks/asclock/Makefile
head/x11-toolkits/Xaw3d/Makefile
head/x11-toolkits/p5-Alien-wxWidgets/Makefile
head/x11-toolkits/tk86/Makefile
head/x11-toolkits/wxgtk29/Makefile
head/x11/eterm/Makefile
Modified: head/audio/akode-plugins-mpc/Makefile
==============================================================================
--- head/audio/akode-plugins-mpc/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/akode-plugins-mpc/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_deco
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
Modified: head/audio/akode-plugins-mpeg/Makefile
==============================================================================
--- head/audio/akode-plugins-mpeg/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/akode-plugins-mpeg/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -29,6 +29,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_deco
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
Modified: head/audio/akode-plugins-oss/Makefile
==============================================================================
--- head/audio/akode-plugins-oss/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/akode-plugins-oss/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_deco
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
Modified: head/audio/akode-plugins-resampler/Makefile
==============================================================================
--- head/audio/akode-plugins-resampler/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/akode-plugins-resampler/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -29,6 +29,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_deco
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
Modified: head/audio/akode-plugins-xiph/Makefile
==============================================================================
--- head/audio/akode-plugins-xiph/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/akode-plugins-xiph/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -33,6 +33,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_deco
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
Modified: head/audio/linuxsampler/Makefile
==============================================================================
--- head/audio/linuxsampler/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/linuxsampler/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ DSSI_DESC= Enable DSSI support
LV2CORE_DESC= Enable LV2 support
USE_BZIP2= yes
+USE_GCC= any
USE_GNOME= gnomehack
USE_SQLITE= 3
USE_GMAKE= yes
Modified: head/audio/nas/Makefile
==============================================================================
--- head/audio/nas/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/nas/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= multimedia at FreeBSD.org
COMMENT= Network Audio System
+USE_GCC= any
USE_IMAKE= yes
USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw
USE_LDCONFIG= yes
Modified: head/audio/scrobbler/Makefile
==============================================================================
--- head/audio/scrobbler/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/audio/scrobbler/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ CONFLICTS= bmp-scrobbler-[0-9]* \
xmms-scrobbler-[0-9]*
USE_BZIP2= yes
+USE_GCC= any
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/cad/gnucap/Makefile
==============================================================================
--- head/cad/gnucap/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/cad/gnucap/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ COMMENT= The GNU Circuit Analysis Packag
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
Modified: head/converters/tnef/Makefile
==============================================================================
--- head/converters/tnef/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/converters/tnef/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -11,6 +11,7 @@ COMMENT= Unpack data in MS Outlook TNEF
OPTIONS_DEFINE= DOCS
+USE_GCC= any
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
Modified: head/databases/firebird20-server/Makefile
==============================================================================
--- head/databases/firebird20-server/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/databases/firebird20-server/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ LATEST_LINK= ${PORTNAME}20${PKGNAMESUFFI
USE_BISON= build
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal libtool
Modified: head/databases/firebird21-server/Makefile
==============================================================================
--- head/databases/firebird21-server/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/databases/firebird21-server/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ LATEST_LINK= ${PORTNAME}21${PKGNAMESUFFI
USE_BISON= build
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal libtool
Modified: head/databases/gnome-db/Makefile
==============================================================================
--- head/databases/gnome-db/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/databases/gnome-db/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= Provide uniform access to data sources for the GNOME environment
USE_BZIP2= yes
+USE_GCC= any
USE_GNOME= gnomehack gnomeprefix gnomehier libgda
USE_GMAKE= yes
USE_GETTEXT= yes
Modified: head/databases/libgda3/Makefile
==============================================================================
--- head/databases/libgda3/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/databases/libgda3/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -26,6 +26,7 @@ LIBGDA3_SLAVE?= no
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
+USE_GCC= any
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
Modified: head/databases/mird/Makefile
==============================================================================
--- head/databases/mird/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/databases/mird/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -20,6 +20,7 @@ COMMENT= A free database library with tr
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_AUTOTOOLS= autoconf:env
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-debug
Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/allegro/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -11,6 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= A cross-platform library for games and multimedia programming
USE_AUTOTOOLS= autoconf
+USE_GCC= any
USE_GMAKE= yes
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga
USE_LDCONFIG= yes
Modified: head/devel/argp-standalone/Makefile
==============================================================================
--- head/devel/argp-standalone/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/argp-standalone/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= sem
MAINTAINER= sem at FreeBSD.org
COMMENT= Standalone version of arguments parsing functions from GLIBC
+USE_GCC= any
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal autoconf automake libtool
AUTOMAKE_ARGS= -c -a
Modified: head/devel/avr-binutils/Makefile
==============================================================================
--- head/devel/avr-binutils/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/avr-binutils/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ COMMENT= GNU binutils for Atmel AVR 8-bi
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
USE_GETTEXT= yes
CONFIGURE_ARGS= --target=avr
Modified: head/devel/bullet/Makefile
==============================================================================
--- head/devel/bullet/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/bullet/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ COMMENT= 3D collision detection and rigi
USE_GL= gl glu glut
USE_XORG= x11
+USE_GCC= any
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
Modified: head/devel/gdb66/Makefile
==============================================================================
--- head/devel/gdb66/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/gdb66/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ OPTIONS= INSIGHT "Build the Tcl/Tk GUI (
CONFLICTS?= gdb-[7-9]*
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
USE_GETTEXT= yes
USE_ICONV= yes
Modified: head/devel/libYGP/Makefile
==============================================================================
--- head/devel/libYGP/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/libYGP/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
boost_filesystem:${PORTSDIR}/devel/boost-libs
USE_BZIP2= yes
+USE_GCC= any
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
Modified: head/devel/libhid/Makefile
==============================================================================
--- head/devel/libhid/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/libhid/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ COMMENT= A user-space HID access library
MAN1= libhid-detach-device.1
MANCOMPRESSED= no
+USE_GCC= any
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_PYTHON= yes
Modified: head/devel/liboil/Makefile
==============================================================================
--- head/devel/liboil/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/liboil/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ COMMENT= Library of optimized inner loop
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
+USE_GCC= any
USE_GNOME= pkgconfig gnomehack ltverhack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/devel/libopensync/Makefile
==============================================================================
--- head/devel/libopensync/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/libopensync/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/s
CONFLICTS= libopensync-0.22*
USE_BZIP2= yes
+USE_GCC= any
USE_CMAKE= yes
CMAKE_ARGS+= -Wno-dev
USE_GNOME= glib20 libxml2
Modified: head/devel/mingw32-binutils/Makefile
==============================================================================
--- head/devel/mingw32-binutils/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/mingw32-binutils/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ COMMENT= GNU Binutils for Windows cross-
BINUTILVERSION= 2.22
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \
Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/ncurses/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -37,6 +37,7 @@ OPTIONS= EXTCOLORS "Enable 256-color sup
CONFIGURE_ENV= gnat_exists="no"
+USE_GCC= any
USE_LDCONFIG= yes
WIDEC_WRKSRC= ${WRKSRC}/build.widec
Modified: head/devel/omniORB/Makefile
==============================================================================
--- head/devel/omniORB/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/omniORB/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -13,6 +13,7 @@ MAINTAINER= sem at FreeBSD.org
COMMENT= A robust high performance CORBA ORB for C++ and Python
PLIST_SUB+= SONUM=${PORTVERSION:C/.*\.//}
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
Modified: head/devel/p5-EV/Makefile
==============================================================================
--- head/devel/p5-EV/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/p5-EV/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ COMMENT= Perl interface to libev, a high
RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+USE_GCC= any
PERL_CONFIGURE= yes
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/psptoolchain-binutils/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ MAINTAINER= tphilipp at potion-studios.com
COMMENT= PlayStation Portable development toolchain ${PORTNAME}
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
Modified: head/devel/py-game/Makefile
==============================================================================
--- head/devel/py-game/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/py-game/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ LIB_DEPENDS= smpeg:${PORTSDIR}/multimedi
RUN_DEPENDS= ${PYNUMPY}
USE_SDL= ttf image mixer sdl
+USE_GCC= any
USE_PYTHON= yes
USE_PYDISTUTILS=yes
Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/simgear/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j
osg:${PORTSDIR}/graphics/osg
USE_BZIP2= yes
+USE_GCC= any
USE_XORG= ice sm x11 xext xi xt xmu
USE_OPENAL= al alut
USE_GL= gl glu glut
Modified: head/devel/skalibs/Makefile
==============================================================================
--- head/devel/skalibs/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/skalibs/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.skarnet.org/sof
MAINTAINER= dhn at FreeBSD.org
COMMENT= General purpose C libraries used by skarnet.org software
+USE_GCC= any
+
LDFLAGS?= -s
STRIPFLAGS?= -x
Modified: head/devel/xmltooling/Makefile
==============================================================================
--- head/devel/xmltooling/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/devel/xmltooling/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
+USE_GCC= any
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
Modified: head/emulators/virtualbox-ose-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-legacy/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/emulators/virtualbox-ose-legacy/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -36,6 +36,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE
ONLY_FOR_ARCHS= i386 amd64
USE_CDRTOOLS= yes
+USE_GCC= any
USE_GNOME= libidl
USE_BZIP2= yes
USE_PYTHON= yes
Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/emulators/virtualbox-ose/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -35,6 +35,7 @@ RUN_DEPENDS= /boot/modules/vboxdrv.ko:${
WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}
ONLY_FOR_ARCHS= i386 amd64
USE_CDRTOOLS= yes
+USE_GCC= any
USE_GNOME= libidl
USE_BZIP2= yes
USE_PYTHON= yes
Modified: head/finance/libofx/Makefile
==============================================================================
--- head/finance/libofx/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/finance/libofx/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -13,6 +13,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
osp.5:${PORTSDIR}/textproc/opensp
+USE_GCC= any
USE_ICONV= yes
USE_GMAKE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
Modified: head/graphics/Coin/Makefile
==============================================================================
--- head/graphics/Coin/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/Coin/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ COMMENT= C++ 3D graphics library based o
LIB_DEPENDS= simage.27:${PORTSDIR}/graphics/simage
+USE_GCC= any
USE_OPENAL= al
USE_GL= yes
USE_XORG= xt x11
Modified: head/graphics/agg/Makefile
==============================================================================
--- head/graphics/agg/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/agg/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ LICENSE= GPLv2
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+USE_GCC= any
USE_XORG= x11
USE_GNOME= gnomehack
USE_SDL= sdl
Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/devil/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -29,6 +29,7 @@ OPTIONS= JPEG "Enable JPEG support" on
WRKSRC= ${WRKDIR}/${DISTNAME:L}
+USE_GCC= any
USE_GNOME= pkgconfig
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal
Modified: head/graphics/iulib/Makefile
==============================================================================
--- head/graphics/iulib/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/iulib/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ OPTIONS= SDL "Enable SDL for graphical d
VIDIO "Enable Video Input/Output (using ffmpeg)" off
MAKE_JOBS_SAFE= yes
+USE_GCC= any
USE_PYTHON_BUILD= yes
USE_AUTOTOOLS= libtool aclocal automake autoconf
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal
Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/opendx/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ LIB_DEPENDS= MagickWand.5:${PORTSDIR}/gr
USE_XORG= xinerama xext xpm xmu sm ice
USE_BISON= build
+USE_GCC= any
USE_GL= yes
USE_MOTIF= yes
USE_AUTOTOOLS= libtool
Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/osg/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic
CONFLICTS= osg-devel-[0-9]*
+USE_GCC= any
USE_ZIP= yes
USE_CMAKE= yes
USE_GL= gl glu
Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/podofo/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ IMPOSE_DESC= Build impose tool (needs Lu
USE_CMAKE= yes
CMAKE_ARGS= -DPODOFO_BUILD_SHARED:BOOL=TRUE \
-DPODOFO_BUILD_STATIC:BOOL=FALSE
+USE_GCC= any
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
Modified: head/graphics/tgif/Makefile
==============================================================================
--- head/graphics/tgif/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/tgif/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphi
OPTIONS= NLS "Enable native language support" on \
A4SIZE "Set default paper size to A4" off
+USE_GCC= any
USE_IMAKE= yes
PORTDOCS= HISTORY README
USE_XORG= x11 xext xt sm ice
Modified: head/graphics/urt/Makefile
==============================================================================
--- head/graphics/urt/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/urt/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -24,6 +24,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphi
NO_WRKSUBDIR= yes
+USE_GCC= any
USE_XORG= x11 xext
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=Configure
Modified: head/graphics/vcg/Makefile
==============================================================================
--- head/graphics/vcg/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/vcg/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -18,6 +18,7 @@ COMMENT= A Visualization Tool for compil
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
+USE_GCC= any
USE_XORG= x11 xext
MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l
Modified: head/graphics/xli/Makefile
==============================================================================
--- head/graphics/xli/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/xli/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_XORG= xi
+USE_GCC= any
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
Modified: head/graphics/xv/Makefile
==============================================================================
--- head/graphics/xv/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/graphics/xv/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic
png15:${PORTSDIR}/graphics/png \
jasper.4:${PORTSDIR}/graphics/jasper
+USE_GCC= any
USE_IMAKE= yes
USE_XORG= xext x11 xt
.if !defined(NOMAN)
Modified: head/japanese/Wnn7-lib/Makefile
==============================================================================
--- head/japanese/Wnn7-lib/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/Wnn7-lib/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= hrs at FreeBSD.org
COMMENT= Wnn7 client library
+USE_GCC= any
USE_IMAKE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/src
Modified: head/japanese/canna-lib/Makefile
==============================================================================
--- head/japanese/canna-lib/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/canna-lib/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -18,6 +18,7 @@ MAINTAINER= hrs at FreeBSD.org
COMMENT= A Kana-to-Kanji conversion system, library part
USE_BZIP2= yes
+USE_GCC= any
USE_IMAKE= yes
USE_LDCONFIG= yes
NO_INSTALL_MANPAGES=yes
Modified: head/japanese/groff/Makefile
==============================================================================
--- head/japanese/groff/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/groff/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -30,6 +30,7 @@ RUN_DEPENDS= pnmcut:${PORTSDIR}/graphics
TMAC_DATE= 20030521
TMAC_DISTNAME= tmac-${TMAC_DATE}_2
+USE_GCC= any
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_ICONV= yes
Modified: head/japanese/sj3-lib/Makefile
==============================================================================
--- head/japanese/sj3-lib/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/sj3-lib/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= hrs at FreeBSD.org
COMMENT= A Japanese input method, library part
+USE_GCC= any
USE_IMAKE= yes
USE_LDCONFIG= yes
NO_INSTALL_MANPAGES= yes
Modified: head/japanese/skk-tools/Makefile
==============================================================================
--- head/japanese/skk-tools/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/skk-tools/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ OPTIONS_DEFINE= EXPR2
OPTIONS_DEFAULT= EXPR2
EXPR2_DESC= Build skkdic-expr2 (needs glib-2.x)
+USE_GCC= any
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
Modified: head/japanese/texfamily/Makefile
==============================================================================
--- head/japanese/texfamily/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/japanese/texfamily/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -36,6 +36,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
wwwcore.1:${PORTSDIR}/www/libwww \
t1.5:${PORTSDIR}/devel/t1lib
+USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${KANJICODE}
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
Modified: head/lang/clisp/Makefile
==============================================================================
--- head/lang/clisp/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/clisp/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ LIB_DEPENDS= readline.6:${PORTSDIR}/deve
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GNU-GPL
+USE_GCC= any
USE_ICONV= yes
USE_LDCONFIG= yes
USE_GHOSTSCRIPT_BUILD= yes
Modified: head/lang/gcc42/Makefile
==============================================================================
--- head/lang/gcc42/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/gcc42/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -30,6 +30,7 @@ LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX
NOT_FOR_ARCHS= arm powerpc
USE_BISON= build
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
USE_ICONV= yes
USE_PERL5_BUILD=yes
Modified: head/lang/gcc44/Makefile
==============================================================================
--- head/lang/gcc44/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/gcc44/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -29,6 +29,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64
USE_BINUTILS= yes
USE_BISON= build
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
USE_ICONV= yes
USE_PERL5_BUILD=yes
Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/ghc/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/gh
CONFLICTS= ghc-6.8.* ghc-6.10.* ghc-6.12.* ghc-7.0.* ghc-7.2.*
USE_BZIP2= yes
+USE_GCC= any
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
USE_PERL5_BUILD= yes
Modified: head/lang/gnatdroid-binutils/Makefile
==============================================================================
--- head/lang/gnatdroid-binutils/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/gnatdroid-binutils/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ BUILD_DEPENDS= gnatdroid-sysroot>=9:${PO
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= YES
+USE_GCC= any
USE_GMAKE= YES
HAS_CONFIGURE= YES
NO_MTREE= YES
Modified: head/lang/q/Makefile
==============================================================================
--- head/lang/q/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/q/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -25,6 +25,7 @@ LIB_DEPENDS= MagickWand.5:${PORTSDIR}/gr
ggi.2:${PORTSDIR}/graphics/libggi
USE_BISON= build
+USE_GCC= any
USE_ICONV= yes
USE_TK= 84+
USE_LDCONFIG= yes
Modified: head/lang/sdcc/Makefile
==============================================================================
--- head/lang/sdcc/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/sdcc/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos
CONFLICTS_INSTALL= sdcc-[0-9]*
GNU_CONFIGURE= yes
USE_BZIP2= yes
+USE_GCC= any
USE_GMAKE= yes
OPTIONS_DEFINE= DEVLIB DOCS HC08 MCS51 PIC UCSIM Z80
Modified: head/lang/v8/Makefile
==============================================================================
--- head/lang/v8/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/lang/v8/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ COMMENT= Google\'s open source JavaScrip
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
+USE_GCC= any
USE_GMAKE= yes
USE_PYTHON= 2.7+
USE_XZ= yes
Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/mail/courier/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -62,6 +62,7 @@ WITH_TRANSPORT= local esmtp dsn
USE_AUTOTOOLS= libtool aclocal
USE_BZIP2= yes
+USE_GCC= any
USE_FAM= yes
USE_GETTEXT= yes
USE_GMAKE= yes
Modified: head/mail/ezmlm/Makefile
==============================================================================
--- head/mail/ezmlm/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/mail/ezmlm/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -20,6 +20,7 @@ MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= ports at FreeBSD.org
COMMENT= An easy-to-use, high-speed mailing list manager for qmail
+USE_GCC= any
USE_QMAIL_RUN= yes
CONFLICTS= ezmlm-idx-*
Modified: head/mail/metamail/Makefile
==============================================================================
--- head/mail/metamail/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/mail/metamail/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,8 @@ OPTIONS_DEFINE= X11
OPTIONS_DEFAULT= X11
X11_DESC= X11 hebrew font support
+USE_GCC= any
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= audiocompose.1 audiosend.1 extcompose.1 \
getfilename.1 mailto-hebrew.1 mailto.1 metamail.1 \
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/math/gnuplot/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -33,6 +33,8 @@ OPTIONS= X11 "Enable X11 support" on \
WX "Enable WX support" on \
CAIRO "Enable CAIRO support" on
+USE_GCC= any
+
MAN1= gnuplot.1 lasergnu.1
INFO= gnuplot
Modified: head/math/grace/Makefile
==============================================================================
--- head/math/grace/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/math/grace/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -31,6 +31,7 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib
XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml
USE_MOTIF= yes
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-grace-home=${DATADIR} \
Modified: head/math/igraph/Makefile
==============================================================================
--- head/math/igraph/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/math/igraph/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
+USE_GCC= any
USE_GMAKE= yes
CONFIGURE_ARGS+= --enable-gmp
CFLAGS+= -I${LOCALBASE}/include
Modified: head/math/wfmath/Makefile
==============================================================================
--- head/math/wfmath/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/math/wfmath/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -13,6 +13,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%
MAINTAINER= oliver at FreeBSD.org
COMMENT= Worldforge math library
+USE_GCC= any
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
USE_LDCONFIG= yes
Modified: head/misc/sword/Makefile
==============================================================================
--- head/misc/sword/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/misc/sword/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ BUILD_DEPENDS= cppunit-config:${PORTSDIR
MAKE_JOBS_SAFE= yes
+USE_GCC= any
USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
Modified: head/multimedia/xanim/Makefile
==============================================================================
--- head/multimedia/xanim/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/multimedia/xanim/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -21,6 +21,7 @@ COMMENT= Play most popular animation for
NO_CDROM= redistributed without fee
+USE_GCC= any
USE_IMAKE= yes
USE_XORG= xext xt sm ice xext x11
MAN1= xanim.1
Modified: head/net-mgmt/flow-tools/Makefile
==============================================================================
--- head/net-mgmt/flow-tools/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net-mgmt/flow-tools/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -22,6 +22,7 @@ OPTIONS= MYSQL "Enable MySQL support" o
CONFLICTS= flow-tools-ng-[0-9]*
+USE_GCC= any
USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--localstatedir="${PREFIX}"
Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/asterisk/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -29,6 +29,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gsm=${LOCALBASE}
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
+USE_GCC= any
USE_GMAKE= yes
USE_GNOME= libxml2
USE_BISON= build
Modified: head/net/asterisk10/Makefile
==============================================================================
--- head/net/asterisk10/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/asterisk10/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -27,6 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gsm=${LOCALBASE}
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
+USE_GCC= any
USE_GMAKE= yes
USE_GNOME= libxml2
USE_BISON= build
Modified: head/net/asterisk14/Makefile
==============================================================================
--- head/net/asterisk14/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/asterisk14/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -30,6 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gsm=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
+USE_GCC= any
USE_GMAKE= yes
USE_BISON= build
USE_RC_SUBR= asterisk
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/boinc-client/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= pav
MAINTAINER= pav at FreeBSD.org
COMMENT= Berkeley Open Infrastructure for Network Computing client
+USE_GCC= any
USE_XZ= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/net/freeswitch-core-devel/Makefile
==============================================================================
--- head/net/freeswitch-core-devel/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/freeswitch-core-devel/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -47,6 +47,7 @@ USE_AUTOTOOLS= autoconf:env automake:env
USE_PERL5_BUILD=yes
USE_BISON= both
+USE_GCC= any
USE_PKGCONFIG= yes
USE_GMAKE= yes
SUB_FILES= pkg-install
Modified: head/net/freeswitch-core/Makefile
==============================================================================
--- head/net/freeswitch-core/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/net/freeswitch-core/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -47,6 +47,7 @@ USE_AUTOTOOLS= autoconf:env automake:env
USE_PERL5_BUILD=yes
USE_BISON= both
+USE_GCC= any
USE_PKGCONFIG= yes
USE_GMAKE= yes
SUB_FILES= pkg-install pkg-message
Modified: head/news/cnews/Makefile
==============================================================================
--- head/news/cnews/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/news/cnews/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -40,6 +40,8 @@ LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
MAKE_JOBS_UNSAFE= yes
+USE_GCC= any
+
DIST_SUBDIR= ${DISTNAME}
NO_WRKSUBDIR= yes
MAKEFILE= makefile
Modified: head/palm/jpilot/Makefile
==============================================================================
--- head/palm/jpilot/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/palm/jpilot/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -18,6 +18,7 @@ COMMENT= Desktop Organizer Software for
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
+USE_GCC= any
USE_GMAKE= yes
USE_GNOME= gnomehier
GNU_CONFIGURE= yes
Modified: head/print/transfig/Makefile
==============================================================================
--- head/print/transfig/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/print/transfig/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -20,6 +20,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
MAKE_JOBS_SAFE= yes
+USE_GCC= any
USE_GHOSTSCRIPT_RUN= yes
USE_IMAKE= yes
USE_XORG= xpm
Modified: head/science/cdcl/Makefile
==============================================================================
--- head/science/cdcl/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/science/cdcl/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ DISTNAME= dcl-${PORTVERSION}-C
MAINTAINER= murashin at gfd-dennou.org
COMMENT= Scientific graphic library for geoscience
+USE_GCC= any
USE_XORG= x11 xext
USE_GNOME= gtk20 gdkpixbuf2
GNU_CONFIGURE= yes
Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/security/trousers/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= The open-source TCG Software Stack
+USE_GCC= any
USE_GMAKE= YES
USE_ICONV= YES
USE_OPENSSL= YES
Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/sysutils/lsof/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -40,6 +40,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL
.endif
USE_BZIP2= yes
+USE_GCC= any
HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
Modified: head/textproc/jade/Makefile
==============================================================================
--- head/textproc/jade/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/textproc/jade/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -25,6 +25,7 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/te
CONFLICTS= sp-1.*
USE_AUTOTOOLS= libtool
+USE_GCC= any
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/textproc/openjade/Makefile
==============================================================================
--- head/textproc/openjade/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/textproc/openjade/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -18,6 +18,7 @@ COMMENT= Object-oriented SGML/XML parser
LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
+USE_GCC= any
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5= yes
Modified: head/textproc/scim/Makefile
==============================================================================
--- head/textproc/scim/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/textproc/scim/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -17,6 +17,7 @@ COMMENT= Smart Common Input Method platf
USE_GNOME= gnomehack gnomehier gtk20 intlhack
USE_AUTOTOOLS= libtool
+USE_GCC= any
USE_ICONV= yes
USE_GMAKE= yes
USE_XORG= x11 xpm
Modified: head/textproc/senna/Makefile
==============================================================================
--- head/textproc/senna/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/textproc/senna/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -16,6 +16,7 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Embeddable Fulltext Search Engine
GNU_CONFIGURE= YES
+USE_GCC= any
USE_GMAKE= YES
USE_LDCONFIG= YES
CONFIGURE_ARGS= --with-sennahome=${SENNA_HOME}
Modified: head/www/libxul19/Makefile
==============================================================================
--- head/www/libxul19/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/www/libxul19/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -23,6 +23,7 @@ GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin
LATEST_LINK= libxul19
USE_AUTOTOOLS= autoconf213:env
+USE_GCC= any
WANT_GNOME= yes
WANT_PERL= yes
ALL_TARGET= default
Modified: head/x11-clocks/asclock/Makefile
==============================================================================
--- head/x11-clocks/asclock/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11-clocks/asclock/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ COMMENT= Afterstep clock with some langu
CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]*
+USE_GCC= any
USE_IMAKE= yes
USE_XORG= xpm xext x11
MAN1= asclock.1
Modified: head/x11-toolkits/Xaw3d/Makefile
==============================================================================
--- head/x11-toolkits/Xaw3d/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11-toolkits/Xaw3d/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -14,6 +14,7 @@ COMMENT= A 3-D Athena Widget set that lo
LICENSE= MIT
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
+USE_GCC= any
USE_IMAKE= yes
USE_XORG= x11 xext xmu xt sm ice xpm
USE_LDCONFIG= yes
Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:$
OPTIONS= UNICODE "Build with Unicode support" on
+USE_GCC= any
USE_WX= 2.6+
WX_COMPS= wx contrib
PERL_MODBUILD= yes
Modified: head/x11-toolkits/tk86/Makefile
==============================================================================
--- head/x11-toolkits/tk86/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11-toolkits/tk86/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -15,6 +15,7 @@ LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/../license.terms
LATEST_LINK?= tk86
+USE_GCC= any
USE_XORG= x11
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix
Modified: head/x11-toolkits/wxgtk29/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk29/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11-toolkits/wxgtk29/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -24,6 +24,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics
webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
USE_BZIP2= yes
+USE_GCC= any
USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
USE_GMAKE= yes
Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile Tue Oct 9 22:08:29 2012 (r305609)
+++ head/x11/eterm/Makefile Tue Oct 9 22:12:13 2012 (r305610)
@@ -15,6 +15,7 @@ BUILD_DEPENDS= man2html:${PORTSDIR}/text
LIB_DEPENDS= ast:${PORTSDIR}/devel/libast
USE_AUTOTOOLS= libtool
+USE_GCC= any
USE_LDCONFIG= yes
CONFIGURE_ARGS?=--enable-trans --enable-utmp \
--enable-xim --with-theme-update \
More information about the svn-ports-head
mailing list