pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/snooper Fix attempt at detecting curses.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fb128e9a694
branches: trunk
changeset: 626252:9fb128e9a694
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Nov 05 17:38:41 2013 +0000
description:
Fix attempt at detecting curses.
diffstat:
comms/snooper/distinfo | 3 ++-
comms/snooper/patches/patch-build_configure | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 438039d2c6bd -r 9fb128e9a694 comms/snooper/distinfo
--- a/comms/snooper/distinfo Tue Nov 05 17:37:48 2013 +0000
+++ b/comms/snooper/distinfo Tue Nov 05 17:38:41 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2012/02/16 17:49:41 hans Exp $
+$NetBSD: distinfo,v 1.11 2013/11/05 17:38:41 joerg Exp $
SHA1 (snooper-19991202.tar.gz) = d6aba20cd14449d7b126f393cdb219fd627b7777
RMD160 (snooper-19991202.tar.gz) = 52d61dea95cac246afd5815bc32f31448f9c757b
@@ -6,4 +6,5 @@
SHA1 (patch-aa) = c819aa96cb6c5fde4cb79e73fe6ba5f499de8897
SHA1 (patch-ab) = 7dd3aeca56ae7ba98a95acb2619ef0d6960a3fed
SHA1 (patch-ac) = 3e63795a9174fe060270acce9f208107e70e6f25
+SHA1 (patch-build_configure) = 1db69523c847c17bba088b4fafde9639212dba9d
SHA1 (patch-main_c) = 0c0646839bbc2720ae07a6b1d20d1e737758d762
diff -r 438039d2c6bd -r 9fb128e9a694 comms/snooper/patches/patch-build_configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/snooper/patches/patch-build_configure Tue Nov 05 17:38:41 2013 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-build_configure,v 1.1 2013/11/05 17:38:41 joerg Exp $
+
+--- build/configure.orig 2013-11-05 09:07:46.000000000 +0000
++++ build/configure
+@@ -711,7 +711,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lcurses -termcap $LIBS"
++LIBS="-lcurses -ltermcap $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 717 "configure"
+ #include "confdefs.h"
Home |
Main Index |
Thread Index |
Old Index