[131871] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 19 23:34:48 PST 2015


Revision: 131871
          https://trac.macports.org/changeset/131871
Author:   jeremyhu at macports.org
Date:     2015-01-19 23:34:48 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
llvm-3.[567]: Fix build on Snow Leopard (#46598, #46599)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.5/files/2005-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch
    trunk/dports/lang/llvm-3.6/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch
    trunk/dports/lang/llvm-3.7/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch

Modified: trunk/dports/lang/llvm-3.5/files/2005-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch
===================================================================
--- trunk/dports/lang/llvm-3.5/files/2005-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 05:34:13 UTC (rev 131870)
+++ trunk/dports/lang/llvm-3.5/files/2005-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 07:34:48 UTC (rev 131871)
@@ -22,7 +22,7 @@
            if $(LD) -v 2>&1 | grep "configured to support" \
               | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \
              result="$$result$$arch "; \
-+          elif ! ( $(LD) -v 2>&1 | grep "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
++          elif ! ( $(LD) -v 2>&1 | grep -q "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
 +            result="$$result$$arch "; \
            else \
              printf 1>&2 \

Modified: trunk/dports/lang/llvm-3.6/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch
===================================================================
--- trunk/dports/lang/llvm-3.6/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 05:34:13 UTC (rev 131870)
+++ trunk/dports/lang/llvm-3.6/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 07:34:48 UTC (rev 131871)
@@ -21,7 +21,7 @@
            if $(LD) -v 2>&1 | grep "configured to support" \
               | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \
              result="$$result$$arch "; \
-+          elif ! ( $(LD) -v 2>&1 | grep "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
++          elif ! ( $(LD) -v 2>&1 | grep -q "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
 +            result="$$result$$arch "; \
            else \
              printf 1>&2 \

Modified: trunk/dports/lang/llvm-3.7/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch
===================================================================
--- trunk/dports/lang/llvm-3.7/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 05:34:13 UTC (rev 131870)
+++ trunk/dports/lang/llvm-3.7/files/2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch	2015-01-20 07:34:48 UTC (rev 131871)
@@ -21,7 +21,7 @@
            if $(LD) -v 2>&1 | grep "configured to support" \
               | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \
              result="$$result$$arch "; \
-+          elif ! ( $(LD) -v 2>&1 | grep "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
++          elif ! ( $(LD) -v 2>&1 | grep -q "configured to support" ) && test "$$arch" = "i386" -o "$$arch" = "x86_64" -o "$$arch" = "ppc" -o "$$arch" = "ppc64" ; then \
 +            result="$$result$$arch "; \
            else \
              printf 1>&2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/dd2f09f6/attachment.html>


More information about the macports-changes mailing list