summaryrefslogtreecommitdiff
path: root/lang/kaffe-esound
diff options
context:
space:
mode:
authortonio <tonio>2006-05-10 16:46:20 +0000
committertonio <tonio>2006-05-10 16:46:20 +0000
commitbc4ce5403829bbabe18f71fe35d7be8fff030afa (patch)
tree47004df9ee16d68056d98b301fb84d7fdd1115f1 /lang/kaffe-esound
parentbee15c882eb1d858c335ad5563f04c8d9d97a783 (diff)
downloadpkgsrc-bc4ce5403829bbabe18f71fe35d7be8fff030afa.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-esound')
-rw-r--r--lang/kaffe-esound/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/lang/kaffe-esound/Makefile b/lang/kaffe-esound/Makefile
index 6fa080339e0..c7f26756000 100644
--- a/lang/kaffe-esound/Makefile
+++ b/lang/kaffe-esound/Makefile
@@ -1,21 +1,25 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:09:46 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/10 16:46:21 tonio Exp $
#
.include "../../lang/kaffe/Makefile.common"
PKGNAME= ${DISTNAME:S/kaffe/kaffe-esound/}
-PKGREVISION= 1
COMMENT+= (sound support through esound)
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--without-esd/--with-esd/}
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esdtest//}
+CONFIGURE_ARGS+= --disable-native-awt
+CONFIGURE_ARGS+= --disable-gtk-peer
+CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --with-esd
-BUILD_DIRS= ${WRKSRC}/config
-BUILD_DIRS+= ${WRKSRC}/libraries/javalib
-BUILD_DIRS+= ${WRKSRC}/include
-BUILD_DIRS+= ${WRKSRC}/libraries/clib/sound/esd
-INSTALL_DIRS= ${WRKSRC}/libraries/clib/sound/esd
+BUILD_DIRS= config
+BUILD_DIRS+= libraries/javalib
+BUILD_DIRS+= libraries/clib/classpath
+BUILD_DIRS+= libraries/clib/sound/esd
+INSTALL_DIRS= libraries/clib/sound/esd
+
+pre-build:
+ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} BUILD_ENVIRONMENT
PRINT_PLIST_AWK+= /^@dirrm/ { print "@comment in kaffe: " $$0; next; }