From 5e43c10e536e65465f4152fba9110e16b5f8d847 Mon Sep 17 00:00:00 2001 From: tonio Date: Sat, 29 Oct 2005 17:37:20 +0000 Subject: Use EXTRACT_USING = pax, to avoir problem under 1.6.2 Silent pkglint warnings --- lang/kaffe/Makefile | 4 ++-- lang/kaffe/Makefile.common | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'lang/kaffe') 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 -- cgit v1.2.3