pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/kaffe Override LIBLTDL explicitly to unbreak buil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0ee1712de1c
branches: trunk
changeset: 568470:c0ee1712de1c
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Dec 14 18:32:07 2009 +0000
description:
Override LIBLTDL explicitly to unbreak build with libtool 2.2.
Fix PLIST. Bump revision.
diffstat:
lang/kaffe/Makefile | 4 ++--
lang/kaffe/Makefile.common | 4 +++-
lang/kaffe/PLIST | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diffs (50 lines):
diff -r 69594bde0dfc -r c0ee1712de1c lang/kaffe/Makefile
--- a/lang/kaffe/Makefile Mon Dec 14 12:24:46 2009 +0000
+++ b/lang/kaffe/Makefile Mon Dec 14 18:32:07 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.72 2009/07/10 19:58:12 abs Exp $
+# $NetBSD: Makefile,v 1.73 2009/12/14 18:32:07 joerg Exp $
#
.include "Makefile.common"
-PKGREVISION= 3
+PKGREVISION= 4
CONFLICTS+= kaffe-nox11-[0-9]*
diff -r 69594bde0dfc -r c0ee1712de1c lang/kaffe/Makefile.common
--- a/lang/kaffe/Makefile.common Mon Dec 14 12:24:46 2009 +0000
+++ b/lang/kaffe/Makefile.common Mon Dec 14 18:32:07 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2009/10/19 06:03:16 dholland Exp $
+# $NetBSD: Makefile.common,v 1.20 2009/12/14 18:32:08 joerg Exp $
DISTNAME= kaffe-1.1.7
CATEGORIES= lang java
@@ -25,6 +25,8 @@
ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k \
*-*-mipsel *-*-sparc *-*-powerpc *-*-x86_64
+MAKE_FLAGS+= LIBLTDL=-lltdl
+
GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix
PATCHDIR= ${.CURDIR}/../../lang/kaffe/patches
diff -r 69594bde0dfc -r c0ee1712de1c lang/kaffe/PLIST
--- a/lang/kaffe/PLIST Mon Dec 14 12:24:46 2009 +0000
+++ b/lang/kaffe/PLIST Mon Dec 14 18:32:07 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:03:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/12/14 18:32:08 joerg Exp $
bin/kaffe-appletviewer
bin/kaffe-jar
bin/kaffe-java
@@ -60,6 +60,7 @@
java/kaffe/jre/lib/${MACHINE_ARCH}/libsecurity.la
java/kaffe/jre/lib/${MACHINE_ARCH}/libzip.la
java/kaffe/jre/lib/logging.properties
+java/kaffe/jre/lib/rt.jar
java/kaffe/jre/lib/security/Kaffe.security
java/kaffe/lib/logging.properties
java/kaffe/lib/security/classpath.security
Home |
Main Index |
Thread Index |
Old Index