aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
commitefa63f6ba4d035a78bf22994112284daa54d01e2 (patch)
treea8e60f648b180d79a27a101c6135bb1ecf9d5c89 /net
parent07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff)
downloadports-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.gz
ports-efa63f6ba4d035a78bf22994112284daa54d01e2.zip
- 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 'net')
-rw-r--r--net/bld/Makefile1
-rw-r--r--net/libmms/Makefile1
-rw-r--r--net/ndisc6/Makefile1
-rw-r--r--net/siproxd/Makefile1
-rw-r--r--net/tintin++-devel/Makefile1
-rw-r--r--net/vncreflector/Makefile1
-rw-r--r--net/x11vnc/Makefile1
7 files changed, 0 insertions, 7 deletions
diff --git a/net/bld/Makefile b/net/bld/Makefile
index 197eb354ae9f..fedd091bcec4 100644
--- a/net/bld/Makefile
+++ b/net/bld/Makefile
@@ -17,7 +17,6 @@ COMMENT= A blacklisting daemon
USE_RC_SUBR= bld
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
-USE_GCC= 3.2+
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bld
PORTDOCS= README README.postfix
diff --git a/net/libmms/Makefile b/net/libmms/Makefile
index 1377d9a7331e..dfe469083be6 100644
--- a/net/libmms/Makefile
+++ b/net/libmms/Makefile
@@ -18,7 +18,6 @@ USE_GNOME= gnomehack gnometarget pkgconfig glib20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GCC= 3.4+
post-patch:
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile
index d222b58e8be8..a4290beea311 100644
--- a/net/ndisc6/Makefile
+++ b/net/ndisc6/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= rdenis@simphalempin.com
COMMENT= IPv6 network diagnostic tools
USE_BZIP2= yes
-USE_GCC= 3.2+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-suid-install
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile
index 9c31704ff237..78e61d50f995 100644
--- a/net/siproxd/Makefile
+++ b/net/siproxd/Makefile
@@ -16,7 +16,6 @@ COMMENT= A proxy/masquerading daemon for the SIP protocol
LIB_DEPENDS= osip2.5:${PORTSDIR}/net/libosip
-USE_GCC= 3.2+
USE_RC_SUBR= siproxd.sh
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --with-libosip-prefix=${PREFIX}
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile
index 43a8e618ed37..24dd48131a7f 100644
--- a/net/tintin++-devel/Makefile
+++ b/net/tintin++-devel/Makefile
@@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/tt/src
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GCC= 3.2+
PLIST_FILES= bin/tt++
PORTDOCS= BUGS CREDITS FAQ README TODO chat_protocol.txt tintin19.txt
diff --git a/net/vncreflector/Makefile b/net/vncreflector/Makefile
index b83e9350e5a9..02c90af47dd5 100644
--- a/net/vncreflector/Makefile
+++ b/net/vncreflector/Makefile
@@ -19,7 +19,6 @@ COMMENT= Multi-client VNC proxy server
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_RC_SUBR= vncreflector.sh
-USE_GCC= 3.3+
ALL_TARGET= default
WRKSRC= ${WRKDIR}/vnc_reflector
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile
index 7aaa5028c246..b9bad400ee39 100644
--- a/net/x11vnc/Makefile
+++ b/net/x11vnc/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GNOME= gnometarget
USE_XORG= x11 xext
GNU_CONFIGURE= yes
-USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"