diff options
author | adam <adam@pkgsrc.org> | 2005-10-26 08:32:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-26 08:32:59 +0000 |
commit | c890fed6eccbf03c2383ee1f8bbf6f55090cbb71 (patch) | |
tree | a2edb315cdfc35d99205bc7692905f18d3efbaf6 /emulators | |
parent | 8343ea926316e1ea2469eb63f4c0ae30ddfdb161 (diff) | |
download | pkgsrc-c890fed6eccbf03c2383ee1f8bbf6f55090cbb71.tar.gz |
Changes 0.9:
This is release 0.9 of Wine, a free implementation of Windows on Unix.
After 12 years of development, this release marks the beginning of the
beta testing phase. Everybody is encouraged to try it; while there
are still bugs, most applications are expected to at least install and
do something useful.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine/PLIST | 5 | ||||
-rw-r--r-- | emulators/wine/distinfo | 11 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ah | 6 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ai | 12 |
5 files changed, 15 insertions, 28 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f0c3fa1b342..76a618628c3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.92 2005/10/17 14:09:12 adam Exp $ +# $NetBSD: Makefile,v 1.93 2005/10/26 08:32:59 adam Exp $ -DISTNAME= Wine-20050930 -PKGNAME= ${DISTNAME:S/W/w/} +DISTNAME= wine-0.9 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ - http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/ \ - ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} + http://ibiblio.org/pub/linux/system/emulators/wine/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.winehq.com/ diff --git a/emulators/wine/PLIST b/emulators/wine/PLIST index e5bf4332f25..48b97f79cd6 100644 --- a/emulators/wine/PLIST +++ b/emulators/wine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.34 2005/10/10 08:32:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.35 2005/10/26 08:32:59 adam Exp $ bin/function_grep.pl bin/msiexec bin/notepad @@ -245,10 +245,10 @@ include/wine/windows/mssip.h include/wine/windows/mswsock.h include/wine/windows/msxml.h include/wine/windows/msxml.idl -include/wine/windows/msxmldid.h include/wine/windows/msxml2.h include/wine/windows/msxml2.idl include/wine/windows/msxml2did.h +include/wine/windows/msxmldid.h include/wine/windows/nb30.h include/wine/windows/npapi.h include/wine/windows/nspapi.h @@ -305,6 +305,7 @@ include/wine/windows/schemadef.h include/wine/windows/schnlsp.h include/wine/windows/sddl.h include/wine/windows/secext.h +include/wine/windows/security.h include/wine/windows/sensapi.h include/wine/windows/sensevts.h include/wine/windows/sensevts.idl diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 2817d193be9..f77d5b10aa3 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2005/10/10 08:32:23 adam Exp $ +$NetBSD: distinfo,v 1.38 2005/10/26 08:32:59 adam Exp $ -SHA1 (Wine-20050930.tar.gz) = 5aac3b30392e53baa279b724dbd1828d3937d6f5 -RMD160 (Wine-20050930.tar.gz) = 2c794d814dc0160c5880572f30c2f6fc8dceb97a -Size (Wine-20050930.tar.gz) = 12838537 bytes +SHA1 (wine-0.9.tar.bz2) = d29921bc9d1f3dd3342fb35a8b62de31efa51802 +RMD160 (wine-0.9.tar.bz2) = cd330cd0d8bd7010874d7dfd2784611c1d719780 +Size (wine-0.9.tar.bz2) = 10036834 bytes SHA1 (patch-aa) = 731b1a861597cd9ca9a772bf3dec8d2e891f6282 SHA1 (patch-ab) = 66c1f1ec98674d15c7a72e8ac16105c28aa25e91 SHA1 (patch-ac) = 422df60c75a3dca01f969eb3a6727822d4b6defa @@ -10,5 +10,4 @@ SHA1 (patch-ad) = 92abc177dc37ed983ec6079cd08ad7a1472e178a SHA1 (patch-ae) = dbd40183fb8e1f1d7af9ab4e51910a2227524e3c SHA1 (patch-af) = eb852f31e451db81692a25fadf81b7e20f2c4d9b SHA1 (patch-ag) = 656f9667da542489595d1db65c84579b3dfce279 -SHA1 (patch-ah) = 077f4a49280cb120fbd9a6f3a84a278377e90e05 -SHA1 (patch-ai) = 6980c8ba0a17d003e9b5d9e5d512a141a11508cb +SHA1 (patch-ah) = f6df19bd14ea8760933ca3787d55b6699897b8db diff --git a/emulators/wine/patches/patch-ah b/emulators/wine/patches/patch-ah index 86b9502531d..fc7429f7e82 100644 --- a/emulators/wine/patches/patch-ah +++ b/emulators/wine/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.6 2005/09/07 14:28:38 adam Exp $ +$NetBSD: patch-ah,v 1.7 2005/10/26 08:32:59 adam Exp $ ---- tools/Makefile.in.orig 2005-08-08 15:02:29.000000000 +0000 +--- tools/Makefile.in.orig 2005-10-06 16:10:02.000000000 +0000 +++ tools/Makefile.in -@@ -50,16 +50,16 @@ make_ctests$(EXEEXT): make_ctests.o +@@ -53,16 +53,16 @@ make_ctests$(EXEEXT): make_ctests.o $(CC) $(CFLAGS) -o $@ make_ctests.o fnt2bdf$(EXEEXT): fnt2bdf.o diff --git a/emulators/wine/patches/patch-ai b/emulators/wine/patches/patch-ai deleted file mode 100644 index 16b66780ac8..00000000000 --- a/emulators/wine/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.6 2005/09/07 14:28:39 adam Exp $ - ---- dlls/winmm/wineesd/audio.c.orig 2005-09-02 11:44:39.000000000 +0000 -+++ dlls/winmm/wineesd/audio.c -@@ -34,6 +34,7 @@ - - #include "config.h" - -+#include <errno.h> - #include <math.h> - #include <stdlib.h> - #include <stdarg.h> |