diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | b70e8b7e1de586c9f68122d4a37c3533e8b79b8a (patch) | |
tree | daa87464331d7a402c941bab0dc2a11aa17eded2 /textproc | |
parent | - Update fxscintilla to 1.62 (diff) |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Notes
Notes:
svn path=/head/; revision=124429
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gutenbook/Makefile | 2 | ||||
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-4suite/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-docutils/Makefile | 2 | ||||
-rw-r--r-- | textproc/sgmltools-lite/Makefile | 2 | ||||
-rw-r--r-- | textproc/sgmltools/Makefile | 2 | ||||
-rw-r--r-- | textproc/spell/Makefile | 4 |
7 files changed, 15 insertions, 1 deletions
diff --git a/textproc/gutenbook/Makefile b/textproc/gutenbook/Makefile index 142332dbb939..2ced43d6ccf8 100644 --- a/textproc/gutenbook/Makefile +++ b/textproc/gutenbook/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${site_perl}/URI/URL.pm:${PORTSDIR}/net/p5-URI BROKEN= Checksum mismatch +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} site_perl= ${SITE_PERL} diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index 48d056dd7ef6..dda4bba6debb 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.2:${PORTSDIR}/textproc/iiimf-client-lib BROKEN= Does not compile +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_GNOME= gtk20 USE_X_PREFIX= yes diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index 0d6fea306f1d..b1940d61dd59 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -17,6 +17,8 @@ MAINTAINER= mike@skew.org COMMENT= A collection of Python tools for XML processing and object database management IGNORE= has a broken pkg-plist that removes dozens of files not installed by this port. +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "${IGNORE}" BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${PYXML} diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 7995d3a30954..537d6b5f1039 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python Documentation Utilities BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/textproc/sgmltools-lite/Makefile b/textproc/sgmltools-lite/Makefile index 16d8778e8b57..11ecfd28a2d3 100644 --- a/textproc/sgmltools-lite/Makefile +++ b/textproc/sgmltools-lite/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} MAN1= sgmltools-lite.1 GNU_CONFIGURE= yes diff --git a/textproc/sgmltools/Makefile b/textproc/sgmltools/Makefile index 66e476e4430b..b20003fa83e6 100644 --- a/textproc/sgmltools/Makefile +++ b/textproc/sgmltools/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_BZIP2= yes USE_PERL5= yes diff --git a/textproc/spell/Makefile b/textproc/spell/Makefile index eae031157c12..296f57ffd3bc 100644 --- a/textproc/spell/Makefile +++ b/textproc/spell/Makefile @@ -15,7 +15,9 @@ MASTER_SITE_SUBDIR= spell MAINTAINER= brian@quynh-and-brian.org COMMENT= A GNU implementation of the UNIX spell utility using Ispell -IGNORE= Overwrites file installed by dependency +IGNORE= overwrites file installed by dependency +EXPIRATION_DATE= 2005-02-18 +DEPRECATED= "${IGNORE}" RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell |