- Remove USE_GCC where it can be satisfied with base compiler on following

FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
This commit is contained in:
Pav Lucistnik 2008-07-25 14:34:52 +00:00
parent 07dc5b5098
commit efa63f6ba4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217485
226 changed files with 2 additions and 258 deletions

View file

@ -17,7 +17,6 @@ MAINTAINER= mva@sysfault.org
COMMENT= ATK accessibility wrapper for python COMMENT= ATK accessibility wrapper for python
USE_GNOME= atk USE_GNOME= atk
USE_GCC= 3.4+
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=yes USE_PYDISTUTILS=yes

View file

@ -16,7 +16,6 @@ COMMENT= Toolkit for developing GPS applications
BUILD_DEPENDS= ${LOCALBASE}/bin/jam:${PORTSDIR}/devel/jam BUILD_DEPENDS= ${LOCALBASE}/bin/jam:${PORTSDIR}/devel/jam
USE_GCC= 3.4+
USE_LDCONFIG= yes USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}

View file

@ -31,6 +31,5 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ARGS= --datadir=${DATADIR}
USE_GCC= 3.3+
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -19,7 +19,6 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GNOME= gnometarget USE_GNOME= gnometarget
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
USE_LDCONFIG= yes USE_LDCONFIG= yes
post-patch: post-patch:

View file

@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidp
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CXXFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include
USE_GCC= 3.2+
PORTDOCS= ABOUT POINTER PORTDOCS= ABOUT POINTER
PLIST_FILES= bin/fcplay PLIST_FILES= bin/fcplay

View file

@ -20,7 +20,6 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_XORG= x11 USE_XORG= x11
USE_GNOME= esound gtk20 USE_GNOME= esound gtk20
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
MAKE_ENV= LOCALEDIR="${PREFIX}/share/locale" MAKE_ENV= LOCALEDIR="${PREFIX}/share/locale"

View file

@ -24,6 +24,5 @@ MAN1= jack-keyboard.1
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOME= gtk20 USE_GNOME= gtk20
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_GCC= 3.4+
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -24,7 +24,6 @@ USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" \ MAKE_ARGS= CC="${CC}" \
CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}" LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}"
USE_GCC= 3.3+
MAN1= rawrec.1 MAN1= rawrec.1
MLINKS= rawrec.1 rawplay.1 MLINKS= rawrec.1 rawplay.1

View file

@ -17,7 +17,6 @@ COMMENT= Network capacity tester
MAN1= thrulay.1 MAN1= thrulay.1
MAN8= thrulayd.8 MAN8= thrulayd.8
MANCOMPRESSED= no MANCOMPRESSED= no
USE_GCC= 3.2+
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -17,7 +17,6 @@ COMMENT= A fast tool for local sequence similarity searches
USE_ZIP= yes USE_ZIP= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.4+
MAKEFILE= makefile MAKEFILE= makefile
WRKSRC= ${WRKDIR}/${PORTNAME}Src WRKSRC= ${WRKDIR}/${PORTNAME}Src
MAKE_ENV+= HOME="${WRKSRC}/${BINDIR}" MACHTYPE="${ARCH}" MAKE_ENV+= HOME="${WRKSRC}/${BINDIR}" MACHTYPE="${ARCH}"

View file

@ -21,7 +21,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff tiff.4:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
# Hack to cure a misbehavior of the configure script # Hack to cure a misbehavior of the configure script
CONFIGURE_ARGS+= --without-irix_mipspro_mpi CONFIGURE_ARGS+= --without-irix_mipspro_mpi

View file

@ -20,6 +20,5 @@ USE_GMAKE= yes
USE_GNOME= glib20 pkgconfig USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.2+
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -15,7 +15,6 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= The Chewing intelligent phonetic input method library COMMENT= The Chewing intelligent phonetic input method library
USE_GNOME= gnomehack pkgconfig USE_GNOME= gnomehack pkgconfig
USE_GCC= 3.2+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -18,7 +18,6 @@ COMMENT= BBS client using GTK+ 2.x
USE_BZIP2= yes USE_BZIP2= yes
USE_GNOME= gtk20 intlhack USE_GNOME= gtk20 intlhack
USE_GCC= 3.3+
USE_GMAKE= yes USE_GMAKE= yes
USE_ICONV= yes USE_ICONV= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -16,7 +16,6 @@ MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Data exchange utility for Siemens mobile phones COMMENT= Data exchange utility for Siemens mobile phones
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
USE_ICONV= yes USE_ICONV= yes
USE_GETTEXT= yes USE_GETTEXT= yes

