summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authortonio <tonio>2005-10-29 17:37:20 +0000
committertonio <tonio>2005-10-29 17:37:20 +0000
commit5e43c10e536e65465f4152fba9110e16b5f8d847 (patch)
tree6f8ea5ba15947adb366482c274b91ccc102f4c37 /lang/kaffe
parentfac04a04a0c04c22f953e1d1239fcbca0301bf27 (diff)
downloadpkgsrc-5e43c10e536e65465f4152fba9110e16b5f8d847.tar.gz
Use EXTRACT_USING = pax, to avoir problem under 1.6.2
Silent pkglint warnings
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/Makefile4
-rw-r--r--lang/kaffe/Makefile.common7
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index ce2bc3ca36e..a1726ef4dde 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -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 @@ CONF_FILES= ${JAVA_HOME}/jre/lib/security/java.security.default \
.include "../../mk/bsd.prefs.mk"
UNLIMIT_RESOURCES= datasize
-LIBS= -lltdl
+LIBS+= -lltdl
PRINT_PLIST_AWK+= /^java\/kaffe\/jre\/lib\/security\/java.security$$/ \
{ next; }
diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common
index 925270783c7..e05ad33503e 100644
--- a/lang/kaffe/Makefile.common
+++ b/lang/kaffe/Makefile.common
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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