diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-10 14:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-10 14:36:49 +0000 |
commit | d8885db911f2fb6619181b67a10089f9fdbb921e (patch) | |
tree | d93cfa36dc813c8844f241203e25a2a7228e4256 /lang/jbuilder-jit | |
parent | da8ad05c4faa0b6d65d4b61e8382dee0d0841fa7 (diff) | |
download | pkgsrc-d8885db911f2fb6619181b67a10089f9fdbb921e.tar.gz |
Mark it as BROKEN for now, since the distfile is not available anymore.
New version 4.0 is out, update HOMEPAGE URL for that.
Diffstat (limited to 'lang/jbuilder-jit')
-rw-r--r-- | lang/jbuilder-jit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index c312a8a43af..c78bbf8c1cf 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:15 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/10 14:36:49 wiz Exp $ # DISTNAME= unix_jb35foundation @@ -7,12 +7,14 @@ CATEGORIES= lang MASTER_SITES= ftp://ftpc.inprise.com/pub/jbuilder/jb35foundation/unix/ MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.inprise.com/jbuilder/linux/download/ +HOMEPAGE= http://www.inprise.com/jbuilder/foundation/linux.html COMMENT= Just-In-Time compiler for Linux Java Virtual Machine # works with both 1.2.2 and 1.3 JVMs DEPENDS= sun-jre-*:../../lang/sun-jre13 +BROKEN= Old distfile not available anymore; needs to be updated to 4.0. + WRKSRC= ${WRKDIR}/javacomp-1.2.15 EXTRACT_ELEMENTS= LinuxJIT/javacomp-1.2.15.tar.gz |