diff options
author | skrll <skrll@pkgsrc.org> | 2003-07-03 11:04:40 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-07-03 11:04:40 +0000 |
commit | 485d82859431ea93983522f31c8995960dd28d3d (patch) | |
tree | 4fd83a3af1b1cfcd7ad81a09dbd7d88059cc0b9e /lang/wonka/Makefile | |
parent | e8e8938e653298d259b1d03480f1e1adb359daa1 (diff) | |
download | pkgsrc-485d82859431ea93983522f31c8995960dd28d3d.tar.gz |
Update wonka to 0.9.6.
Once again lots of fixes in Rudolph (various speed improvements, support for
overlapping components, a working MemoryImageSource and PixelGrabber, ...)
A few new packages: java.awt.dnd, java.awt.datatransfer and java.beans
Garbage collection safe points have been added (though disabled by default),
stdin/out/err no longer need javax.comm, javax.comm got a make over, an
ExtensionClassLoader has been introduced, ...
Use asynchronous IO for network, serial ports and touchscreen.
Lots of bugfixes and speed improvements.
A full list of changes can be found at http://www.acunia.com/wonka/CHANGES/0.9.6
We would like to thank Nick Hudson, Mark Anderson, Richard Vanderlaan and Willem
Geldhof for their substantial contributions.
Diffstat (limited to 'lang/wonka/Makefile')
-rw-r--r-- | lang/wonka/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index c2474a78a1a..88ff0736799 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/06/11 20:50:56 abs Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/03 11:04:42 skrll Exp $ # -DISTNAME= wonka-src-0.9.5-release -PKGNAME= wonka-0.9.5 +DISTNAME= wonka-src-0.9.6-release +PKGNAME= wonka-0.9.6 WRKSRC= ${WRKDIR}/open-wonka CATEGORIES= lang MASTER_SITES= http://wonka.acunia.com/ @@ -65,8 +65,7 @@ JAM_COMMAND= \ -sWONKA_CONFIG=pkgsrc \ -sCPU=${LOWER_ARCH} \ -sHOSTOS=${LOWER_OPSYS} \ - -sAWT_DEVICE=xsim \ - -sDEBUG=false + -sAWT_DEVICE=xsim do-build: ${JAM_COMMAND} |