View file

@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15 USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
-I ${WRKSRC}/m4 -I ${WRKSRC}/m4
USE_GCC= 3.4+
LOCALSTATEDIR= /var/db/firebird LOCALSTATEDIR= /var/db/firebird
CONFDIR= ${PREFIX}/etc/firebird CONFDIR= ${PREFIX}/etc/firebird

View file

@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15 USE_AUTOTOOLS= autoconf:261 aclocal:19 libtool:15
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
-I ${WRKSRC}/m4 -I ${WRKSRC}/m4
USE_GCC= 3.4+
LOCALSTATEDIR= /var/db/firebird LOCALSTATEDIR= /var/db/firebird
CONFDIR= ${PREFIX}/etc/firebird CONFDIR= ${PREFIX}/etc/firebird

View file

@ -22,7 +22,6 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack libgda3 USE_GNOME= gnomehack libgda3
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -18,7 +18,6 @@ LIB_DEPENDS= proj.5:${PORTSDIR}/graphics/proj
RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
USE_BISON= build USE_BISON= build
USE_GCC= 3.2+
USE_PGSQL= yes USE_PGSQL= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -18,7 +18,6 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
CONFLICTS= pccts-[0-9]* CONFLICTS= pccts-[0-9]*
USE_GCC= 3.2+
USE_GMAKE= yes USE_GMAKE= yes
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.4+ JAVA_VERSION= 1.4+

View file

@ -19,7 +19,6 @@ ALL_TARGET= astyle
CFLAGS+= -W -Wall -fno-rtti -fno-exceptions CFLAGS+= -W -Wall -fno-rtti -fno-exceptions
LDFLAGS+= -s LDFLAGS+= -s
MAKE_ARGS+= CFLAGS="${CFLAGS}" MAKE_ARGS+= CFLAGS="${CFLAGS}"
USE_GCC= 3.3+
USE_GMAKE= yes USE_GMAKE= yes
WRKSRC= ${WRKDIR}/astyle/build WRKSRC= ${WRKDIR}/astyle/build

View file

@ -15,7 +15,6 @@ COMMENT= One stop library package by Bruce Guenter
NOT_FOR_ARCHS= alpha NOT_FOR_ARCHS= alpha
USE_GCC= 3.2+
USE_PERL5= yes USE_PERL5= yes
USE_AUTOTOOLS= libtool:15:env USE_AUTOTOOLS= libtool:15:env
LDFLAGS?= -s LDFLAGS?= -s

View file

@ -18,8 +18,6 @@ COMMENT= A java extension of BSD YACC-compatible parser generator
PLIST_FILES= bin/byaccj PLIST_FILES= bin/byaccj
WRKSRC= ${WRKDIR}/${DISTNAME}/src WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GCC= 3.4+
post-patch: post-patch:
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c

View file

@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A small utility used to generate code from a Dia diagram COMMENT= A small utility used to generate code from a Dia diagram
USE_GNOME= gnometarget libxml2 USE_GNOME= gnometarget libxml2
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -23,7 +23,6 @@ GNU_CONFIGURE= yes
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.2+ JAVA_VERSION= 1.2+
JAVA_OS= native JAVA_OS= native
USE_GCC= 3.4+
USE_GNOME= gnomehack glib20 USE_GNOME= gnomehack glib20
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd"

View file

@ -28,7 +28,6 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.4+
USE_GNOME= gnomehack gnometarget glib20 USE_GNOME= gnomehack gnometarget glib20
USE_PERL5= yes USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -21,7 +21,6 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack gnomevfs2 USE_GNOME= gnomehack gnomevfs2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -21,7 +21,6 @@ RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

View file

