summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-04-13 18:13:33 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-04-13 18:13:33 +0000
commit3b9967468bcb9d71ffd63a4482b42abe00fde1e8 (patch)
treefd2a137a01150e5062f54a3ec394fb5301d54494 /emulators/wine-devel
parentUpdate to 9.5g. (diff)
Update to Wine 0.9.12, and add a patch of mine to make use of the
FreeBSD pthread libraries by default.
Notes
Notes: svn path=/head/; revision=159441
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine-devel/distinfo6
-rw-r--r--emulators/wine-devel/files/patch-configure36
-rw-r--r--emulators/wine-devel/pkg-plist5
4 files changed, 45 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 6a6cda068a29..aeb44041d07b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= wine
-PORTVERSION= 0.9.11
+PORTVERSION= 0.9.12
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 34378f948741..b84aeeb61e8e 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (wine-0.9.11.tar.bz2) = b21d359b75f07255bb5cd34384bdc3cf
-SHA256 (wine-0.9.11.tar.bz2) = 785277343f770004f1cf9d12497e377aa93985bfc17c1b462c4f421a39748e84
-SIZE (wine-0.9.11.tar.bz2) = 10671110
+MD5 (wine-0.9.12.tar.bz2) = f7668e17e731b59c837dfee218554171
+SHA256 (wine-0.9.12.tar.bz2) = 8c02d5153f87d20f1bbedb663fadab3a6213497a9ee944b05b2a87655744d082
+SIZE (wine-0.9.12.tar.bz2) = 10726811
diff --git a/emulators/wine-devel/files/patch-configure b/emulators/wine-devel/files/patch-configure
new file mode 100644
index 000000000000..0cfc324f0a86
--- /dev/null
+++ b/emulators/wine-devel/files/patch-configure
@@ -0,0 +1,36 @@
+Index: configure.ac
+===================================================================
+RCS file: /home/wine/wine/configure.ac,v
+retrieving revision 1.475
+diff -u -3 -p -r1.475 configure.ac
+--- configure.ac 10 Apr 2006 18:49:33 -0000 1.475
++++ configure.ac 11 Apr 2006 14:04:46 -0000
+@@ -1159,6 +1159,9 @@ case $host_cpu in
+ AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;;
+ darwin*)
+ AC_SUBST(MAIN_BINARY,"wine-pthread") ;;
++ freebsd*)
++ AC_SUBST(MAIN_BINARY,"wine-pthread")
++ AC_SUBST(EXTRA_BINARIES,"wine-kthread") ;;
+ *)
+ AC_SUBST(MAIN_BINARY,"wine-kthread") ;;
+ esac
+Index: configure
+===================================================================
+RCS file: /home/wine/wine/configure,v
+retrieving revision 1.788
+diff -u -3 -p -r1.788 configure
+--- configure 10 Apr 2006 18:49:32 -0000 1.788
++++ configure 11 Apr 2006 14:04:45 -0000
+@@ -13740,6 +13740,10 @@ case $host_cpu in
+
+ EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
+ ;;
++ freebsd*)
++ MAIN_BINARY="wine-pthread"
++ EXTRA_BINARIES="wine-kthread"
++ ;;
+ darwin*)
+ MAIN_BINARY="wine-pthread"
+ ;;
+
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index d622d2f0d241..2456526e9b89 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -8,6 +8,7 @@ bin/uninstaller
bin/wcmd
bin/widl
bin/wine
+bin/wine-kthread
bin/wineboot
bin/winebrowser
bin/winebuild
@@ -354,6 +355,7 @@ include/wine/windows/winbase.h
include/wine/windows/wincon.h
include/wine/windows/wincrypt.h
include/wine/windows/windef.h
+include/wine/windows/windns.h
include/wine/windows/windows.h
include/wine/windows/windowsx.h
include/wine/windows/winerror.h
@@ -458,6 +460,7 @@ lib/wine/dmstyle.dll.so
lib/wine/dmsynth.dll.so
lib/wine/dmusic.dll.so
lib/wine/dmusic32.dll.so
+lib/wine/dnsapi.dll.so
lib/wine/dpnhpast.dll.so
lib/wine/dplay.dll.so
lib/wine/dplayx.dll.so
@@ -477,6 +480,7 @@ lib/wine/hhctrl.ocx.so
lib/wine/iccvid.dll.so
lib/wine/icinfo.exe.so
lib/wine/icmp.dll.so
+lib/wine/iexplore.exe.so
lib/wine/ifsmgr.vxd.so
lib/wine/imaadp32.acm.so
lib/wine/imagehlp.dll.so
@@ -517,6 +521,7 @@ lib/wine/libdinput.def
lib/wine/libdinput.def.a
lib/wine/libdinput8.def
lib/wine/libdmusic32.def
+lib/wine/libdnsapi.def
lib/wine/libdpnet.def
lib/wine/libglut32.def
lib/wine/libdplay.def