pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/jbuilder-jit Actually, as of 1.3.1_05ish, this no...



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

description:
Actually, as of 1.3.1_05ish, this no longer works on sun-jdk13 because Sun
removed some of the external JIT compiler hooks.  So now it only works
on blackdown-jdk13.  (I may simply remove this package in the future, as
its usefulness is quickly dropping.)

diffstat:

 lang/jbuilder-jit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0df44181a70 -r 3b34db47c4ba lang/jbuilder-jit/Makefile
--- a/lang/jbuilder-jit/Makefile        Sun Jul 25 18:49:55 2004 +0000
+++ b/lang/jbuilder-jit/Makefile        Sun Jul 25 18:55:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/07/25 18:49:55 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/25 18:55:43 tv Exp $
 #
 
 DISTNAME=      unix_jb35foundation
@@ -32,7 +32,7 @@
 
 # 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
+PKG_JVMS_ACCEPTED=     blackdown-jdk13
 
 post-extract:
        @cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS}



Home | Main Index | Thread Index | Old Index