@ -16,7 +16,6 @@ COMMENT= A small, efficient C++ GUI library designed for games
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -19,7 +19,6 @@ LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \
gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.4+
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -16,7 +16,6 @@ MAINTAINER= rousskov@measurement-factory.com
COMMENT= A runtime parser generator COMMENT= A runtime parser generator
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
post-build: post-build:
@${ECHO_MSG} "Consider running 'make check' before 'make install'" @${ECHO_MSG} "Consider running 'make check' before 'make install'"

View file

@ -14,7 +14,6 @@ MASTER_SITES= http://www.unifont.org/lasi/download/
MAINTAINER= lme@FreeBSD.org MAINTAINER= lme@FreeBSD.org
COMMENT= C++ stream output interface for creating Postscript documents COMMENT= C++ stream output interface for creating Postscript documents
USE_GCC= 3.2+
USE_GNOME= pango pkgconfig USE_GNOME= pango pkgconfig
USE_AUTOTOOLS= libltdl:15 USE_AUTOTOOLS= libltdl:15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.2+ JAVA_VERSION= 1.2+
JAVA_OS= native JAVA_OS= native
USE_GCC= 3.4+
USE_GNOME= gnomehack gconf2 USE_GNOME= gnomehack gconf2
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd"

View file

@ -27,7 +27,6 @@ USE_GMAKE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_JAVA= yes USE_JAVA= yes
USE_GCC= 3.4+
JAVA_VERSION= 1.2+ JAVA_VERSION= 1.2+
JAVA_OS= native JAVA_OS= native
USE_GNOME= gnomehack libglade2 USE_GNOME= gnomehack libglade2

View file

@ -16,6 +16,5 @@ COMMENT= Library needed by syslog-ng
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.3+
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -19,7 +19,6 @@ BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes USE_BZIP2= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.2+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

View file

@ -18,7 +18,6 @@ COMMENT= A C++ library for easily serializing a wide variety of objects
WRKSRC= ${WRKDIR}/${DISTNAME}/src WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_ZIP= yes USE_ZIP= yes
USE_GCC= 3.2+
USE_LDCONFIG= yes USE_LDCONFIG= yes
post-extract: post-extract:

View file

@ -19,7 +19,6 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
LATEST_LINK= libsigc++20 LATEST_LINK= libsigc++20
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -15,7 +15,6 @@ COMMENT= Library for converting Unicode strings to numbers
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_GCC= 3.2+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"

View file

@ -16,7 +16,6 @@ COMMENT= A C++ library of common design patterns
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.4+
USE_LDCONFIG= yes USE_LDCONFIG= yes
DOCS= README CHANGES doc/flex/flex_string.html \ DOCS= README CHANGES doc/flex/flex_string.html \

View file

@ -14,7 +14,6 @@ MAINTAINER= vanilla@FreeBSD.org
COMMENT= Message Queuing for C++ COMMENT= Message Queuing for C++
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.4+
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget pkgconfig ltverhack USE_GNOME= gnomehack gnometarget pkgconfig ltverhack
USE_BZIP2= yes USE_BZIP2= yes

View file

@ -18,7 +18,6 @@ COMMENT= An Evolutionary Computation Framework
CONFLICTS= beagle-[0-9]* CONFLICTS= beagle-[0-9]*
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GCC= 3.3+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-optimization CONFIGURE_ARGS= --enable-optimization
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -18,7 +18,6 @@ COMMENT= A data interchange format library
USE_GMAKE= yes USE_GMAKE= yes
USE_BZIP2= yes USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.2+
USE_LDCONFIG= yes USE_LDCONFIG= yes
tests: build tests: build

View file

@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
USE_GNOME= atk USE_GNOME= atk
USE_GCC= 3.4+
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=yes USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= OcempGUI PYDISTUTILS_PKGNAME= OcempGUI

View file

@ -73,10 +73,6 @@ do-configure:
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include "${.CURDIR}/../../Mk/bsd.qt.mk" .include "${.CURDIR}/../../Mk/bsd.qt.mk"
.if ${OSVERSION} < 500035
USE_GCC= 3.4+
.endif
.if ${ARCH} == "alpha" .if ${ARCH} == "alpha"
CXXFLAGS+= -mieee CXXFLAGS+= -mieee
.endif .endif

View file

