[95669] trunk/dports/multimedia/libvpx

cal at macports.org cal at macports.org
Wed Jul 18 14:51:27 PDT 2012


Revision: 95669
          https://trac.macports.org/changeset/95669
Author:   cal at macports.org
Date:     2012-07-18 14:51:27 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
libvpx: compatibility fix for mountain lion

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/libvpx/files/patch-build-make-gen_asm_deps.sh.diff

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2012-07-18 21:48:17 UTC (rev 95668)
+++ trunk/dports/multimedia/libvpx/Portfile	2012-07-18 21:51:27 UTC (rev 95669)
@@ -28,6 +28,9 @@
 # patches for: 10.6; correct "universal" arch default selection; 'sed' scripts.
 patchfiles      patch-build-make-configure.sh.diff
 
+# patch for mountain lion compatibility, see https://gerrit.chromium.org/gerrit/#change,26027 for upstream
+patchfiles-append   patch-build-make-gen_asm_deps.sh.diff
+
 post-patch {
     if {[vercmp $xcodeversion 4.3] < 0} {
         set sdks_dir "${developer_dir}/SDKs"

Added: trunk/dports/multimedia/libvpx/files/patch-build-make-gen_asm_deps.sh.diff
===================================================================
--- trunk/dports/multimedia/libvpx/files/patch-build-make-gen_asm_deps.sh.diff	                        (rev 0)
+++ trunk/dports/multimedia/libvpx/files/patch-build-make-gen_asm_deps.sh.diff	2012-07-18 21:51:27 UTC (rev 95669)
@@ -0,0 +1,11 @@
+--- build/make/gen_asm_deps.sh.orig	2012-07-18 23:43:18.000000000 +0200
++++ build/make/gen_asm_deps.sh	2012-07-18 23:45:52.000000000 +0200
+@@ -42,7 +42,7 @@
+ 
+ [ -n "$srcfile" ] || show_help
+ sfx=${sfx:-asm}
+-includes=$(LC_ALL=C egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
++includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
+            perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
+ #" restore editor state
+ for inc in ${includes}; do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/6d59e996/attachment.html>


More information about the macports-changes mailing list