diff options
author | gerald <gerald@FreeBSD.org> | 2009-04-26 05:27:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-04-26 05:27:22 +0800 |
commit | 204a07207015b0feee304c64542d0c82b258b009 (patch) | |
tree | 377510d7cf14da679e435dbf69a795e6860ebe41 /devel | |
parent | 8efc95c1eb1b27353e628c7c7f65d2638521387c (diff) | |
download | freebsd-ports-gnome-204a07207015b0feee304c64542d0c82b258b009.tar.gz freebsd-ports-gnome-204a07207015b0feee304c64542d0c82b258b009.tar.zst freebsd-ports-gnome-204a07207015b0feee304c64542d0c82b258b009.zip |
Mark for deprecation, since de facto 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-05-25
Approved by: maintainer timeout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oskit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/oskit/Makefile b/devel/oskit/Makefile index 87136b1e075f..293157abec48 100644 --- a/devel/oskit/Makefile +++ b/devel/oskit/Makefile @@ -16,6 +16,9 @@ COMMENT= Framework and a set of libraries for developing operating systems BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295 RUN_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295 +DEPRECATED= does not work with current versions of GCC, needs gcc295 which has been failing to build for months, no user/maintainer interest +EXPIRATION_DATE=2009-05-25 + USE_PERL5_BUILD= yes OSKITDIR= ${PORTNAME} |