diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:27:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:27:46 +0000 |
commit | 3c088f1b9af4965790f8f782c45e3280bc5bb68d (patch) | |
tree | 574b4a0a046ae0a48a0fd8f8df039adf82f28f96 /databases | |
parent | 45b745f6054c573e73e15c5330ca045ec0b2779c (diff) |
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.
Notes
Notes:
svn path=/head/; revision=111956
Diffstat (limited to 'databases')
-rw-r--r-- | databases/edb/Makefile | 3 | ||||
-rw-r--r-- | databases/gnats/Makefile | 2 | ||||
-rw-r--r-- | databases/rdfdb/Makefile | 4 |
3 files changed, 8 insertions, 1 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile index 9166cb50f1ce..dfe4076ca7ba 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -16,6 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enlightenment Database Library BROKEN= checksum mismatch +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} + USE_LIBTOOL_VER= 13 USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 6bddc6f6c4b6..87270d70cc62 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -18,6 +18,8 @@ COMMENT= Cygnus GNATS bug tracking system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 FORBIDDEN= Compilation errors and security issues +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${FORBIDDEN} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ diff --git a/databases/rdfdb/Makefile b/databases/rdfdb/Makefile index 10b31358dfe0..d4ee641b7dc7 100644 --- a/databases/rdfdb/Makefile +++ b/databases/rdfdb/Makefile @@ -15,7 +15,9 @@ DISTNAME= rdfdb_src MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight RDF database -IGNORE= "Uses unregistered uid that conflicts with oracle7-client" +IGNORE= Uses unregistered uid that conflicts with oracle7-client +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${IGNORE} LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 |