[106027] trunk/dports/x11/wine-crossover

ryandesign at macports.org ryandesign at macports.org
Mon May 13 13:00:27 PDT 2013


Revision: 106027
          https://trac.macports.org/changeset/106027
Author:   ryandesign at macports.org
Date:     2013-05-13 13:00:27 -0700 (Mon, 13 May 2013)
Log Message:
-----------
wine-crossover: update to 12.2.0, still based on wine 1.5.15; downgrade wine gecko to 1.8 because that is the correct version to use with wine 1.5.15 according to http://wiki.winehq.org/Gecko/; patch programs/winedbg/resource.h to remove the one change made in that file in this version because it causes the build to fail

Modified Paths:
--------------
    trunk/dports/x11/wine-crossover/Portfile

Added Paths:
-----------
    trunk/dports/x11/wine-crossover/files/winedbg.patch

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2013-05-13 19:51:40 UTC (rev 106026)
+++ trunk/dports/x11/wine-crossover/Portfile	2013-05-13 20:00:27 UTC (rev 106027)
@@ -4,8 +4,7 @@
 
 name                        wine-crossover
 conflicts                   wine wine-devel
-version                     12.1.0
-revision                    3
+version                     12.2.0
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 jeremyhu openmaintainer
@@ -14,11 +13,11 @@
 distname                    crossover-sources-${version}
 dist_subdir                 wine
 set wine_distfile           ${distname}${extract.suffix}
-set wine_gecko_version      1.9
+set wine_gecko_version      1.8
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
 distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko
 extract.only                ${wine_distfile}
-worksrcdir                  sources/wine
+worksrcdir                  release-crossover/sources/wine
 build.target                depend all
 use_parallel_build          yes
 
@@ -31,12 +30,12 @@
                             http://ftp.codeweavers.com/pub/crossover/source/archive/${version}/:winesource \
                             sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
 
-checksums                   crossover-sources-12.1.0.tar.gz \
-                            rmd160  c5b1f76d2963f89a07740a6970a29d6f6638f424 \
-                            sha256  da2f0ef536d6242f45907958bf3576c37a795edd893cd3d6cece02858d29fb91 \
-                            wine_gecko-1.9-x86.msi \
-                            rmd160  1a547f03772c22ad2330d0a369dfe8be995f86bc \
-                            sha256  2f1df59287a4f21ec0f1322ae10520c8e6a95de10f8ef7339ab217e4b46ce782
+checksums                   ${wine_distfile} \
+                            rmd160  b89dd9d5d5334bfcea72cc7b06a7ba7bbbc729b5 \
+                            sha256  c4e022a4f7cb47e147e98df79ed28240d26a7584ad57d69e5d770c8d4eba5354 \
+                            ${wine_gecko_distfile} \
+                            rmd160  f7b86d2e5ff82bf345b2420c9a8e9cfbc3c9989c \
+                            sha256  28f3b7e497e1f884a64b2d982b61dda3167efac4c843de198654a1c9144ff9dc
 
 # Note: Most of the X11 libs are dlopen()'d
 depends_lib                 port:expat \
@@ -73,7 +72,8 @@
 extract.post_args-append    ${worksrcdir}
 
 patchfiles                  BOOL.patch \
-                            mach_machine.patch
+                            mach_machine.patch \
+                            winedbg.patch
 
 configure.ldflags-append    -framework CoreServices \
                             -lz

Added: trunk/dports/x11/wine-crossover/files/winedbg.patch
===================================================================
--- trunk/dports/x11/wine-crossover/files/winedbg.patch	                        (rev 0)
+++ trunk/dports/x11/wine-crossover/files/winedbg.patch	2013-05-13 20:00:27 UTC (rev 106027)
@@ -0,0 +1,10 @@
+--- programs/winedbg/resource.h.orig	2013-05-01 11:14:46.000000000 -0500
++++ programs/winedbg/resource.h	2013-05-13 14:39:21.000000000 -0500
+@@ -20,7 +20,6 @@
+ 
+ #include <windef.h>
+ #include <winuser.h>
+-#include "distversion.h"
+ 
+ #define IDD_CRASH_DLG   100
+ #define IDD_DETAILS_DLG 101
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130513/40f0118a/attachment.html>


More information about the macports-changes mailing list