diff options
author | bapt <bapt@FreeBSD.org> | 2010-10-30 06:24:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-10-30 06:24:57 +0800 |
commit | 9bf02e3ded83f28bf1477c09ddbd17e05a0930a3 (patch) | |
tree | 0991342d4786f838e4992cfaae4a83bd1a0bd864 /graphics | |
parent | 0fa4b35ab33e903c72007f1e5b2eab950532e258 (diff) | |
download | freebsd-ports-graphics-9bf02e3ded83f28bf1477c09ddbd17e05a0930a3.tar.gz freebsd-ports-graphics-9bf02e3ded83f28bf1477c09ddbd17e05a0930a3.tar.zst freebsd-ports-graphics-9bf02e3ded83f28bf1477c09ddbd17e05a0930a3.zip |
Mark as deprecated and set expiration date to 2010-12-30 for unmaintained
ports (ports@) that are broken and which seems abandonned upstream and
are broken for long or only build on 6.x which will be unsupported at that
time
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/g3dviewer/Makefile | 3 | ||||
-rw-r--r-- | graphics/paintlib/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/g3dviewer/Makefile b/graphics/g3dviewer/Makefile index c324f788a28..03ffe33e556 100644 --- a/graphics/g3dviewer/Makefile +++ b/graphics/g3dviewer/Makefile @@ -12,6 +12,9 @@ PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://automagically.de/files/ +DEPRECATED= does not build with gcc 4.2, upstream disapeared +EXPIRATION_DATE= 2010-12-30 + MAINTAINER= ports@FreeBSD.org COMMENT= A 3D file viewer for GTK+ diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index e964f27acdf..e95d8b24fe1 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tiff:${PORTSDIR}/graphics/tiff \ ungif:${PORTSDIR}/graphics/libungif +DEPRECATED= does not compile with new tiff and no more maintained upstream +EXPIRATION_DATE= 2010-12-30 BROKEN= does not compile with new tiff USE_AUTOTOOLS= libtool:22 |