diff options
author | gerald <gerald@FreeBSD.org> | 2009-03-29 07:22:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-03-29 07:22:34 +0800 |
commit | bb9ed672cbad19c55a92e5124b6ebe5110fd66ea (patch) | |
tree | 785f73220e5ab206de51266ed6621ef15e4a2a78 | |
parent | a16a7f2ab1bfb5b5484e1169de27b7f27100fb2a (diff) | |
download | freebsd-ports-gnome-bb9ed672cbad19c55a92e5124b6ebe5110fd66ea.tar.gz freebsd-ports-gnome-bb9ed672cbad19c55a92e5124b6ebe5110fd66ea.tar.zst freebsd-ports-gnome-bb9ed672cbad19c55a92e5124b6ebe5110fd66ea.zip |
Mark for deprecation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-04-28
-rw-r--r-- | sysutils/bbsmount/Makefile | 3 | ||||
-rw-r--r-- | sysutils/tua/Makefile | 3 | ||||
-rw-r--r-- | textproc/sp/Makefile | 3 | ||||
-rw-r--r-- | x11/qrash/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile index 7ece244454a5..4223c77861da 100644 --- a/sysutils/bbsmount/Makefile +++ b/sysutils/bbsmount/Makefile @@ -21,6 +21,9 @@ PORTDOCS= README BUGS NEWS AUTHORS ChangeLog MAN1= bbsmount.1 +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-04-28 + post-patch: @${REINPLACE_CMD} -e 's|-O[012]||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|SUBDIRS = data|SUBDIRS =|' ${WRKSRC}/Makefile.in diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index ee1510ac0858..9ddd4c58a004 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.vmunix.org/pub/misc/tua/ MAINTAINER= ports@FreeBSD.org COMMENT= The Uucp Analyzer +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-04-28 + GNU_CONFIGURE= yes USE_GCC= 2.95 diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 15b4e1ec24da..d5e4d8e01078 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -28,6 +28,9 @@ PORTDOCS= Makefile archform.htm build.htm catalog catalog.htm \ new.htm nsgmls.htm sgmldecl.htm sgmlnorm.htm sgmlsout.htm \ spam.htm spent.htm sx.htm sysdecl.htm sysid.htm xml.htm +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-04-28 + post-patch: ${REINPLACE_CMD} -e 's,=/usr/local,=${PREFIX},g' ${WRKSRC}/Makefile* diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile index bcc3af61e288..c2e9307d48da 100644 --- a/x11/qrash/Makefile +++ b/x11/qrash/Makefile @@ -19,6 +19,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Animated musical demo for X11 +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-04-28 + GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 USE_GCC= 2.95 |