summaryrefslogtreecommitdiff
path: root/lang/kaffe/buildlink3.mk
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-05-10 16:46:20 +0000
committertonio <tonio@pkgsrc.org>2006-05-10 16:46:20 +0000
commit5a761e45786a1b0b8afda9f3fb3c987ebb302678 (patch)
tree47004df9ee16d68056d98b301fb84d7fdd1115f1 /lang/kaffe/buildlink3.mk
parented3f6f344f2b9af31c43b8f41f419508e580506c (diff)
downloadpkgsrc-5a761e45786a1b0b8afda9f3fb3c987ebb302678.tar.gz
Update lang/kaffe{-x11,-esound} to 1.1.7
What's New In Kaffe 1.1.7 ------------------------------------------------------ * Many cleanups, warning fixes and bug fixes. * Removed support for class library profiles, since --with-glibj-zip offers a more convenient replacement. * Updated to boehm-gc 6.6 * Updated to gjdoc 0.7.7 * Merged in fastjar. * Merged in zlib. There is a new configure option, --with-system-zlib to allow the use of the system zlib, instead of the merged in one. * Merged in GNU Classpath completely. Updated to version 0.90, with additional fixes. * Merged in port to DROPS. * Merged in port to Blackfin CPU. * Support for DragonFly BSD. * Ported to ia64-freebsd and alpha-freebsd. * Ported to powerpc-openbsd. * Improved support for Cygwin and sparc64-openbsd. * Improved stack handling for pthreads on openbsd. * Added simple direct threading interpreter implementation. The patches have been removes, since they were either included upstram or are no more necessary
Diffstat (limited to 'lang/kaffe/buildlink3.mk')
-rw-r--r--lang/kaffe/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/kaffe/buildlink3.mk b/lang/kaffe/buildlink3.mk
index 37b3d8489e9..8a0755426d3 100644
--- a/lang/kaffe/buildlink3.mk
+++ b/lang/kaffe/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2006/04/12 10:27:21 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2006/05/10 16:46:20 tonio Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
KAFFE_BUILDLINK3_MK:= ${KAFFE_BUILDLINK3_MK}+
@@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nkaffe}
BUILDLINK_PACKAGES+= kaffe
.if !empty(KAFFE_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.kaffe+= kaffe>=1.1.6
-BUILDLINK_ABI_DEPENDS.kaffe?= kaffe>=1.1.6nb2
+BUILDLINK_API_DEPENDS.kaffe+= kaffe>=1.1.7
+BUILDLINK_ABI_DEPENDS.kaffe?= kaffe>=1.1.7
BUILDLINK_PKGSRCDIR.kaffe?= ../../lang/kaffe
BUILDLINK_JAVA_PREFIX.kaffe= ${PREFIX}/java/kaffe
.endif # KAFFE_BUILDLINK3_MK