diff options
author | kris <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-11-03 11:56:42 +0800 |
commit | 2954f6a4f30fd58baf4d3899079e57e4092f8063 (patch) | |
tree | 3e5ef27876330e25a0a8c5b605b4833bd4ddee45 /textproc | |
parent | b4ede343c897b6a16f74a517b9bf2cc5f4e97ccd (diff) | |
download | freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.gz freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.zst freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.zip |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gdome2/Makefile | 2 | ||||
-rw-r--r-- | textproc/sary/Makefile | 2 | ||||
-rw-r--r-- | textproc/unroff/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 995bd9a220bd..eea4e2c5d3dd 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -15,6 +15,8 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +BROKEN= Missing dependencies, will be removed after Feb 2 + USE_GNOME= glib12 gnomehack USE_REINPLACE= yes USE_LIBTOOL= yes diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 50b07ce7c482..4c4f2fd38f82 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://prime.sourceforge.jp/freebsd/ MAINTAINER= knu@FreeBSD.org COMMENT= A suffix array library and tools, which provide fast full-text search +BROKEN= "Broken pkg-plist; will be removed after Feb 2" + USE_GNOME= glib20 gnomehack USE_REINPLACE= yes diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index e1512fd59640..69756c5aef51 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -19,6 +19,8 @@ COMMENT= A programmable troff translator with backend for HTML RUN_DEPENDS= elk:${PORTSDIR}/lang/elk BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk +BROKEN= "Does not build; will be removed after Feb 2" + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= unroff PATCH_STRIP= -p1 |