[95025] trunk/dports/x11/wine/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 3 19:20:59 PDT 2012


Revision: 95025
          https://trac.macports.org/changeset/95025
Author:   ryandesign at macports.org
Date:     2012-07-03 19:20:59 -0700 (Tue, 03 Jul 2012)
Log Message:
-----------
wine: remove unrecognized configure args and commented-out code

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2012-07-04 01:59:14 UTC (rev 95024)
+++ trunk/dports/x11/wine/Portfile	2012-07-04 02:20:59 UTC (rev 95025)
@@ -9,7 +9,6 @@
 conflicts                   wine-devel wine-crossover
 set my_name                 wine
 version                     1.4.1
-
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -108,7 +107,6 @@
                             --with-coreaudio \
                             --with-cups \
                             --with-curses \
-                            --without-esd \
                             --with-fontconfig \
                             --with-freetype \
                             --without-gphoto \
@@ -116,11 +114,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 +134,6 @@
                             --with-xrandr \
                             --with-xrender \
                             --with-xshape \
-                            --with-xshm \
                             --with-xslt \
                             --with-xxf86vm \
                             --with-x \
@@ -167,11 +162,6 @@
         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} >= 11} {
         # Needed or wine will SIGBUS
         configure.ldflags-append -Wl,-no_pie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120703/067b5193/attachment.html>


More information about the macports-changes mailing list