pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tmate



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Sep 12 08:31:20 UTC 2017

Modified Files:
        pkgsrc/misc/tmate: distinfo
Added Files:
        pkgsrc/misc/tmate/patches: patch-configure.ac

Log Message:
Remove bashism in configure script.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/tmate/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/tmate/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/tmate/distinfo
diff -u pkgsrc/misc/tmate/distinfo:1.1 pkgsrc/misc/tmate/distinfo:1.2
--- pkgsrc/misc/tmate/distinfo:1.1      Wed Aug 23 18:56:14 2017
+++ pkgsrc/misc/tmate/distinfo  Tue Sep 12 08:31:20 2017
@@ -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

Added files:

Index: pkgsrc/misc/tmate/patches/patch-configure.ac
diff -u /dev/null pkgsrc/misc/tmate/patches/patch-configure.ac:1.1
--- /dev/null   Tue Sep 12 08:31:20 2017
+++ pkgsrc/misc/tmate/patches/patch-configure.ac        Tue Sep 12 08:31:20 2017
@@ -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