@ -19,7 +19,6 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GCC= 3.4+
USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -17,7 +17,6 @@ COMMENT= A C++ library for generation of Excel(TM) files
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GCC= 3.4+
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*src\).*|\1|' \ @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*src\).*|\1|' \

View file

@ -19,7 +19,6 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.4+
OPTIONS= SETUID "Run as pdns_recursor user" on \ OPTIONS= SETUID "Run as pdns_recursor user" on \
LUA "Enable Lua bindings" off \ LUA "Enable Lua bindings" off \

View file

@ -18,7 +18,6 @@ COMMENT= PHP, HTML and CSS development environment for GNOME 2.x
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml
USE_GCC= 3.4+
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -29,7 +29,6 @@ MANCOMPRESSED= no
CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.3+
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= libgnomeui desktopfileutils gnomehier USE_GNOME= libgnomeui desktopfileutils gnomehier

View file

@ -25,7 +25,6 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.4.4 PYDISTUTILS_PKGVERSION= 0.4.4
ALL_TARGET= # empty ALL_TARGET= # empty
USE_GCC= 3.4+
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
post-install: post-install:

View file

@ -20,7 +20,6 @@ RUN_DEPENDS= dynamips:${PORTSDIR}/emulators/dynamips-devel
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
ALL_TARGET= # empty ALL_TARGET= # empty
USE_GCC= 3.4+
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
post-install: post-install:

View file

@ -20,7 +20,6 @@ LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
CONFLICTS= dynamips-[0-9]* CONFLICTS= dynamips-[0-9]*
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
ALL_TARGET= ${PORTNAME} nvram_export ALL_TARGET= ${PORTNAME} nvram_export
MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\

View file

@ -17,7 +17,6 @@ COMMENT= Cisco 3600/7200 Simulator
LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
ALL_TARGET= ${PORTNAME} nvram_export ALL_TARGET= ${PORTNAME} nvram_export
MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\

View file

@ -20,7 +20,6 @@ USE_BISON= build
USE_SCONS= yes USE_SCONS= yes
USE_GNOME= gtk20 libxml2 USE_GNOME= gtk20 libxml2
USE_SDL= mixer USE_SDL= mixer
USE_GCC= 3.4+
SCONS_ARGS+= prefix="${PREFIX}" SCONS_ARGS+= prefix="${PREFIX}"

View file

@ -28,7 +28,6 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
MAKEFILE= GNUmakefile MAKEFILE= GNUmakefile
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.3+
USE_TCL= 84 USE_TCL= 84
USE_TCL_BUILD= 84 USE_TCL_BUILD= 84
USE_SDL= sdl image USE_SDL= sdl image

View file

@ -21,7 +21,6 @@ LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \
vga.1:${PORTSDIR}/graphics/svgalib vga.1:${PORTSDIR}/graphics/svgalib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GCC= 3.2+
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_SDL= sdl USE_SDL= sdl

View file

@ -43,7 +43,6 @@ BROKEN= Fails to compile: internal gcc error
.ifdef(WITH_GTK2) .ifdef(WITH_GTK2)
PLIST_SUB= INSTALL_GTK2="" PLIST_SUB= INSTALL_GTK2=""
USE_GCC= 3.4+
CONFIGURE_ARGS+= --enable-gtk=2.4 CONFIGURE_ARGS+= --enable-gtk=2.4
USE_GNOME= gnomelibs gtk20 USE_GNOME= gnomelibs gtk20
LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \

View file

@ -115,10 +115,6 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
BROKEN= internal gcc error on FreeBSD < 6.x BROKEN= internal gcc error on FreeBSD < 6.x
.endif .endif
.if (${MAMEMESS} == "mess")
USE_GCC= 3.4+
.endif
.if defined(WITH_ASM68K) .if defined(WITH_ASM68K)
ASM_COMMENT= ASM_COMMENT=
.else .else

View file

@ -23,7 +23,6 @@ OPTIONS= KTOBLZCHECK "KtoBlzCheck support" off
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GCC= 3.4+
USE_QT_VER= 3 USE_QT_VER= 3
QT_NONSTANDARD= special flags for threading QT_NONSTANDARD= special flags for threading

View file

