[94115] trunk/dports/x11/wine-devel/Portfile

jwa at macports.org jwa at macports.org
Sat Jun 9 08:43:20 PDT 2012


Revision: 94115
          https://trac.macports.org/changeset/94115
Author:   jwa at macports.org
Date:     2012-06-09 08:43:17 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
version bump to 1.5.6, drop unrecognised configure options, comment out inode-related flag change causing build to fail due to conflict with the existing def

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

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2012-06-09 14:21:49 UTC (rev 94114)
+++ trunk/dports/x11/wine-devel/Portfile	2012-06-09 15:43:17 UTC (rev 94115)
@@ -8,7 +8,7 @@
 name                        wine-devel
 conflicts                   wine wine-crossover
 set my_name                 wine
-version                     1.5.5
+version                     1.5.6
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -36,8 +36,8 @@
                             sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko
 
 checksums                   ${wine_distfile} \
-                            rmd160  02d99b464f66b7b45a728e9e40520968a938e2dd \
-                            sha256  e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e \
+                            rmd160  92eb37e878a5e62936742e1ee057443d88b2db95 \
+                            sha256  b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994 \
                             ${wine_gecko_distfile} \
                             rmd160  691e4e96abf2bd17a6d55f8bb784c40e23b0ff9c \
                             sha256  2e372a1b87ff2a22ad5127400ece4b09e55591d9f84e00bb562d294898a49b5c
@@ -108,7 +108,6 @@
                             --with-coreaudio \
                             --with-cups \
                             --with-curses \
-                            --without-esd \
                             --with-fontconfig \
                             --with-freetype \
                             --without-gphoto \
@@ -116,11 +115,9 @@
                             --without-gnutls \
                             --without-gsm \
                             --without-hal \
-                            --without-jack \
                             --with-jpeg \
                             --without-ldap \
                             --without-mpg123 \
-                            --without-nas \
                             --without-openal \
                             --with-opengl \
                             --with-openssl \
@@ -138,7 +135,6 @@
                             --with-xrandr \
                             --with-xrender \
                             --with-xshape \
-                            --with-xshm \
                             --with-xslt \
                             --with-xxf86vm \
                             --with-x \
@@ -167,10 +163,10 @@
         configure.args-append --disable-win16
     }
 
-    if {${os.major} >= 10} {
-         # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o
-         configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE
-    }
+#    if {${os.major} >= 10} {
+#         # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o
+#         configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE
+#    }
 
     if {${os.major} >= 11} {
         # Needed or wine will SIGBUS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/e649b382/attachment.html>


More information about the macports-changes mailing list