[Midnightbsd-cvs] mports: Makefile: This doesn't fix magus, but it's helpful.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Apr 14 00:09:44 EDT 2008
Log Message:
-----------
This doesn't fix magus, but it's helpful.
Modified Files:
--------------
mports/lang/gcc33:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/gcc33/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L lang/gcc33/Makefile -L lang/gcc33/Makefile -u -r1.1 -r1.2
--- lang/gcc33/Makefile
+++ lang/gcc33/Makefile
@@ -9,7 +9,7 @@
PORTNAME= gcc
PORTVERSION= 3.3.6
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= lang
VERSIONSTRING= ${PORTVERSION}
@@ -21,12 +21,14 @@
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
-MAINTAINER?= ports at MidnightBSD.org
-COMMENT?= GNU Compiler Collection 3.3
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GNU Compiler Collection 3.3
+LICENCE= gpl2
SUFFIX= 33
LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
-USE_BISON= yes
+NOT_FOR_ARCHS= amd64
+USE_BISON= build
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
@@ -39,7 +41,6 @@
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd6.0
-BROKEN= Bus errors in stage2; system compiler may be broken.
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd6.0
.endif
More information about the Midnightbsd-cvs
mailing list