summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam>2009-01-03 20:12:43 +0000
committeradam <adam>2009-01-03 20:12:43 +0000
commit58c432d1365729d71d36a223c7d779b4f8b5f191 (patch)
treebcfa7ce001916631c4999c81f642f41a9768b521 /emulators
parent5eaf636c8a719dc1ee6993389cbe34fdde1c11f0 (diff)
downloadpkgsrc-58c432d1365729d71d36a223c7d779b4f8b5f191.tar.gz
Changes 1.1.12:
* Some simple 64-bit apps should now run. * Support for subpixel font rendering. * 64-bit code generation in the IDL compiler. * New version of the Gecko engine. * Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine-devel/distinfo12
-rw-r--r--emulators/wine-devel/patches/patch-aa6
-rw-r--r--emulators/wine-devel/patches/patch-ba6
4 files changed, 14 insertions, 14 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 9a23db4db04..78e70a94af6 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2008/12/21 02:17:27 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2009/01/03 20:12:43 adam Exp $
-DISTNAME= wine-1.1.11
+DISTNAME= wine-1.1.12
CATEGORIES= emulators
MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \
${MASTER_SITE_SOURCEFORGE:=wine/}
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index a52cc8ea5d2..1fa19eef9f1 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2008/12/21 02:17:27 jmcneill Exp $
+$NetBSD: distinfo,v 1.5 2009/01/03 20:12:43 adam Exp $
-SHA1 (wine-1.1.11.tar.bz2) = 6ec4fa4feb06048547cc31f1fc3ae483d1143cfa
-RMD160 (wine-1.1.11.tar.bz2) = 21cad81c4cb80c1f6251a91e1abc1121b4996d9d
-Size (wine-1.1.11.tar.bz2) = 14801555 bytes
-SHA1 (patch-aa) = 0d8512f767119d7b258e32e04c78e919879e0ba6
+SHA1 (wine-1.1.12.tar.bz2) = ab93dc886d38a67fcb01223de746cf35ce7fafd5
+RMD160 (wine-1.1.12.tar.bz2) = 7591294784ecffb92d67b4734712edcfd87c1f2a
+Size (wine-1.1.12.tar.bz2) = 14794095 bytes
+SHA1 (patch-aa) = 91e612766286d8bc05d419a3dfd0c1b8a1852a54
SHA1 (patch-ab) = 90cb810b02d22f8e96389e6c1d4f230c11fb1d8c
SHA1 (patch-ac) = 81816d4e04cfb13ce407355140d61135a1d494e6
SHA1 (patch-ad) = 140e86db716cd1b1ab256bff0c7edec9423f9384
@@ -13,7 +13,7 @@ SHA1 (patch-ag) = c4bf5a592ad5cad67ff933c5da418c58d6e1367a
SHA1 (patch-ai) = 54453ed21f52d1da6a7f89bc437f7b318db5058f
SHA1 (patch-aj) = fa9d3baad8d3b895edc6275c2b6da23daa941a09
SHA1 (patch-ak) = ff41f617d2ae7bbff57af52dda85647bc4fba354
-SHA1 (patch-ba) = c8a3b6111caf84b988ae35ad92ec8809326a8ce3
+SHA1 (patch-ba) = 709816fa039bded228590031bde5c2077eb6f7be
SHA1 (patch-bb) = 77cad41a7e8e34f12243e53f6c1cec998bedefda
SHA1 (patch-bc) = bf8b1f4aed78de9326824e227df7831e5c8b4dc3
SHA1 (patch-ca) = 1383c03cc83cefe6099b58340db2bc468c7524bb
diff --git a/emulators/wine-devel/patches/patch-aa b/emulators/wine-devel/patches/patch-aa
index 47753f77977..11fad18abc1 100644
--- a/emulators/wine-devel/patches/patch-aa
+++ b/emulators/wine-devel/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/11/21 17:40:31 adam Exp $
+$NetBSD: patch-aa,v 1.2 2009/01/03 20:12:44 adam Exp $
---- Make.rules.in.orig 2008-06-27 16:24:42.000000000 +0200
+--- Make.rules.in.orig 2009-01-02 17:24:09.000000000 +0100
+++ Make.rules.in
-@@ -121,7 +121,7 @@ IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h)
+@@ -122,7 +122,7 @@ IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h)
CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \
$(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) $(MC_SRCS:.mc=.mc.rc)
diff --git a/emulators/wine-devel/patches/patch-ba b/emulators/wine-devel/patches/patch-ba
index 43a2a88254d..b9c10fc4a6a 100644
--- a/emulators/wine-devel/patches/patch-ba
+++ b/emulators/wine-devel/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.3 2008/12/07 00:43:03 adam Exp $
+$NetBSD: patch-ba,v 1.4 2009/01/03 20:12:44 adam Exp $
---- configure.orig 2008-12-05 17:57:45.000000000 +0100
+--- configure.orig 2009-01-02 17:24:09.000000000 +0100
+++ configure
-@@ -17837,6 +17837,11 @@ MAIN_BINARY="wine-pthread"
+@@ -17708,6 +17708,11 @@ MAIN_BINARY="wine-pthread"
EXTRA_BINARIES="wine-pthread"
;;