diff options
author | kris <kris@FreeBSD.org> | 2005-07-23 10:53:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-23 10:53:43 +0800 |
commit | f33dfa67985953b3bdf963cbe8ecb7f317f50041 (patch) | |
tree | 2db37fa3a53b9f4b88787ec17afe90e22dc02ccf /textproc | |
parent | f52d0b7316d6addc7be1b2676994bf22e824ef37 (diff) | |
download | freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.tar.gz freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.tar.zst freebsd-ports-gnome-f33dfa67985953b3bdf963cbe8ecb7f317f50041.zip |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdsware/Makefile | 2 | ||||
-rw-r--r-- | textproc/redland-bindings/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 2 | ||||
-rw-r--r-- | textproc/tei-xlite/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/textproc/cdsware/Makefile b/textproc/cdsware/Makefile index 4828ab99f74c..4a49eda996d9 100644 --- a/textproc/cdsware/Makefile +++ b/textproc/cdsware/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_mysql.so:${PORTSDIR}/databases/py-MySQLdb \ ${PYNUMERIC} BROKEN= "Conflicting dependencies: apache 1.x and apache 2.x" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 .if !defined(WITHOUT_X11) . if !defined(WITHOUT_XPDF) diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 58889a9b19c7..b64a0f5417ac 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -14,6 +14,8 @@ MAINTAINER= russell@rucus.ru.ac.za COMMENT= Language bindings for the Redland package BROKEN= Configure fails +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 #OPTIONS= JAVA "Add Java bindings" off \ # PERL "Add Perl bindings" off \ diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index eed182b4bf67..76bc07c423e4 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv # ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 CONFLICTS= ruby-rss-* diff --git a/textproc/tei-xlite/Makefile b/textproc/tei-xlite/Makefile index 1b7df892f8c3..b88dac6b48cf 100644 --- a/textproc/tei-xlite/Makefile +++ b/textproc/tei-xlite/Makefile @@ -21,6 +21,8 @@ COMMENT= XML version of the TEI-Lite DTD RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr BROKEN= Size mismatch +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 NO_BUILD= yes PLIST_SUB= XMLCATMGR=${XMLCATMGR} |