pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/tmate Remove bashism in configure script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39256ec529ac
branches:  trunk
changeset: 368225:39256ec529ac
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Sep 12 08:31:20 2017 +0000

description:
Remove bashism in configure script.

diffstat:

 misc/tmate/distinfo                   |   3 ++-
 misc/tmate/patches/patch-configure.ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 681d803c565b -r 39256ec529ac misc/tmate/distinfo
--- a/misc/tmate/distinfo       Tue Sep 12 08:21:30 2017 +0000
+++ b/misc/tmate/distinfo       Tue Sep 12 08:31:20 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2017/08/23 18:56:14 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2017/09/12 08:31:20 dholland Exp $
 
 SHA1 (tmate-2.2.1.tar.gz) = 8ef6999f7bf2511738650421e40b6a639e782d36
 RMD160 (tmate-2.2.1.tar.gz) = fd72920b91041905a218f59ba25eb1d58d4bfc6c
 SHA512 (tmate-2.2.1.tar.gz) = 3d4ce7510cd8da39bc4fe63f2a64179846a813bb3560ca811d9e1e2a28b06d95a9033047a900d76bda069c249d7ebbe1143daa082b23212c5d32a50bf1819d2d
 Size (tmate-2.2.1.tar.gz) = 610745 bytes
+SHA1 (patch-configure.ac) = dba0fdd160797e3884533d99686efdf9b0af9e7a
 SHA1 (patch-tmux.h) = 8c26d6ca70b1a8d51e7c920ea54f59d2023968fe
diff -r 681d803c565b -r 39256ec529ac misc/tmate/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tmate/patches/patch-configure.ac     Tue Sep 12 08:31:20 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2017/09/12 08:31:20 dholland Exp $
+
+Remove bashism in configure script.
+
+--- configure.ac~      2016-03-29 03:30:07.000000000 +0000
++++ configure.ac
+@@ -465,7 +465,7 @@ if test "x$found_static" = xyes; then
+               LIBS="compat/memcpy.o -Wl,--wrap=memcpy $LIBS"
+       fi
+       LIBS="compat/clock_gettime.o libc/fdelt_chk.o $LIBS"
+-      LIBS="-Wl,-Bstatic ${LIBS/-ldl/} -Wl,-Bdynamic -ldl"
++      LIBS="-Wl,-Bstatic $(echo ${LIBS} | sed -e s/-ldl//) -Wl,-Bdynamic -ldl"
+ fi
+ 
+ # Check for BSD-style integer types.



Home | Main Index | Thread Index | Old Index