Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 05:25:58 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309853 - head/lang/gcc34
Message-ID:  <201301030525.r035PxVf040141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301030525.r035PxVf040141>