diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-06 06:20:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-06 06:20:35 +0800 |
commit | 8eff9f37aae3003cb57543532a29f0d3698952a8 (patch) | |
tree | 520c49d2916a340367e1bba3688b8c005b6cde9d | |
parent | 644f1195b0ebe0c481f92e5b2eda1403946b059a (diff) | |
download | freebsd-ports-gnome-8eff9f37aae3003cb57543532a29f0d3698952a8.tar.gz freebsd-ports-gnome-8eff9f37aae3003cb57543532a29f0d3698952a8.tar.zst freebsd-ports-gnome-8eff9f37aae3003cb57543532a29f0d3698952a8.zip |
Mark as broken unfetchable ports
-rw-r--r-- | editors/bpatch/Makefile | 1 | ||||
-rw-r--r-- | editors/e93/Makefile | 1 | ||||
-rw-r--r-- | editors/nedit/Makefile | 1 | ||||
-rw-r--r-- | editors/nvi-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/spe/Makefile | 1 | ||||
-rw-r--r-- | editors/yasnippet/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index ec87b6d4275b..587edc69518a 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= Hex editor that doesn't load the whole file at once +BROKEN= Unfetchable NO_WRKSUBDIR= yes PLIST_FILES= bin/bpatch \ man/man1/bpatch.1.gz diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 1d2766053c9a..42f0132a5e4e 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} +BROKEN= Unfetchable USES= gmake tcl tar:tgz USE_XORG= x11 xinerama MAKE_ARGS= PREFIX="${PREFIX}" \ diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index ac989fcd54ed..82330df90c9c 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -14,6 +14,7 @@ EXTRACT_ONLY= nedit-5.6-src.tar.gz MAINTAINER= deischen@FreeBSD.org COMMENT= X11/Motif GUI text editor for programs and plain text files +BROKEN= Unfetchable LICENSE= GPLv1 USES= motif perl5 diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 571f9ae47c81..d3cca0ac4bc1 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -17,6 +17,7 @@ OPTIONS_DEFINE= WIDECHAR OPTIONS_DEFAULT=WIDECHAR WIDECHAR_DESC= Enable wide-character support (UTF-8) +BROKEN= Unfetchable WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/editors/spe/Makefile b/editors/spe/Makefile index 02d26ea2c5a7..c9a25e43dfa6 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -12,6 +12,7 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-wx2.6.1.0 MAINTAINER= nivit@FreeBSD.org COMMENT= Stani's Python Editor +BROKEN= Unfetchable NO_BUILD= yes USES= python diff --git a/editors/yasnippet/Makefile b/editors/yasnippet/Makefile index 213927f7cd2f..c44950b68895 100644 --- a/editors/yasnippet/Makefile +++ b/editors/yasnippet/Makefile @@ -11,6 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= olgeni@FreeBSD.org COMMENT= YASnippet is a template system for Emacs +BROKEN= Unfetchable USES= tar:bzip2 USE_EMACS= yes NO_BUILD= yes |