pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/jbuilder-jit This package only works on i386 Linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0df44181a70
branches:  trunk
changeset: 478553:c0df44181a70
user:      tv <tv%pkgsrc.org@localhost>
date:      Sun Jul 25 18:49:55 2004 +0000

description:
This package only works on i386 Linux/NetBSD (linux emul), and only with
the Java 1.3 Sun (or Sun-based, i.e. Blackdown) JVMs.

diffstat:

 lang/jbuilder-jit/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 8afde4e60e8e -r c0df44181a70 lang/jbuilder-jit/Makefile
--- a/lang/jbuilder-jit/Makefile        Sun Jul 25 16:15:26 2004 +0000
+++ b/lang/jbuilder-jit/Makefile        Sun Jul 25 18:49:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/20 12:19:16 agc Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/25 18:49:55 tv Exp $
 #
 
 DISTNAME=      unix_jb35foundation
@@ -19,8 +19,6 @@
 USE_JAVA2=     yes
 PLIST_SUBST+=  JAVADIR=${PKG_JAVA_HOME:C|${PREFIX}/||}
 
-ONLY_FOR_PLATFORM=     NetBSD-*-i386
-
 EXTRACT_ELEMENTS=      LinuxJIT/javacomp-1.2.15.tar.gz
 
 LICENSE=               single-user-license
@@ -32,6 +30,10 @@
 
 NO_BUILD=              yes
 
+# this package is only for Sun 1.3 JVMs built for x86 Linux
+ONLY_FOR_PLATFORM=     NetBSD-*-i386 Linux-*-i386
+PKG_JVMS_ACCEPTED=     sun-jdk13 blackdown-jdk13
+
 post-extract:
        @cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS}
 



Home | Main Index | Thread Index | Old Index