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 /devel | |
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 'devel')
-rw-r--r-- | devel/prcs/Makefile | 3 | ||||
-rw-r--r-- | devel/tvision/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 5fb4d17b27d4..f73ddd54e593 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The Project Revision Control System +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_GCC= 3.3 diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 27e31430cab5..c3f75aedbeee 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= devel/lang/c++ MAINTAINER= ports@FreeBSD.org COMMENT= The Turbo Vision C++ CUI library for UNIX +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |