diff options
author | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
commit | 14d1eea421a42564b8f6285daa105bd4a08c6155 (patch) | |
tree | 25e9f8e2c9bd27f220ae798861e3a5e531810e8d /graphics | |
parent | 0c36999fa5188ed3a00754d9ceaa4006134ba9c7 (diff) | |
download | freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.gz freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.zst freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.zip |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giram/Makefile | 2 | ||||
-rw-r--r-- | graphics/maverik/Makefile | 2 | ||||
-rw-r--r-- | graphics/pstoepsi/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-imaging-handbook/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-gdchart/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 5762938c76d2..422a0ae9f24d 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -17,6 +17,8 @@ COMMENT= A POV-Ray oriented modeller LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds BROKEN= "Does not compile" +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} USE_X_PREFIX= yes USE_PERL5_BUILD= yes diff --git a/graphics/maverik/Makefile b/graphics/maverik/Makefile index 2c85658bb8db..c77de3a3db7b 100644 --- a/graphics/maverik/Makefile +++ b/graphics/maverik/Makefile @@ -18,6 +18,8 @@ COMMENT= A publicly available virtual reality (VR) system LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea BROKEN= "Changes its PORTNAME at install-time (maverik -> maverik-gtk)" +EXPIRATION_DATE=2004-08-20 +DEPRECATED= Changes its PORTNAME at install-time (maverik -> maverik-gtk) USE_REINPLACE= yes USE_SUBMAKE= yes diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index 2aa03de2c290..95c58dc63192 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -17,6 +17,8 @@ MAINTAINER= mita@FreeBSD.org COMMENT= Wiliam Chia-Wei Cheng's yet another PS to EPSI converter BROKEN= "Checksum mismatch" +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} USE_GHOSTSCRIPT_RUN= yes diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile index 343714220b81..444eca8f90c9 100644 --- a/graphics/py-imaging-handbook/Makefile +++ b/graphics/py-imaging-handbook/Makefile @@ -28,6 +28,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Python Imaging Library Handbook BROKEN= "Checksum mismatch" +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} DIST_SUBDIR= pil EXTRACT_ONLY= diff --git a/graphics/ruby-gdchart/Makefile b/graphics/ruby-gdchart/Makefile index 476172ef04bd..51688dac3ddc 100644 --- a/graphics/ruby-gdchart/Makefile +++ b/graphics/ruby-gdchart/Makefile @@ -17,6 +17,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension to use the GDCHART library BROKEN= Does not compile +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart |