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 /www | |
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 'www')
-rw-r--r-- | www/monkey/Makefile | 2 | ||||
-rw-r--r-- | www/webcopy/Makefile | 2 | ||||
-rw-r--r-- | www/webglimpse/Makefile | 2 | ||||
-rw-r--r-- | www/webredirect/Makefile | 2 | ||||
-rw-r--r-- | www/xitami/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/www/monkey/Makefile b/www/monkey/Makefile index a3359d71ef2f..aa8c58d20d49 100644 --- a/www/monkey/Makefile +++ b/www/monkey/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.monkey-project.com/versions/ MAINTAINER= ports@FreeBSD.org COMMENT= A small, powerful, and fast Web server written in C +BROKEN= Does not fetch + USE_GMAKE= yes ALL_TARGET= default HAS_CONFIGURE= yes diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index 7000acdb0303..95ff41808d85 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= steve MAINTAINER= ports@FreeBSD.org COMMENT= A Web Mirroring Program +BROKEN= Does not fetch + RESTRICTED= "This program cannot be distributed if modified in any way. Don't sell for profit without written permission" ALL_TARGET= diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile index 535c1feee91c..7a8b762d0d7f 100644 --- a/www/webglimpse/Makefile +++ b/www/webglimpse/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= WWW interface to Glimpse search engine +BROKEN= Does not fetch + RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse MAKE_JOBS_SAFE= yes diff --git a/www/webredirect/Makefile b/www/webredirect/Makefile index d80a7453f454..e7d1a6261977 100644 --- a/www/webredirect/Makefile +++ b/www/webredirect/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.stacken.kth.se/pub/projects/webredirect/ MAINTAINER= ports@FreeBSD.org COMMENT= Small web server serving "301 Moved Permanently" only +BROKEN= Does not fetch + ALL_TARGET= depend all MAN1= webredirect.1 diff --git a/www/xitami/Makefile b/www/xitami/Makefile index f18be0752ffc..649603980f21 100644 --- a/www/xitami/Makefile +++ b/www/xitami/Makefile @@ -14,6 +14,8 @@ DISTNAME= xiopen_2_5_src MAINTAINER= ports@FreeBSD.org COMMENT= A fast, portable multithreaded web server +BROKEN= Does not fetch + NO_WRKSUBDIR= yes MAN8= xitami.8 |