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.
This commit is contained in:
parent
ad442dae43
commit
fc47e77d6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39960
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user