summaryrefslogtreecommitdiffstats
path: root/lang/gcc45
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-04-30 22:22:12 +0000
committergerald <gerald@FreeBSD.org>2005-04-30 22:22:12 +0000
commit74792cb5360badc85fdc19ac4377fc8da905e631 (patch)
treec7ab060721ef42caf3e82f1f9d1b12478a891981 /lang/gcc45
parent1f751a1369223e95fc3216ac02a557e75f7888bb (diff)
downloadFreeBSD-ports-74792cb5360badc85fdc19ac4377fc8da905e631.zip
FreeBSD-ports-74792cb5360badc85fdc19ac4377fc8da905e631.tar.gz
Disable the build on alpha.[1] Address some complaints by portlint.
Discussed with: kris [1]
Diffstat (limited to 'lang/gcc45')
-rw-r--r--lang/gcc45/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index a70bc1b..1f5b6f3 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -26,12 +26,12 @@ DISTFILES+= gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX}
MAINTAINER?= gerald@FreeBSD.org
COMMENT?= GNU Compiler Collection 4.1
-LATEST_LINK?= gcc41${PKGNAMESUFFIX}
-
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
.endif
+LATEST_LINK?= gcc41${PKGNAMESUFFIX}
+NOT_FOR_ARCHS= alpha
USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -45,7 +45,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633"
+BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633"
.endif
.if ${ARCH} == "amd64"
OpenPOWER on IntegriCloud