diff options
author | gerald <gerald@FreeBSD.org> | 2010-01-25 00:40:05 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-01-25 00:40:05 +0800 |
commit | ce20e681aed5e3dfb07b8303927200de2f56da95 (patch) | |
tree | 610a0a8d2ac6d32007623da0d6d980038138ddf6 /textproc | |
parent | 51354ad3fe27af2c7d5c9ea6da76ab44e3885666 (diff) | |
download | freebsd-ports-gnome-ce20e681aed5e3dfb07b8303927200de2f56da95.tar.gz freebsd-ports-gnome-ce20e681aed5e3dfb07b8303927200de2f56da95.tar.zst freebsd-ports-gnome-ce20e681aed5e3dfb07b8303927200de2f56da95.zip |
Mark BROKEN since this has not been updated to current versions yet
and now fails with the removal of lang/gnat-gcc41.
Mark DEPRECATED with an EXPIRATION_DATE of 2010-02-24 due to lack of
maintenance (such as updating to GCC 4.2 at least).
Reported by: cperciva
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlada-gcc/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/xmlada-gcc/Makefile b/textproc/xmlada-gcc/Makefile index 1cec7be60c02..c9489239b6d0 100644 --- a/textproc/xmlada-gcc/Makefile +++ b/textproc/xmlada-gcc/Makefile @@ -15,9 +15,13 @@ DISTNAME= gnat-gcc-xmlada-4.1.1_gnat_5.04a-r6.src EXTRACT_SUFX= .rpm MAINTAINER= hopet@ics.muni.cz -COMMENT= An XML parsing library for Ada 95, port for lang/gnat-gcc41 +COMMENT= An XML parsing library for Ada 95, port for lang/gnat-gcc42 -BUILD_DEPENDS= ${LOCALBASE}/bin/gcc41/gcc41:${PORTSDIR}/lang/gnat-gcc41 +BROKEN= not yet updated to current versions of GNAT +DEPRECATED= unmaintained for several years, not in sync with upstream +EXPIRATION_DATE=2010-02-24 + +BUILD_DEPENDS= ${LOCALBASE}/bin/gcc42/gcc42:${PORTSDIR}/lang/gnat-gcc42 EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio @@ -30,9 +34,9 @@ WRKSRC= ${WRKDIR}/xmlada-gnat-5_04a CONFLICTS= xmlada-[0-9]* -CC= ${LOCALBASE}/bin/gcc41/gcc41 -CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} CC=${LOCALBASE}/bin/gcc41/gcc41 -MAKE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} +CC= ${LOCALBASE}/bin/gcc42/gcc42 +CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc42:${PATH} CC=${LOCALBASE}/bin/gcc42/gcc42 +MAKE_ENV+= PATH=${LOCALBASE}/bin/gcc42:${PATH} USE_GMAKE= yes GNU_CONFIGURE= yes |