pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine-devel Changes 1.1.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c15aa42a22a8
branches:  trunk
changeset: 552395:c15aa42a22a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 03 20:12:43 2009 +0000

description:
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:

 emulators/wine-devel/Makefile         |   4 ++--
 emulators/wine-devel/distinfo         |  12 ++++++------
 emulators/wine-devel/patches/patch-aa |   6 +++---
 emulators/wine-devel/patches/patch-ba |   6 +++---
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r aa16bf14b8aa -r c15aa42a22a8 emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Sat Jan 03 19:45:29 2009 +0000
+++ b/emulators/wine-devel/Makefile     Sat Jan 03 20:12:43 2009 +0000
@@ -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 -r aa16bf14b8aa -r c15aa42a22a8 emulators/wine-devel/distinfo
--- a/emulators/wine-devel/distinfo     Sat Jan 03 19:45:29 2009 +0000
+++ b/emulators/wine-devel/distinfo     Sat Jan 03 20:12:43 2009 +0000
@@ -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-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 -r aa16bf14b8aa -r c15aa42a22a8 emulators/wine-devel/patches/patch-aa
--- a/emulators/wine-devel/patches/patch-aa     Sat Jan 03 19:45:29 2009 +0000
+++ b/emulators/wine-devel/patches/patch-aa     Sat Jan 03 20:12:43 2009 +0000
@@ -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 -r aa16bf14b8aa -r c15aa42a22a8 emulators/wine-devel/patches/patch-ba
--- a/emulators/wine-devel/patches/patch-ba     Sat Jan 03 19:45:29 2009 +0000
+++ b/emulators/wine-devel/patches/patch-ba     Sat Jan 03 20:12:43 2009 +0000
@@ -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"
   ;;



Home | Main Index | Thread Index | Old Index