diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /misc | |
parent | - Desupport FreeBSD 4.x (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=217485
Diffstat (limited to 'misc')
-rw-r--r-- | misc/apparix/Makefile | 1 | ||||
-rw-r--r-- | misc/bidwatcher/Makefile | 1 | ||||
-rw-r--r-- | misc/findutils/Makefile | 1 | ||||
-rw-r--r-- | misc/firestring/Makefile | 2 | ||||
-rw-r--r-- | misc/kbfx/Makefile | 1 | ||||
-rw-r--r-- | misc/ossp-uuid/Makefile | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile index 206d43beae9a..c1995092485b 100644 --- a/misc/apparix/Makefile +++ b/misc/apparix/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-07-261 MAINTAINER= steinex@nognu.de COMMENT= Bookmark directories and apparate inside them -USE_GCC= 3.2+ GNU_CONFIGURE= yes MANCOMPRESSED= no diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 4b75e2f3ff31..468f0ece5ca5 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -23,7 +23,6 @@ COMMENT= Bid monitor for eBay LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl PLIST_FILES= bin/bidwatcher -USE_GCC= 3.2+ USE_GNOME= gtk12 GNU_CONFIGURE= YES CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 77e5e0c31a29..a64f29e7662f 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes -USE_GCC= 3.4+ .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index 3fa47f71bf4e..3eb829f4ae13 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -21,8 +21,6 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -USE_GCC= 3.4+ - WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= firestring_chomp.3 firestring_chug.3 firestring_concat.3 \ diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile index b9b2a61b4df8..b7a348a91e91 100644 --- a/misc/kbfx/Makefile +++ b/misc/kbfx/Makefile @@ -22,6 +22,5 @@ USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GCC= 3.4+ .include <bsd.port.mk> diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 9ea47855a8c7..d465525cc2f4 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -17,7 +17,6 @@ COMMENT= ISO-C & Perl API and CLI for generating Universally Unique Identifiers CONFLICTS= e2fsprogs-libuuid-[0-9]* -USE_GCC= 3.2+ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |