aboutsummaryrefslogtreecommitdiff
path: root/devel/gccxml
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-09-04 00:14:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-09-04 00:14:43 +0000
commitb03a7736c1fd9ca64e24b721f80fd789f4df1afd (patch)
tree6bbb74c4d7d5d65acbfec62ae256d9ffb8e79244 /devel/gccxml
parentca0bd81899410b687f70d2b12bb6d31e595ae5db (diff)
downloadports-b03a7736c1fd9ca64e24b721f80fd789f4df1afd.tar.gz
ports-b03a7736c1fd9ca64e24b721f80fd789f4df1afd.zip
Deprecate with an expiration date of 2011-10-04. Keeping GCC 3.4 and
the extra Mk/bsd.gcc.mk infrastructure for something dead only used by something else at least as dead just does not make sense.
Notes
Notes: svn path=/head/; revision=281123
Diffstat (limited to 'devel/gccxml')
-rw-r--r--devel/gccxml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile
index 328a3f9c4657..087eaf9fe3b9 100644
--- a/devel/gccxml/Makefile
+++ b/devel/gccxml/Makefile
@@ -15,6 +15,9 @@ COMMENT= XML output extension to GCC
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
+DEPRECATED= Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself
+EXPIRATION_DATE=2011-10-04
+
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-build
@@ -44,7 +47,7 @@ BROKEN= Build fails on powerpc
# the use of casted-pointer-dereferences as an lvalue to post-increment
# operations.
USE_GCC= 3.4
-CONFIGURE_ENV+= CPP="gcc34 -E"
+CONFIGURE_ENV+= CPP="gcc34 -E"
MAKE_ENV+= CPP="gcc34 -E"
.endif