summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorjunyoung <junyoung>2002-07-29 09:16:37 +0000
committerjunyoung <junyoung>2002-07-29 09:16:37 +0000
commit0585b8a8a3d5e21ce39f2bd52ccc3b5ab5bdc8f2 (patch)
tree21bf1fc0020096bf3a4d0977b0d6add66414ddc4 /emulators/wine/Makefile
parentb9e89857a88129da6bd799fc187bfb243fc8b43a (diff)
downloadpkgsrc-0585b8a8a3d5e21ce39f2bd52ccc3b5ab5bdc8f2.tar.gz
Update to 20020710 snapshot. Highlights since 20020411 snapshot include:
WHAT'S NEW with Wine-20020509: - More dll separation work. - Many async I/O improvements. - Still more unit tests. - A lot less multimedia code. - Many portability fixes, esp. for ReactOS. - Lots of bug fixes. WHAT'S NEW with Wine-20020605: - Better Mingw support, including cross-compilation on Linux. - Still more dll separation work. - Winelib applications now get loaded much like builtin dlls. - Some command-line options replaced by config entries. - Multimedia improvements, including an MP3 decoder. - Massive whitespace cleanup. - New Winelib file manager. - Lots of bug fixes. WHAT'S NEW with Wine-20020710: - DirectSound 8 and DirectInput 8 support. - Many OLE improvements. - Support for font downloading in Postscript driver. - ALSA sound driver. - More portability fixes, particularly for Sparc. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 004e968596f..70b72f212c9 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2002/04/20 08:20:16 rh Exp $
+# $NetBSD: Makefile,v 1.28 2002/07/29 09:16:37 junyoung Exp $
-DISTNAME= Wine-20020411
+DISTNAME= Wine-20020710
PKGNAME= ${DISTNAME:S/W/w/}
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= emulators