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 /math | |
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 'math')
-rw-r--r-- | math/cxsc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |