[38644] trunk/dports/x11/wine-devel

ryandesign at macports.org ryandesign at macports.org
Sat Jul 26 20:03:51 PDT 2008


Revision: 38644
          http://trac.macosforge.org/projects/macports/changeset/38644
Author:   ryandesign at macports.org
Date:     2008-07-26 20:03:50 -0700 (Sat, 26 Jul 2008)
Log Message:
-----------
wine-devel: update to 1.1.2. Fixes build with Xcode 3.1; see #13000

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

Removed Paths:
-------------
    trunk/dports/x11/wine-devel/files/patch-Xcode-3.1.diff

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2008-07-26 19:51:51 UTC (rev 38643)
+++ trunk/dports/x11/wine-devel/Portfile	2008-07-27 03:03:50 UTC (rev 38644)
@@ -4,7 +4,7 @@
 
 name                    wine-devel
 set my_name             wine
-version                 1.1.1
+version                 1.1.2
 categories              x11
 maintainers             ryandesign jwa openmaintainer
 homepage                http://www.winehq.com/
@@ -26,9 +26,9 @@
     http://ibiblio.org/pub/linux/system/emulators/wine/
 
 checksums \
-    md5 7c68c241a52e88b69d290ffe569ee723 \
-    sha1 e9da2b63b9d29c3ddd4ac0c02353579d4ee3b12c \
-    rmd160 8d4f41617ccc6de17528e634d2b96e5478f7dea3
+    md5     2df61f0422f30ebd46e9988c16935df1 \
+    sha1    664df57d33fc831b7e07a9a3c1f58df6337a9db3 \
+    rmd160  6d7a55809f38bab8401c2009b7d5170975038754
 
 depends_lib \
     lib:libX11.6:XFree86 \
@@ -49,9 +49,6 @@
 depends_build \
     port:pkgconfig
 
-patchfiles \
-    patch-Xcode-3.1.diff
-
 configure.ldflags-append \
     -framework CoreServices \
     -lz

Deleted: trunk/dports/x11/wine-devel/files/patch-Xcode-3.1.diff
===================================================================
--- trunk/dports/x11/wine-devel/files/patch-Xcode-3.1.diff	2008-07-26 19:51:51 UTC (rev 38643)
+++ trunk/dports/x11/wine-devel/files/patch-Xcode-3.1.diff	2008-07-27 03:03:50 UTC (rev 38644)
@@ -1,81 +0,0 @@
---- dlls/crtdll/crtdll_main.c	2008-07-11 10:55:55.000000000 -0500
-+++ dlls/crtdll/crtdll_main.c	2008-07-22 01:39:56.000000000 -0500
-@@ -37,14 +37,14 @@
-                                  int expand_wildcards, int *new_mode );
- 
- /* The following data items are not exported from msvcrt */
--unsigned int CRTDLL__basemajor_dll;
--unsigned int CRTDLL__baseminor_dll;
--unsigned int CRTDLL__baseversion_dll;
--unsigned int CRTDLL__cpumode_dll;
--unsigned int CRTDLL__osmajor_dll;
--unsigned int CRTDLL__osminor_dll;
--unsigned int CRTDLL__osmode_dll;
--unsigned int CRTDLL__osversion_dll;
-+unsigned int CRTDLL__basemajor_dll=0;
-+unsigned int CRTDLL__baseminor_dll=0;
-+unsigned int CRTDLL__baseversion_dll=0;
-+unsigned int CRTDLL__cpumode_dll=0;
-+unsigned int CRTDLL__osmajor_dll=0;
-+unsigned int CRTDLL__osminor_dll=0;
-+unsigned int CRTDLL__osmode_dll=0;
-+unsigned int CRTDLL__osversion_dll=0;
- 
- /* dev_t is a short in crtdll but an unsigned int in msvcrt */
- typedef short crtdll_dev_t;
---- dlls/msvcrt/data.c	2008-07-11 10:55:55.000000000 -0500
-+++ dlls/msvcrt/data.c	2008-07-22 01:39:56.000000000 -0500
-@@ -29,23 +29,23 @@
- 
- WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
- 
--int MSVCRT___argc;
--unsigned int MSVCRT_basemajor;/* FIXME: */
--unsigned int MSVCRT_baseminor;/* FIXME: */
--unsigned int MSVCRT_baseversion; /* FIXME: */
--unsigned int MSVCRT__commode;
--unsigned int MSVCRT__fmode;
--unsigned int MSVCRT_osmajor;/* FIXME: */
--unsigned int MSVCRT_osminor;/* FIXME: */
--unsigned int MSVCRT_osmode;/* FIXME: */
--unsigned int MSVCRT__osver;
--unsigned int MSVCRT_osversion; /* FIXME: */
--unsigned int MSVCRT__winmajor;
--unsigned int MSVCRT__winminor;
--unsigned int MSVCRT__winver;
--unsigned int MSVCRT___setlc_active;
--unsigned int MSVCRT___unguarded_readlc_active;
--double MSVCRT__HUGE;
-+int MSVCRT___argc=0;
-+unsigned int MSVCRT_basemajor=0;/* FIXME: */
-+unsigned int MSVCRT_baseminor=0;/* FIXME: */
-+unsigned int MSVCRT_baseversion=0; /* FIXME: */
-+unsigned int MSVCRT__commode=0;
-+unsigned int MSVCRT__fmode=0;
-+unsigned int MSVCRT_osmajor=0;/* FIXME: */
-+unsigned int MSVCRT_osminor=0;/* FIXME: */
-+unsigned int MSVCRT_osmode=0;/* FIXME: */
-+unsigned int MSVCRT__osver=0;
-+unsigned int MSVCRT_osversion=0; /* FIXME: */
-+unsigned int MSVCRT__winmajor=0;
-+unsigned int MSVCRT__winminor=0;
-+unsigned int MSVCRT__winver=0;
-+unsigned int MSVCRT___setlc_active=0;
-+unsigned int MSVCRT___unguarded_readlc_active=0;
-+double MSVCRT__HUGE=0;
- char **MSVCRT___argv;
- MSVCRT_wchar_t **MSVCRT___wargv;
- char *MSVCRT__acmdln;
---- dlls/msvcrt/locale.c	2008-07-11 10:55:55.000000000 -0500
-+++ dlls/msvcrt/locale.c	2008-07-22 01:39:56.000000000 -0500
-@@ -45,8 +45,8 @@
- #define MAX_LOCALE_LENGTH 256
- char MSVCRT_current_lc_all[MAX_LOCALE_LENGTH];
- LCID MSVCRT_current_lc_all_lcid;
--int MSVCRT___lc_codepage;
--int MSVCRT___lc_collate_cp;
-+int MSVCRT___lc_codepage=0;
-+int MSVCRT___lc_collate_cp=0;
- HANDLE MSVCRT___lc_handle[MSVCRT_LC_MAX - MSVCRT_LC_MIN + 1];
- 
- /* MT */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080726/b188eb78/attachment.html 


More information about the macports-changes mailing list