diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
commit | 0d8f47d8f738a5a2acfff16702a824e5e1deed7e (patch) | |
tree | 1059becd0160fb62849327119f17f1d079c33846 /textproc | |
parent | 59e3d86a5b3f0b55a8a4d6dbe3befdb596c6b8c1 (diff) | |
download | ports-0d8f47d8f738a5a2acfff16702a824e5e1deed7e.tar.gz ports-0d8f47d8f738a5a2acfff16702a824e5e1deed7e.zip |
Notes
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} |