diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-17 19:26:05 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-17 19:26:05 +0800 |
commit | f680574198e0cb07be3736a16d9d474c43d35f23 (patch) | |
tree | 38205b710b1266fbca2010dacd0fbb804290d0ba | |
parent | 79d84bc9ff1d66835fea9ac1cb27765a610adbea (diff) | |
download | freebsd-ports-gnome-f680574198e0cb07be3736a16d9d474c43d35f23.tar.gz freebsd-ports-gnome-f680574198e0cb07be3736a16d9d474c43d35f23.tar.zst freebsd-ports-gnome-f680574198e0cb07be3736a16d9d474c43d35f23.zip |
If memory serves me right, ports collection doesn't officially
support RELENG_3. But defining USE_NEWGCC should fix the compile
problems during package building for RELENG_3.
Therefore bump PORTREVISION.
-rw-r--r-- | net-mgmt/arts++/Makefile | 2 | ||||
-rw-r--r-- | net/arts++/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index 0a7b8484783e..eca27e89d964 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -7,6 +7,7 @@ PORTNAME= arts++ PORTVERSION= 1-1-a8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -15,6 +16,7 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes +USE_NEWGCC= yes CONFIGURE_ARGS+=--enable-shared MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ diff --git a/net/arts++/Makefile b/net/arts++/Makefile index 0a7b8484783e..eca27e89d964 100644 --- a/net/arts++/Makefile +++ b/net/arts++/Makefile @@ -7,6 +7,7 @@ PORTNAME= arts++ PORTVERSION= 1-1-a8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -15,6 +16,7 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes +USE_NEWGCC= yes CONFIGURE_ARGS+=--enable-shared MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ |