diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-12 07:29:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-12 07:29:37 +0000 |
commit | 3f0f2933145af919e36190a07ba9128ff594826b (patch) | |
tree | e9ebd38f61b7a53282e817ac92b98c06f49f8031 | |
parent | 7a5c710ddf60d6ef5e0a0bd903335ec73c4a61de (diff) | |
download | pkgsrc-3f0f2933145af919e36190a07ba9128ff594826b.tar.gz |
Fix path to fastjar, bump revision.
-rw-r--r-- | lang/kaffe/Makefile | 4 | ||||
-rw-r--r-- | lang/kaffe/distinfo | 3 | ||||
-rw-r--r-- | lang/kaffe/patches/patch-aa | 12 |
3 files changed, 17 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 5cd4ae8dd05..a088e5aeec6 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.68 2006/05/10 16:46:20 tonio Exp $ +# $NetBSD: Makefile,v 1.69 2006/05/12 07:29:37 joerg Exp $ # .include "Makefile.common" +PKGREVISION= 1 + CONFLICTS+= kaffe-nox11-[0-9]* CONFIGURE_ARGS+= --disable-native-awt diff --git a/lang/kaffe/distinfo b/lang/kaffe/distinfo index 845d30e8896..be59b75fc3d 100644 --- a/lang/kaffe/distinfo +++ b/lang/kaffe/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.20 2006/05/10 16:46:20 tonio Exp $ +$NetBSD: distinfo,v 1.21 2006/05/12 07:29:37 joerg Exp $ SHA1 (kaffe-1.1.7.tar.gz) = 5951d16a4a7b11689932583d134520ca6de00817 RMD160 (kaffe-1.1.7.tar.gz) = 7523a3470cd06cf60dbade8ea2f464dc9d85277b Size (kaffe-1.1.7.tar.gz) = 14494274 bytes +SHA1 (patch-aa) = a06b60e1ba76df59955bd1aba305fc8fef0a310a diff --git a/lang/kaffe/patches/patch-aa b/lang/kaffe/patches/patch-aa new file mode 100644 index 00000000000..99445af7f1b --- /dev/null +++ b/lang/kaffe/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.17 2006/05/12 07:29:37 joerg Exp $ + +--- kaffe/scripts/jar.in.orig 2006-05-12 07:04:33.000000000 +0000 ++++ kaffe/scripts/jar.in +@@ -1,6 +1,4 @@ + #! /bin/sh +-prefix=@prefix@ +-exec_prefix=@exec_prefix@ +-exec @bindir@/fastjar@EXEEXT@ ${1+"$@"} ++exec @FASTJAR@ ${1+"$@"} + exit $? + |