Add jikes dependency and solve some freebsd build problems.
This commit is contained in:
parent
e103807839
commit
a22d81b92b
2 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2004/02/19 16:42:33 poppnk Exp $
|
||||
# $NetBSD: Makefile.common,v 1.3 2004/03/25 15:32:15 poppnk Exp $
|
||||
|
||||
DISTNAME= kaffe-1.1.4
|
||||
CATEGORIES= lang java
|
||||
|
@ -16,6 +16,8 @@ USE_GNU_TOOLS+= make
|
|||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
TEST_TARGET= check
|
||||
|
||||
DEPENDS+= jikes>=1.1.4:../../lang/jikes
|
||||
|
||||
ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k *-*-mips* \
|
||||
*-*-sparc *-*-powerpc
|
||||
|
||||
|
@ -32,7 +34,9 @@ OWN_DIRS+= ${PREFIX}/jre/lib
|
|||
OWN_DIRS+= ${PREFIX}/jre/lib/security
|
||||
SUPPORT_FILES= ${PREFIX}/jre/lib/security/java.security.default \
|
||||
${PREFIX}/jre/lib/security/java.security
|
||||
|
||||
CONFIGURE_ARGS+=--enable-pure-java-math
|
||||
CONFIGURE_ARGS+=--with-jikes=${LOCALBASE}/bin/jikes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
@ -56,3 +60,4 @@ post-install:
|
|||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
PREFIX= ${JVM_HOME}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/11/27 22:23:45 poppnk Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2004/03/25 15:32:29 poppnk Exp $
|
||||
bin/appletviewer
|
||||
bin/install-jar
|
||||
bin/jar
|
||||
|
@ -56,9 +56,7 @@ jre/lib/${MACHINE_ARCH}/libzip-${PKGVERSION}.so
|
|||
jre/lib/${MACHINE_ARCH}/libzip.la
|
||||
jre/lib/${MACHINE_ARCH}/libzip.so
|
||||
jre/lib/rt.jar
|
||||
jre/lib/security/.pkgsrc
|
||||
jre/lib/security/java.security
|
||||
jre/lib/security/java.security.default
|
||||
lib/kjc.jar
|
||||
license.terms
|
||||
man/man1/kaffe.1
|
||||
|
|
Loading…
Reference in a new issue