[104048] users/larryv/dports/lang/rust/files/patch-configure.diff

larryv at macports.org larryv at macports.org
Wed Mar 13 19:38:41 PDT 2013


Revision: 104048
          https://trac.macports.org/changeset/104048
Author:   larryv at macports.org
Date:     2013-03-13 19:38:41 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
[sandbox] rust: Don't remove curl probe, just make it non-fatal.

Modified Paths:
--------------
    users/larryv/dports/lang/rust/files/patch-configure.diff

Modified: users/larryv/dports/lang/rust/files/patch-configure.diff
===================================================================
--- users/larryv/dports/lang/rust/files/patch-configure.diff	2013-03-14 02:00:18 UTC (rev 104047)
+++ users/larryv/dports/lang/rust/files/patch-configure.diff	2013-03-14 02:38:41 UTC (rev 104048)
@@ -1,6 +1,8 @@
---- configure.orig	2012-12-18 18:29:12.000000000 -0500
-+++ configure	2013-03-09 03:11:12.000000000 -0500
-@@ -234,17 +234,7 @@
+diff --git configure configure
+index f2afa2d..e6c859f 100755
+--- configure
++++ configure
+@@ -234,17 +234,7 @@ need_cmd sed
  msg "inspecting environment"
  
  CFG_OSTYPE=$(uname -s)
@@ -19,15 +21,16 @@
  
  # The goal here is to come up with the same triple as LLVM would,
  # at least for the subset of platforms we're willing to target.
-@@ -363,7 +353,6 @@
+@@ -363,7 +353,7 @@ fi
  step_msg "looking for build programs"
  
  probe_need CFG_PERL        perl
 -probe_need CFG_CURL        curl
++probe      CFG_CURL        curl
  probe_need CFG_PYTHON      python2.7 python2.6 python2 python
  
  python_version=$($CFG_PYTHON -V 2>&1)
-@@ -382,8 +371,10 @@
+@@ -382,8 +372,10 @@ else
      probe_need CFG_GIT     git
  fi
  
@@ -40,7 +43,7 @@
  probe CFG_LD               ld
  probe CFG_LLVM_CONFIG      llvm-config
  probe CFG_VALGRIND         valgrind
-@@ -494,7 +485,7 @@
+@@ -494,7 +486,7 @@ then
      LLVM_VERSION=$($LLVM_CONFIG --version)
  
      case $LLVM_VERSION in
@@ -49,7 +52,7 @@
  	    msg "found ok version of LLVM: $LLVM_VERSION"
  	    ;;
  	(*)
-@@ -516,7 +507,7 @@
+@@ -516,7 +508,7 @@ then
                        | cut -d ' ' -f 2)
  
      case $CFG_CLANG_VERSION in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130313/aad08642/attachment.html>


More information about the macports-changes mailing list