@ -20,7 +20,6 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 \
xmltok:${PORTSDIR}/www/libwww \ xmltok:${PORTSDIR}/www/libwww \
xmlparse:${PORTSDIR}/www/libwww xmlparse:${PORTSDIR}/www/libwww
USE_GCC= 3.2+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -16,7 +16,6 @@ COMMENT= A C++ wrapper for libcurl
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
USE_GCC= 3.4+
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -26,7 +26,6 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5_BUILD=yes USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \
CXXFLAGS="-D_UNICODE_BROKEN_" \ CXXFLAGS="-D_UNICODE_BROKEN_" \
LIBS="`${SDL_CONFIG} --libs` -lm" LIBS="`${SDL_CONFIG} --libs` -lm"

View file

@ -18,7 +18,6 @@ COMMENT= A snake game with 8 levels
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_SDL= sdl USE_SDL= sdl
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \
LDFLAGS="`${SDL_CONFIG} --libs`" LDFLAGS="`${SDL_CONFIG} --libs`"

View file

@ -18,7 +18,6 @@ COMMENT= Cleaned up copy of the original Quake III Arena source code
USE_ZIP= yes USE_ZIP= yes
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
WRKSRC= ${WRKDIR}/CleanQ3 WRKSRC= ${WRKDIR}/CleanQ3
BUILD_WRKSRC= ${WRKSRC}/code/unix BUILD_WRKSRC= ${WRKSRC}/code/unix

View file

@ -18,7 +18,6 @@ COMMENT= Guide a cat across a series of rivers, jumping from log to log
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_SDL= sdl image mixer USE_SDL= sdl image mixer
USE_GCC= 3.4+
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

View file

@ -20,7 +20,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_SDL= sdl mixer USE_SDL= sdl mixer
USE_GCC= 3.4+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \

View file

@ -22,7 +22,6 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src
USE_ZIP= yes USE_ZIP= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}"

View file

@ -16,7 +16,6 @@ MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= GRhino Othello/Reversi Program COMMENT= GRhino Othello/Reversi Program
USE_GNOME= gnomeprefix libgnomeui USE_GNOME= gnomeprefix libgnomeui
USE_GCC= 3.4+
USE_PERL5_BUILD=yes USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -26,7 +26,6 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \
WRKSRC= ${WRKDIR}/GPL/GtkRadiant WRKSRC= ${WRKDIR}/GPL/GtkRadiant
USE_ZIP= yes USE_ZIP= yes
USE_GCC= 3.4+
USE_GNOME= gtk20 libxml2 USE_GNOME= gtk20 libxml2
USE_PYTHON_BUILD= yes USE_PYTHON_BUILD= yes
USE_SCONS= yes USE_SCONS= yes

View file

@ -17,7 +17,6 @@ COMMENT= Duel in the universe
WRKSRC= ${WRKDIR}/HighMoon WRKSRC= ${WRKDIR}/HighMoon
USE_SDL= image sdl USE_SDL= image sdl
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}"

View file

@ -22,7 +22,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/src WRKSRC= ${WRKDIR}/src
USE_GCC= 3.2+
USE_GMAKE= yes USE_GMAKE= yes
USE_ZIP= yes USE_ZIP= yes

View file

@ -28,7 +28,6 @@ EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
USE_BZIP2= yes USE_BZIP2= yes
USE_XORG= xxf86dga USE_XORG= xxf86dga
USE_GCC= 3.2+
USE_GMAKE= yes USE_GMAKE= yes
WRKSRC= ${WRKDIR}/KMQuake2_${PORTVERSION:S/.//}_src_unix WRKSRC= ${WRKDIR}/KMQuake2_${PORTVERSION:S/.//}_src_unix

View file

@ -15,7 +15,6 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= Masterserver for IdSoftware games (D3, EF, H2, Q2, Q3, QW) COMMENT= Masterserver for IdSoftware games (D3, EF, H2, Q2, Q3, QW)
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,7 +16,6 @@ COMMENT= A computer role-playing game engine
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_GCC= 3.4+
USE_SDL= sdl image USE_SDL= sdl image
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -18,7 +18,6 @@ COMMENT= Quake engine designed for playing Nehahra
USE_BZIP2= yes USE_BZIP2= yes
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_GCC= 3.2+
USE_GL= gl USE_GL= gl
USE_XORG= xxf86dga USE_XORG= xxf86dga
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -16,7 +16,6 @@ COMMENT= Nibbles is a simple ncurses-based console game
LDFLAGS+= -L${LOCALBASE}/lib -lncurses LDFLAGS+= -L${LOCALBASE}/lib -lncurses
CFLAGS+= -Wall CFLAGS+= -Wall
USE_GCC= 2.7+
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}

