diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-05 18:54:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-05 18:54:30 +0800 |
commit | 3964cc7b963fff9e3c5e683617fead07abc0614d (patch) | |
tree | de3b196e42f48a6afc69df5d851107a68307e450 | |
parent | 9c4facaa455c05c48ea06f993bff0a9907eca4c0 (diff) | |
download | freebsd-ports-gnome-3964cc7b963fff9e3c5e683617fead07abc0614d.tar.gz freebsd-ports-gnome-3964cc7b963fff9e3c5e683617fead07abc0614d.tar.zst freebsd-ports-gnome-3964cc7b963fff9e3c5e683617fead07abc0614d.zip |
Mark a few ports in ftp category BROKEN (unfetchable)
-rw-r--r-- | ftp/axel/Makefile | 2 | ||||
-rw-r--r-- | ftp/fmirror/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpsync/Makefile | 2 | ||||
-rw-r--r-- | ftp/gnusget/Makefile | 2 | ||||
-rw-r--r-- | ftp/spegla/Makefile | 2 | ||||
-rw-r--r-- | ftp/twoftpd/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 975156099670..e25714ab38e1 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= https://alioth.debian.org/frs/download.php/3015/ \ MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= Download accelerator +BROKEN= No public distfiles + USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile index 47df130ca441..8c50ef0f1387 100644 --- a/ftp/fmirror/Makefile +++ b/ftp/fmirror/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ \ MAINTAINER= kiwi@oav.net COMMENT= Program for mirroring files and directories from a remote FTP server +BROKEN= No public distfiles + GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS diff --git a/ftp/ftpsync/Makefile b/ftp/ftpsync/Makefile index 0e02553f308c..8c0b1745b461 100644 --- a/ftp/ftpsync/Makefile +++ b/ftp/ftpsync/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://ftpsync.sourceforge.net/ \ MAINTAINER= rodrigO@FreeBSD.org COMMENT= Synchronizes a local and a remote FTP directory trees +BROKEN= No public distfiles + RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww USES= perl5 tar:bzip2 shebangfix diff --git a/ftp/gnusget/Makefile b/ftp/gnusget/Makefile index 91b0e9793d7a..e329420004d3 100644 --- a/ftp/gnusget/Makefile +++ b/ftp/gnusget/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://fb.roolz.org/gnusget/ MAINTAINER= ilya.otyutskiy@gmail.com COMMENT= Shell-extension for wget which uses download- and history-file +BROKEN= No public distfiles + RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget NO_BUILD= yes diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index e7de21b4ceb0..bd0fbf2f8b24 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -14,6 +14,8 @@ PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz MAINTAINER= hrs@FreeBSD.org COMMENT= Mirror program for FTP sites (written in C) +BROKEN= Checksum mismatch + USES= uidfix MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man PLIST_FILES= bin/spegla man/man1/spegla.1.gz diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 01aa7d7a4b23..f4666b41d00d 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -12,6 +12,8 @@ COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2 +BROKEN= No public distfiles + BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm |