pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/kaffe Use EXTRACT_USING = pax, to avoir problem u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7be68d98e638
branches:  trunk
changeset: 501821:7be68d98e638
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Oct 29 17:37:20 2005 +0000

description:
Use EXTRACT_USING = pax, to avoir problem under 1.6.2
Silent pkglint warnings

diffstat:

 lang/kaffe/Makefile        |  4 ++--
 lang/kaffe/Makefile.common |  7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 0dfcb995219d -r 7be68d98e638 lang/kaffe/Makefile
--- a/lang/kaffe/Makefile       Sat Oct 29 17:14:58 2005 +0000
+++ b/lang/kaffe/Makefile       Sat Oct 29 17:37:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/10/11 10:00:15 tonio Exp $
+# $NetBSD: Makefile,v 1.65 2005/10/29 17:37:20 tonio Exp $
 #
 
 .include "Makefile.common"
@@ -14,7 +14,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 UNLIMIT_RESOURCES=        datasize
-LIBS= -lltdl
+LIBS+= -lltdl
 
 PRINT_PLIST_AWK+=      /^java\/kaffe\/jre\/lib\/security\/java.security$$/ \
                                { next; }
diff -r 0dfcb995219d -r 7be68d98e638 lang/kaffe/Makefile.common
--- a/lang/kaffe/Makefile.common        Sat Oct 29 17:14:58 2005 +0000
+++ b/lang/kaffe/Makefile.common        Sat Oct 29 17:37:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/10/11 10:00:15 tonio Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/10/29 17:37:20 tonio Exp $
 
 DISTNAME=              kaffe-1.1.6
 CATEGORIES=            lang java
@@ -8,10 +8,11 @@
 HOMEPAGE=              http://www.kaffe.org/
 COMMENT=               Virtual machine capable of running Java(tm) code
 
-BUILD_DEPENDS=  unzip-[0-9]*:../../archivers/unzip
-BUILD_DEPENDS=  zip-[0-9]*:../../archivers/zip
+BUILD_DEPENDS+=  unzip-[0-9]*:../../archivers/unzip
+BUILD_DEPENDS+=  zip-[0-9]*:../../archivers/zip
 DEPENDS+=       jikes>=1.22:../../lang/jikes
 
+EXTRACT_USING=         pax
 GNU_CONFIGURE_PREFIX=  ${JAVA_HOME}
 JAVA_HOME=             ${PREFIX}/java/kaffe
 JAVA_NAME=             kaffe



Home | Main Index | Thread Index | Old Index