View file

@ -16,7 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-5
MAINTAINER= alepulver@FreeBSD.org MAINTAINER= alepulver@FreeBSD.org
COMMENT= Port of pMARS using the Simple Directmedia Library COMMENT= Port of pMARS using the Simple Directmedia Library
USE_GCC= 3.2+
USE_SDL= sdl USE_SDL= sdl
WRKSRC= ${WRKDIR}/${DISTNAME}/src WRKSRC= ${WRKDIR}/${DISTNAME}/src

View file

@ -16,7 +16,6 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= Ehnaced OpenGL only Quake II engine COMMENT= Ehnaced OpenGL only Quake II engine
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_XORG= xxf86dga xext xxf86vm x11 USE_XORG= xxf86dga xext xxf86vm x11
USE_GMAKE= yes USE_GMAKE= yes
ALL_TARGET= release ALL_TARGET= release

View file

@ -20,7 +20,6 @@ ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 with option
USE_ZIP= yes USE_ZIP= yes
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/code/unix BUILD_WRKSRC= ${WRKSRC}/code/unix

View file

@ -21,7 +21,6 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= 3rd-Zigock Bot II for Quake II COMMENT= 3rd-Zigock Bot II for Quake II
USE_ZIP= yes USE_ZIP= yes
USE_GCC= 3.4+
USE_DOS2UNIX= *.[ch] USE_DOS2UNIX= *.[ch]
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes

View file

@ -25,7 +25,6 @@ EXTRACT_DEPENDS=unrar:${PORTSDIR}/archivers/unrar
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_XORG= xxf86dga USE_XORG= xxf86dga
USE_GCC= 3.4+
ALL_TARGET= release ALL_TARGET= release
WRKSRC= ${WRKDIR}/${DISTNAME:S/quake2max/Quake2maX/} WRKSRC= ${WRKDIR}/${DISTNAME:S/quake2max/Quake2maX/}

View file

@ -25,7 +25,6 @@ ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3
USE_ZIP= yes USE_ZIP= yes
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GCC= 3.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-${REALVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${REALVERSION}
BUILD_WRKSRC= ${WRKSRC}/code/unix BUILD_WRKSRC= ${WRKSRC}/code/unix

View file

@ -17,7 +17,6 @@ COMMENT= Combination of R1Q2 and R1GL with SDL code from Quake2Forge
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.2+
USE_GMAKE= yes USE_GMAKE= yes
OPTIONS= CLIENT "Build client" on \ OPTIONS= CLIENT "Build client" on \

View file

@ -24,7 +24,6 @@ RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_SDL= sdl image mixer net USE_SDL= sdl image mixer net
USE_GCC= 3.2+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS}" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

View file

@ -24,7 +24,6 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/default.cfg:${PORTSDIR}/games/ufoai-data RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/default.cfg:${PORTSDIR}/games/ufoai-data
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GL= yes USE_GL= yes
USE_SDL= sdl mixer ttf USE_SDL= sdl mixer ttf
USE_GETTEXT= yes USE_GETTEXT= yes

View file

@ -23,7 +23,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GCC= 3.4+
PORTDOCS= README PORTDOCS= README
MAN6= volleyball.6 MAN6= volleyball.6

View file

@ -25,12 +25,6 @@ USE_SDL= sdl ttf mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502102
USE_GCC= 3.3+
.endif
pre-configure: pre-configure:
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh @cd ${WRKSRC}/sys/unix; ${SH} setup.sh
@ -45,4 +39,4 @@ post-configure:
's|#include <SDL_image.h>||g' \ 's|#include <SDL_image.h>||g' \
${WRKSRC}/win/vultures/vultures_gfl.c ${WRKSRC}/win/vultures/vultures_gfl.c
.include <bsd.port.post.mk> .include <bsd.port.mk>

View file

