[46819] trunk/dports/x11/xorg-libX11

ryandesign at macports.org ryandesign at macports.org
Sat Feb 14 02:30:19 PST 2009


Revision: 46819
          http://trac.macports.org/changeset/46819
Author:   ryandesign at macports.org
Date:     2009-02-14 02:30:16 -0800 (Sat, 14 Feb 2009)
Log Message:
-----------
xorg-libX11: fix build failure on systems with bash <= 3.0 (e.g. Tiger); fixes #18485

Modified Paths:
--------------
    trunk/dports/x11/xorg-libX11/Portfile

Added Paths:
-----------
    trunk/dports/x11/xorg-libX11/files/
    trunk/dports/x11/xorg-libX11/files/patch-dolt.diff

Modified: trunk/dports/x11/xorg-libX11/Portfile
===================================================================
--- trunk/dports/x11/xorg-libX11/Portfile	2009-02-14 09:52:29 UTC (rev 46818)
+++ trunk/dports/x11/xorg-libX11/Portfile	2009-02-14 10:30:16 UTC (rev 46819)
@@ -32,6 +32,8 @@
 depends_lib     port:xorg-libXdmcp \
                 port:xorg-libXau
 
+patchfiles      patch-dolt.diff
+
 configure.args  --without-xcb
 variant x11_xcb description "use XCB for low-level protocol implementation" {
 	depends_lib-append port:xorg-libxcb

Copied: trunk/dports/x11/xorg-libX11/files/patch-dolt.diff (from rev 41758, trunk/dports/graphics/cairo/files/patch-dolt.diff)
===================================================================
--- trunk/dports/x11/xorg-libX11/files/patch-dolt.diff	                        (rev 0)
+++ trunk/dports/x11/xorg-libX11/files/patch-dolt.diff	2009-02-14 10:30:16 UTC (rev 46819)
@@ -0,0 +1,11 @@
+--- configure	2008-11-05 15:06:10.000000000 -0600
++++ configure	2009-02-14 04:06:30.000000000 -0600
+@@ -20123,7 +20123,7 @@
+     case "$arg" in
+         --mode=compile) modeok=true ;;
+         --tag=CC|--tag=CXX) tagok=true ;;
+-        *) args+=("$arg")
++        *) args[${#args[*]}]="$arg"
+     esac
+ done
+ if $modeok && $tagok ; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090214/cd1fbe50/attachment.html>


More information about the macports-changes mailing list