diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-02 21:47:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-02 21:47:46 +0800 |
commit | 015905617fb1fd6d228b77e36220017ce95646f1 (patch) | |
tree | aa78ece2a924099a5da69cb50a7e72f100fbedff /lang | |
parent | 8aeadd6e9bc0f4b61f1178e9d75c2c5fd980503c (diff) | |
download | freebsd-ports-gnome-015905617fb1fd6d228b77e36220017ce95646f1.tar.gz freebsd-ports-gnome-015905617fb1fd6d228b77e36220017ce95646f1.tar.zst freebsd-ports-gnome-015905617fb1fd6d228b77e36220017ce95646f1.zip |
Mark BROKEN: Does not fetch
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 2 | ||||
-rw-r--r-- | lang/libjit/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-JavaScript/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 9a737346c236..2ae3c8041283 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://expect.nist.gov/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A sophisticated scripter based on tcl/tk +BROKEN= does not fetch + CONFLICTS= expect-5.44* PORTSCOUT= skipv:5.44.0,5.44.1 # These were recalled by NIST diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index e945430a426c..8f9e8ab9a035 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/ MAINTAINER= ports@FreeBSD.org COMMENT= Libjit implements Just-In-Time compilation functionality +BROKEN= does not fetch + USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/p5-JavaScript/Makefile b/lang/p5-JavaScript/Makefile index 5ece5d04aee8..8767f9f5dae3 100644 --- a/lang/p5-JavaScript/Makefile +++ b/lang/p5-JavaScript/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for executing embedded JavaScript +BROKEN= does not fetch + LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey MAN3= JavaScript.3 |