diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-02 00:08:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-02 00:08:01 +0800 |
commit | 0a9bd248613e1c3ba8a4e5659be13a4d26604cf2 (patch) | |
tree | 03acebe034d2aa0a63adc70a71eacf4439441c78 /textproc | |
parent | 101e15cd358f1afa6d3ca9a552a41c77d8c65416 (diff) | |
download | freebsd-ports-gnome-0a9bd248613e1c3ba8a4e5659be13a4d26604cf2.tar.gz freebsd-ports-gnome-0a9bd248613e1c3ba8a4e5659be13a4d26604cf2.tar.zst freebsd-ports-gnome-0a9bd248613e1c3ba8a4e5659be13a4d26604cf2.zip |
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, dead upstream, and requiring gcc33 which fails to build
itself (and does not support current versionf of FreeBSD or non-i386).
EXPIRATION_DATE=2009-03-02.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latte/Makefile | 3 | ||||
-rw-r--r-- | textproc/nicetext/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 59bfa8a94aae..7608e13d6855 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.latte.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple language for marking up text in a very expressive way +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + USE_BISON= build USE_GMAKE= yes USE_AUTOTOOLS= autoconf:213 libtool:15 diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index fd7bbb89d1ea..aa42cd4feb91 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -19,6 +19,9 @@ MASTER_SITES= http://www.mirrors.wiretapped.net/security/steganography/nicetext/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert files to pseudo-natural-language text and back again +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + USE_GCC= 3.3 USE_GMAKE= yes CFLAGS+= -fpermissive |