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 /textproc | |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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* |