svn commit: r309853 - head/lang/gcc34
Gerald Pfeifer
gerald at FreeBSD.org
Thu Jan 3 05:25:59 UTC 2013
Author: gerald
Date: Thu Jan 3 05:25:58 2013
New Revision: 309853
URL: http://svnweb.freebsd.org/changeset/ports/309853
Log:
Update (and soften) DEPRECATED statement.
Mark BROKEN on FreeBSD 10.0 and later.
Reported by: erwin
Modified:
head/lang/gcc34/Makefile
Modified: head/lang/gcc34/Makefile
==============================================================================
--- head/lang/gcc34/Makefile Thu Jan 3 00:36:55 2013 (r309852)
+++ head/lang/gcc34/Makefile Thu Jan 3 05:25:58 2013 (r309853)
@@ -21,8 +21,6 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EX
MAINTAINER= gerald at 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
.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
More information about the svn-ports-all
mailing list