From 9d1c3cbfcf48be7d0d4f22f92a38c0131985b62e Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 9 Mar 2001 13:01:35 +0000 Subject: =?UTF-8?q?*=20Found=20a=20new=20mastersite=20for=20the=20patches.?= =?UTF-8?q?=20=20Also=20found=20more=20patches=20there.=20*=20Fix=20the=20?= =?UTF-8?q?build=20problem=20that=20was=20created=20when=20bsd.port.mk=20s?= =?UTF-8?q?tarted=20setting=20=20=20CXXFLAGS=20in=20MAKE=5FENV.=20=20The?= =?UTF-8?q?=20problem=20is=20if=20a=20port=20uses=20a=20BSD-style=20Makefi?= =?UTF-8?q?le=20=20=20and=20C++,=20sys.mk=20will=20not=20craft=20a=20prope?= =?UTF-8?q?r=20CXXFLAGS=20because=20it=20uses=20"=3D=3F".?= --- devel/libg++/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'devel/libg++/Makefile') diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index d1c08bf..22a64e0 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -16,10 +16,11 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} -PATCH_SITES= http://www.m-hollstein.de/libgxx/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= obrien -PATCHFILES= ${DISTNAME}-20000312.diff.gz +PATCH_SITES= http://www.cygnus.com/~manfredh/libgxx/ \ +PATCHFILES= ${DISTNAME}-20000312.diff.gz \ + ${DISTNAME}-20000419.diff.gz \ + ${DISTNAME}-20000816.diff.gz \ + ${DISTNAME}-20000914.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org @@ -28,8 +29,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GCC28SUBDIR=${GCC28DIR} USE_NEWGCC= yes -BROKEN= "Does not build - compiler error" - pre-configure: @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile -- cgit v1.1