diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-04 00:14:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-04 00:14:43 +0000 |
commit | b03a7736c1fd9ca64e24b721f80fd789f4df1afd (patch) | |
tree | 6bbb74c4d7d5d65acbfec62ae256d9ffb8e79244 /devel/gccxml | |
parent | ca0bd81899410b687f70d2b12bb6d31e595ae5db (diff) | |
download | ports-b03a7736c1fd9ca64e24b721f80fd789f4df1afd.tar.gz ports-b03a7736c1fd9ca64e24b721f80fd789f4df1afd.zip |
Notes
Diffstat (limited to 'devel/gccxml')
-rw-r--r-- | devel/gccxml/Makefile | 5 |
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 |