[150720] trunk/dports/devel/libtool
larryv at macports.org
larryv at macports.org
Wed Jul 27 11:31:26 PDT 2016
Revision: 150720
https://trac.macports.org/changeset/150720
Author: larryv at macports.org
Date: 2016-07-27 11:31:26 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
libtool: Add notes to patches
Modified Paths:
--------------
trunk/dports/devel/libtool/Portfile
trunk/dports/devel/libtool/files/asan.patch
trunk/dports/devel/libtool/files/hardcode-m4.patch
Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile 2016-07-27 18:31:23 UTC (rev 150719)
+++ trunk/dports/devel/libtool/Portfile 2016-07-27 18:31:26 UTC (rev 150720)
@@ -24,7 +24,6 @@
checksums rmd160 6f4b4c3e89426652da3acffa707f71bb4ccee26a \
sha256 e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
-# For consistency, always use the M4 detected by configure.
patchfiles hardcode-m4.patch asan.patch
post-patch {
# Stop build from trying to regenerate these after patching.
Modified: trunk/dports/devel/libtool/files/asan.patch
===================================================================
--- trunk/dports/devel/libtool/files/asan.patch 2016-07-27 18:31:23 UTC (rev 150719)
+++ trunk/dports/devel/libtool/files/asan.patch 2016-07-27 18:31:26 UTC (rev 150720)
@@ -1,8 +1,10 @@
-https://savannah.gnu.org/patch/index.php?8775
+Allow "-fsanitize" to be passed to the linker
+(https://savannah.gnu.org/patch/index.php?8775).
-diff -Naupr libtool-2.4.6.orig/build-aux/ltmain.in libtool-2.4.6/build-aux/ltmain.in
---- build-aux/ltmain.in 2015-02-06 04:57:56.000000000 -0800
-+++ build-aux/ltmain.in 2015-10-18 21:48:30.000000000 -0700
+Index: build-aux/ltmain.in
+===================================================================
+--- build-aux/ltmain.in.orig
++++ build-aux/ltmain.in
@@ -5361,9 +5361,11 @@ func_mode_link ()
# --sysroot=* for sysroot support
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
@@ -16,9 +18,10 @@
func_quote_for_eval "$arg"
arg=$func_quote_for_eval_result
func_append compile_command " $arg"
-diff -Naupr libtool-2.4.6.orig/build-aux/ltmain.sh libtool-2.4.6/build-aux/ltmain.sh
---- build-aux/ltmain.sh 2015-02-15 08:15:12.000000000 -0800
-+++ build-aux/ltmain.sh 2015-10-18 21:49:05.000000000 -0700
+Index: build-aux/ltmain.sh
+===================================================================
+--- build-aux/ltmain.sh.orig
++++ build-aux/ltmain.sh
@@ -7273,9 +7273,11 @@ func_mode_link ()
# --sysroot=* for sysroot support
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
Modified: trunk/dports/devel/libtool/files/hardcode-m4.patch
===================================================================
--- trunk/dports/devel/libtool/files/hardcode-m4.patch 2016-07-27 18:31:23 UTC (rev 150719)
+++ trunk/dports/devel/libtool/files/hardcode-m4.patch 2016-07-27 18:31:26 UTC (rev 150720)
@@ -1,3 +1,6 @@
+For consistency, always use the M4 detected by configure
+(https://trac.macports.org/changeset/137299).
+
Index: Makefile.in
===================================================================
--- Makefile.in.orig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/4302f6f8/attachment.html>
More information about the macports-changes
mailing list