diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
commit | b0444bbcc5cfddd1bc5ae830f75b78aaf807af11 (patch) | |
tree | 8443d56cd8087e3c34275731f93309a5f9c9276f /textproc | |
parent | 748617f689476eb8355379ce1e8ca00002483476 (diff) | |
download | freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.gz freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.zst freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.zip |
Mark broken some ports with unfetchable distfiles
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/galax/Makefile | 2 | ||||
-rw-r--r-- | textproc/gutenmark/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-hyperestraier/Makefile | 2 | ||||
-rw-r--r-- | textproc/tdtd.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/tei-guidelines-p4/Makefile | 2 | ||||
-rw-r--r-- | textproc/tei-p4/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile index b7fa5069b5c5..5cfeb96d4004 100644 --- a/textproc/galax/Makefile +++ b/textproc/galax/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://db.bell-labs.com/galax/Downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Galax is a full-featured, fully compliant implementation of XQuery +BROKEN= Does not fetch + BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml WRKSRC= ${WRKDIR}/galax diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index f6dacfac769f..3bfafbc53fb4 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -15,6 +15,8 @@ DISTNAME= GutenMark_source_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Attractively formatting Project Gutenberg texts +BROKEN= Does not fetch + PLIST_FILES= bin/GutenMark WRKSRC= ${WRKDIR}/GutenMark-source USE_GMAKE= yes diff --git a/textproc/py-hyperestraier/Makefile b/textproc/py-hyperestraier/Makefile index 81f55261ffcf..a09e25e90723 100644 --- a/textproc/py-hyperestraier/Makefile +++ b/textproc/py-hyperestraier/Makefile @@ -15,6 +15,8 @@ DISTNAME= hyper_estraier_wrappers-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for HyperEstraier +BROKEN= Does not fetch + BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= estraier.8:${PORTSDIR}/textproc/hyperestraier diff --git a/textproc/tdtd.el/Makefile b/textproc/tdtd.el/Makefile index 1d8726d3a536..845c9953e688 100644 --- a/textproc/tdtd.el/Makefile +++ b/textproc/tdtd.el/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= An emacs major mode for editing SGML and XML DTDs +BROKEN= Does not fetch + NO_WRKSUBDIR= yes NO_BUILD= yes USE_ZIP= yes diff --git a/textproc/tei-guidelines-p4/Makefile b/textproc/tei-guidelines-p4/Makefile index c6e2fdf37086..93ada0893b89 100644 --- a/textproc/tei-guidelines-p4/Makefile +++ b/textproc/tei-guidelines-p4/Makefile @@ -16,6 +16,8 @@ DISTNAME= p4html MAINTAINER= ports@FreeBSD.org COMMENT= TEI's Guidelines for Electronic Text Encoding and Interchange +BROKEN= Does not fetch + NO_BUILD= yes WRKSRC= ${WRKDIR}/TEI_P4 LATEST_LINK= tei-guidelines-p4 diff --git a/textproc/tei-p4/Makefile b/textproc/tei-p4/Makefile index 7a8503510991..a2403279f0ae 100644 --- a/textproc/tei-p4/Makefile +++ b/textproc/tei-p4/Makefile @@ -15,6 +15,8 @@ DISTNAME= dtd MAINTAINER= ports@FreeBSD.org COMMENT= DTD of the Text Encoding Initiative +BROKEN= Does not fetch + RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr LATEST_LINK= tei-p4 |