diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-06 04:09:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-06 04:09:03 +0000 |
commit | 109d2d23551c3fdb606ebfc67efd249eba48802d (patch) | |
tree | b7ad7e6751a44c5d3a1f5a94ad6351d57d1c4406 /devel/libg++ | |
parent | f23794e8c4d8b937a0e62adb04df3bf0c54a3d74 (diff) |
add USE_GCC=2.95 and unbreak this port.
use MASTER_SITE_GCC and make portlint happier.
Notes
Notes:
svn path=/head/; revision=100108
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 07b83bfc2a11..a9ba96ce46c2 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -9,11 +9,13 @@ PORTNAME= libg++ PORTVERSION= 2.8.1.3 CATEGORIES= devel -MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \ +MASTER_SITES= ${MASTER_SITE_GCC} \ ftp://gatekeeper.dec.com/pub/GNU/ +MASTER_SITE_SUBDIR=infrastructure -PATCH_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \ +PATCH_SITES= ${MASTER_SITE_GCC} \ http://people.redhat.com/manfredh/libgxx/ +PATCH_SITE_SUBDIR=infrastructure PATCHFILES= ${DISTNAME}-20000312.diff.gz \ ${DISTNAME}-20000419.diff.gz \ ${DISTNAME}-20000816.diff.gz \ @@ -23,16 +25,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A libg++ container classes for EGCS and later versions of GCC -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - +USE_GCC= 2.95 CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GCC28SUBDIR=${GCC28DIR} pre-configure: @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |