diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 15:36:52 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 15:36:52 +0000 |
commit | 813ae29fc74db9498c7d0dcead71467432da73d7 (patch) | |
tree | 6239faefd46bc95f3dfa0fc2719ee8be57ce17e3 /net-mgmt/arts++/Makefile | |
parent | fd38a5e075371ed29b4b626ad43103b43301d402 (diff) |
Notes
Diffstat (limited to 'net-mgmt/arts++/Makefile')
-rw-r--r-- | net-mgmt/arts++/Makefile | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index e0fa02cd2dbe..b0889ea75e4a 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -6,37 +6,29 @@ # PORTNAME= arts++ -PORTVERSION= 1.1.a8 -PORTREVISION= 2 +PORTVERSION= 1.1.a11 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org COMMENT= A network data storage and analysis library from CAIDA GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+=--enable-shared +CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes USE_REINPLACE= yes +USE_INC_LIBTOOL_VER=13 +USE_GCC= 2.95 MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \ artsasagg.l artsportms.l artsportmagg.l artsintfms.l \ artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l -.include <bsd.port.pre.mk> +post-configure: + @${REINPLACE_CMD} -E -e "s,( gcc\*),\1 | g++\*,g" ${WRKSRC}/libtool -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - -post-patch: - cd ${WRKSRC}/classes/src; \ - ${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \ - ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \ - ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |