[122756] trunk/dports/lang/llvm-3.4

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 28 16:52:05 PDT 2014


Revision: 122756
          https://trac.macports.org/changeset/122756
Author:   jeremyhu at macports.org
Date:     2014-07-28 16:52:05 -0700 (Mon, 28 Jul 2014)
Log Message:
-----------
llvm-3.4: Remove already-present patch (patch failure from previous commit)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.4/Portfile

Removed Paths:
-------------
    trunk/dports/lang/llvm-3.4/files/0001-Fix-regular-expression-to-work-with-multiple-digit-v.patch

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2014-07-28 23:04:27 UTC (rev 122755)
+++ trunk/dports/lang/llvm-3.4/Portfile	2014-07-28 23:52:05 UTC (rev 122756)
@@ -101,7 +101,6 @@
                     sha256  ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4
 
 patchfiles      install_target.patch \
-                0001-Fix-regular-expression-to-work-with-multiple-digit-v.patch \
                 tiger-shlib.patch
 
 patch.pre_args  -p1

Deleted: trunk/dports/lang/llvm-3.4/files/0001-Fix-regular-expression-to-work-with-multiple-digit-v.patch
===================================================================
--- trunk/dports/lang/llvm-3.4/files/0001-Fix-regular-expression-to-work-with-multiple-digit-v.patch	2014-07-28 23:04:27 UTC (rev 122755)
+++ trunk/dports/lang/llvm-3.4/files/0001-Fix-regular-expression-to-work-with-multiple-digit-v.patch	2014-07-28 23:52:05 UTC (rev 122756)
@@ -1,30 +0,0 @@
-From 0f2f62d79dd94169db5df9cd6ec4b9bf359d31f8 Mon Sep 17 00:00:00 2001
-From: Dmitri Gribenko <gribozavr at gmail.com>
-Date: Thu, 14 Nov 2013 18:31:30 +0000
-Subject: [PATCH] Fix regular expression to work with multiple-digit version
- numbers
-
-git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194719 91177308-0d34-0410-b5e6-96231b3b80d8
----
- Makefile.rules | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.rules b/Makefile.rules
-index e53598b..2458bd8 100644
---- a/Makefile.rules
-+++ b/Makefile.rules
-@@ -550,9 +550,9 @@ ifeq ($(HOST_OS),Darwin)
-   DARWIN_VERSION := `sw_vers -productVersion`
-  endif
-   # Strip a number like 10.4.7 to 10.4
--  DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/')
-+  DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]+).*/\1/')
-   # Get "4" out of 10.4 for later pieces in the makefile.
--  DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/')
-+  DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]+).*/\1/')
- 
-   LoadableModuleOptions := -Wl,-flat_namespace -Wl,-undefined,suppress
-   SharedLinkOptions := -dynamiclib
--- 
-2.0.1
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140728/80a29624/attachment.html>


More information about the macports-changes mailing list