pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/valgrind Use '=' instead of '==' in configure fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0cd1f418b76
branches: trunk
changeset: 635428:c0cd1f418b76
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Jun 05 17:35:12 2014 +0000
description:
Use '=' instead of '==' in configure for portability
diffstat:
devel/valgrind/distinfo | 4 +++-
devel/valgrind/patches/patch-configure | 13 +++++++++++++
devel/valgrind/patches/patch-configure.ac | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r 1859593e2267 -r c0cd1f418b76 devel/valgrind/distinfo
--- a/devel/valgrind/distinfo Thu Jun 05 16:39:02 2014 +0000
+++ b/devel/valgrind/distinfo Thu Jun 05 17:35:12 2014 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.3 2013/11/05 17:49:52 alnsn Exp $
+$NetBSD: distinfo,v 1.4 2014/06/05 17:35:12 minskim Exp $
SHA1 (valgrind-3.9.0.tar.bz2) = 9415e28933de9d6687f993c4bb797e6bd49583f1
RMD160 (valgrind-3.9.0.tar.bz2) = 57f28a2c5430777b370433b64e21e1312122b285
Size (valgrind-3.9.0.tar.bz2) = 10003156 bytes
+SHA1 (patch-configure) = 5ab964407645bd28507aa5c4ffadc63dc05782f3
+SHA1 (patch-configure.ac) = 7e19705700c27356c8c0b09c81be88bf6ecfa93b
diff -r 1859593e2267 -r c0cd1f418b76 devel/valgrind/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/valgrind/patches/patch-configure Thu Jun 05 17:35:12 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2014/06/05 17:35:12 minskim Exp $
+
+--- configure.orig 2014-06-05 02:01:35.000000000 +0000
++++ configure
+@@ -8490,7 +8490,7 @@ CFLAGS=$safe_CFLAGS
+ # (Pedantically if the linker is gold then -Ttext is fine, but newer
+ # gold versions also support -Ttext-segment. So just assume that unless
+ # we can use -Ttext-segment we need to strip the build-id NOTEs.
+-if test "x${linker_using_t_text}" == "xyes"; then
++if test "x${linker_using_t_text}" = "xyes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: ld -Ttext used, need to strip build-id NOTEs." >&5
+ $as_echo "$as_me: ld -Ttext used, need to strip build-id NOTEs." >&6;}
+ # does the linker support -Wl,--build-id=none ? Note, it's
diff -r 1859593e2267 -r c0cd1f418b76 devel/valgrind/patches/patch-configure.ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/valgrind/patches/patch-configure.ac Thu Jun 05 17:35:12 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.ac,v 1.1 2014/06/05 17:35:12 minskim Exp $
+
+--- configure.ac.orig 2013-10-31 23:28:16.000000000 +0000
++++ configure.ac
+@@ -1834,7 +1834,7 @@ CFLAGS=$safe_CFLAGS
+ # (Pedantically if the linker is gold then -Ttext is fine, but newer
+ # gold versions also support -Ttext-segment. So just assume that unless
+ # we can use -Ttext-segment we need to strip the build-id NOTEs.
+-if test "x${linker_using_t_text}" == "xyes"; then
++if test "x${linker_using_t_text}" = "xyes"; then
+ AC_MSG_NOTICE([ld -Ttext used, need to strip build-id NOTEs.])
+ # does the linker support -Wl,--build-id=none ? Note, it's
+ # important that we test indirectly via whichever C compiler
Home |
Main Index |
Thread Index |
Old Index