summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-01-03 05:25:58 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-01-03 05:25:58 +0000
commit1b8233fc0990594f0ac32baae2499eacc075efa7 (patch)
treef50f440b670eca8b3a3acb1ca471ba06093a1989 /lang
parent- trim historical header (diff)
Update (and soften) DEPRECATED statement.
Mark BROKEN on FreeBSD 10.0 and later. Reported by: erwin
Notes
Notes: svn path=/head/; revision=309853
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc34/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 4888b0e562b1..e06390a18e3f 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -21,8 +21,6 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 3.4
-DEPRECATED= Superseded by GCC 4.6 and later, only kept for the sake of three obsolete ports
-
SUFFIX= 34
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
USE_BISON= build
@@ -37,6 +35,12 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.include <bsd.port.pre.mk>
+DEPRECATED= Superseded by GCC 4.6 and later, kept for the sake of two obsolete ports
+
+.if ${OSVERSION} >= 1000000
+BROKEN= Does not compile on FreeBSD 10.0 and later
+.endif
+
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.else