diff options
-rw-r--r-- | audio/quelcom/Makefile | 3 | ||||
-rw-r--r-- | devel/prcs/Makefile | 3 | ||||
-rw-r--r-- | devel/tvision/Makefile | 3 | ||||
-rw-r--r-- | math/cxsc/Makefile | 3 | ||||
-rw-r--r-- | textproc/latte/Makefile | 3 | ||||
-rw-r--r-- | textproc/nicetext/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile index b3ac58cb7af0..ae74f81082c7 100644 --- a/audio/quelcom/Makefile +++ b/audio/quelcom/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.etse.urv.es/~dmanye/quelcom/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A set of command-line utilities for MP3 and wave files +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_GETTEXT= yes USE_GMAKE= yes 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 diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile index c684456a4375..fffcccc3f3c9 100644 --- a/math/cxsc/Makefile +++ b/math/cxsc/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-2-0-beta MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for eXtended Scientific Computing +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes USE_GCC= 3.3 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 |