mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
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
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= arts++
|
PORTNAME= arts++
|
||||||
PORTVERSION= 1-1-a8
|
PORTVERSION= 1-1-a8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
@ -15,6 +16,7 @@ MAINTAINER= andreas@FreeBSD.org
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_NEWGCC= yes
|
||||||
CONFIGURE_ARGS+=--enable-shared
|
CONFIGURE_ARGS+=--enable-shared
|
||||||
|
|
||||||
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
|
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= arts++
|
PORTNAME= arts++
|
||||||
PORTVERSION= 1-1-a8
|
PORTVERSION= 1-1-a8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
@ -15,6 +16,7 @@ MAINTAINER= andreas@FreeBSD.org
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_NEWGCC= yes
|
||||||
CONFIGURE_ARGS+=--enable-shared
|
CONFIGURE_ARGS+=--enable-shared
|
||||||
|
|
||||||
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
|
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
|
||||||
|
|
Loading…
Add table
Reference in a new issue