@ -67,7 +67,6 @@ post-patch:
USE_SDL= image sdl ttf USE_SDL= image sdl ttf
USE_GL= yes USE_GL= yes
PLIST_SUB+= SDL="" PLIST_SUB+= SDL=""
USE_GCC= 3.4+
MAN6+= xpilot-ng-sdl.6 MAN6+= xpilot-ng-sdl.6
.else .else
CONFIGURE_ARGS+=--disable-sdl-client CONFIGURE_ARGS+=--disable-sdl-client

View file

@ -20,7 +20,6 @@ OPTIONS= DOUBLE "64bit Data Precision Support" off \
FFTW3 "FFTW3 Support" on \ FFTW3 "FFTW3 Support" on \
IMAGEMAGICK "ImageMagick Support" on IMAGEMAGICK "ImageMagick Support" on
USE_GCC= 3.4+
USE_GMAKE= yes USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" IOCTL=1 MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" IOCTL=1

View file

@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.2+ JAVA_VERSION= 1.2+
JAVA_OS= native JAVA_OS= native
USE_GCC= 3.4+
USE_GNOME= gnomehack gnometarget USE_GNOME= gnomehack gnometarget
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd"

View file

@ -22,7 +22,6 @@ CONFLICTS= cal3d-[0-9]*
USE_BZIP2= yes USE_BZIP2= yes
USE_GNOME= pkgconfig USE_GNOME= pkgconfig
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.4+
USE_AUTOTOOLS= automake:19 autoheader:261 libtool:15 USE_AUTOTOOLS= automake:19 autoheader:261 libtool:15
AUTOMAKE_ARGS= --add-missing AUTOMAKE_ARGS= --add-missing
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

View file

@ -21,7 +21,6 @@ USE_GNOME= pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake:19 autoheader:261 libtool:15 USE_AUTOTOOLS= automake:19 autoheader:261 libtool:15
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GCC= 3.4+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cal3d_converter.1 MAN1= cal3d_converter.1

View file

@ -32,7 +32,6 @@ EXPIRATION_DATE=2008-09-19
USE_BZIP2= yes USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
USE_GL= yes USE_GL= yes
WANT_PERL= yes WANT_PERL= yes
LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}

View file

@ -31,7 +31,6 @@ CONFLICTS= crystalspace-devel-[0-9]*
USE_BZIP2= yes USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= 3.4+
USE_GL= yes USE_GL= yes
WANT_PERL= yes WANT_PERL= yes
LDFLAGS+= -L/usr/lib -lc LDFLAGS+= -L/usr/lib -lc

View file

@ -18,7 +18,6 @@ COMMENT= Edje is a complex graphical design and layout engine
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_BZIP2= yes USE_BZIP2= yes
USE_GCC= 3.4+
USE_GNOME= gnomehack pkgconfig gnometarget USE_GNOME= gnomehack pkgconfig gnometarget
USE_EFL= embryo eet evas ecore imlib2 USE_EFL= embryo eet evas ecore imlib2
USE_EFL_ECORE= evas job USE_EFL_ECORE= evas job

View file

@ -23,7 +23,6 @@ USE_GMAKE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAN1= exiv2.1 MAN1= exiv2.1
ALLTARGET= all ALLTARGET= all
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -17,7 +17,6 @@ COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_GMAKE= YES USE_GMAKE= YES
USE_BZIP2= YES USE_BZIP2= YES
USE_GCC= 3.4+
USE_LDCONFIG= YES USE_LDCONFIG= YES

View file

@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR}/gle4
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
# GUI requires QT 4.1.X # GUI requires QT 4.1.X
CONFIGURE_ARGS+= --with-qt=no CONFIGURE_ARGS+= --with-qt=no
USE_GCC= 3.4+
PLIST_SUB+= PORTVERSION=${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION}
REINPLACE_FILES= configure REINPLACE_FILES= configure

View file

@ -19,7 +19,6 @@ USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack \
pygtk2 pygtk2
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=yes USE_PYDISTUTILS=yes
USE_GCC= 3.4+
PORTDOCS= * PORTDOCS= *
INSTALLS_EGGINFO= yes INSTALLS_EGGINFO= yes

Some files were not shown because too many files have changed in this diff Show more