pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine Changes 20050310:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddb8d094de24
branches:  trunk
changeset: 491189:ddb8d094de24
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 22 14:53:28 2005 +0000

description:
Changes 20050310:
- Initial implementation of a true Richedit control.
- Shell extension for browsing Unix directories.
- More MSI work.
- PBuffer support in OpenGL.
- Window painting regressions should be fixed.
- Lots of bug fixes.

diffstat:

 emulators/wine/Makefile |  6 +++---
 emulators/wine/PLIST    |  5 ++++-
 emulators/wine/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r a3e580b7bf39 -r ddb8d094de24 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Tue Mar 22 14:15:51 2005 +0000
+++ b/emulators/wine/Makefile   Tue Mar 22 14:53:28 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2005/03/14 13:56:57 abs Exp $
+# $NetBSD: Makefile,v 1.81 2005/03/22 14:53:28 adam Exp $
 
-DISTNAME=      Wine-20050211
+DISTNAME=      Wine-20050310
 PKGNAME=       ${DISTNAME:S/W/w/}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wine/} \
@@ -19,7 +19,7 @@
 CONFLICTS=     rewind-[0-9]*
 
 ONLY_FOR_PLATFORM=     NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
-ONLY_FOR_PLATFORM+=    FreeBSD*-i386 Linux*-i386 SunOS*-i386
+ONLY_FOR_PLATFORM+=    FreeBSD*-i386 Linux*-i386 SunOS*-i386 Darwin*-i386
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/W/w/}
 USE_BUILDLINK3=                yes
diff -r a3e580b7bf39 -r ddb8d094de24 emulators/wine/PLIST
--- a/emulators/wine/PLIST      Tue Mar 22 14:15:51 2005 +0000
+++ b/emulators/wine/PLIST      Tue Mar 22 14:53:28 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2005/02/16 12:22:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2005/03/22 14:53:28 adam Exp $
 bin/function_grep.pl
 bin/notepad
 bin/progman
@@ -236,6 +236,7 @@
 include/wine/windows/objidl.idl
 include/wine/windows/ocidl.h
 include/wine/windows/ocidl.idl
+include/wine/windows/odbcinst.h
 include/wine/windows/ole2.h
 include/wine/windows/ole2ver.h
 include/wine/windows/oleauto.h
@@ -521,6 +522,7 @@
 lib/wine/libqcap.def
 lib/wine/libquartz.def
 lib/wine/librasapi32.def
+lib/wine/libriched20.def
 lib/wine/libriched32.def
 lib/wine/librpcrt4.def
 lib/wine/librsabase.def
@@ -629,6 +631,7 @@
 lib/wine/rasapi32.dll.so
 lib/wine/regedit.exe.so
 lib/wine/regsvr32.exe.so
+lib/wine/riched20.dll.so
 lib/wine/riched32.dll.so
 lib/wine/rpcrt4.dll.so
 lib/wine/rpcss.exe.so
diff -r a3e580b7bf39 -r ddb8d094de24 emulators/wine/distinfo
--- a/emulators/wine/distinfo   Tue Mar 22 14:15:51 2005 +0000
+++ b/emulators/wine/distinfo   Tue Mar 22 14:53:28 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2005/03/11 21:18:15 rillig Exp $
+$NetBSD: distinfo,v 1.31 2005/03/22 14:53:28 adam Exp $
 
-SHA1 (Wine-20050211.tar.gz) = 6c1b7397d653e5a053e03923db55dfd8209a2566
-RMD160 (Wine-20050211.tar.gz) = 06ce19f57d8235cd280f956d53c77bea0ace4c50
-Size (Wine-20050211.tar.gz) = 11626818 bytes
+SHA1 (Wine-20050310.tar.gz) = 5a1186c30ef43544857cbaa128231b980e976f25
+RMD160 (Wine-20050310.tar.gz) = fc6aaf36e1bfd669bbd6f68aaab4487d9424e12e
+Size (Wine-20050310.tar.gz) = 11798040 bytes
 SHA1 (patch-aa) = 951e96ae5e09c7579249bbb1266fc70a2b13f8c2
 SHA1 (patch-ab) = 7feb8eaad0005ea3b501967ca070a4b397d707c2
 SHA1 (patch-ac) = 8c909b1683185e0ac12f2be6024e26da40addf1c



Home | Main Index | Thread Index | Old Index