pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xaric add patch to help configure find openssl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1688f6eef8c8
branches:  trunk
changeset: 644903:1688f6eef8c8
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Jan 19 12:22:51 2015 +0000

description:
add patch to help configure find openssl

diffstat:

 chat/xaric/distinfo                |   3 ++-
 chat/xaric/patches/patch-configure |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 525c27e243f3 -r 1688f6eef8c8 chat/xaric/distinfo
--- a/chat/xaric/distinfo       Mon Jan 19 11:15:37 2015 +0000
+++ b/chat/xaric/distinfo       Mon Jan 19 12:22:51 2015 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2013/07/21 11:29:55 shattered Exp $
+$NetBSD: distinfo,v 1.10 2015/01/19 12:22:51 wiedi Exp $
 
 SHA1 (xaric-0.13.6.tar.gz) = ed10e395dea29fdf7bbc0d65389d789d7d4ca09b
 RMD160 (xaric-0.13.6.tar.gz) = a63aaa1fce98b195c23530ca4730ea5792ae1b52
 Size (xaric-0.13.6.tar.gz) = 479754 bytes
+SHA1 (patch-configure) = 93742a59e3c558d648957319ba79b1fba92d3f09
 SHA1 (patch-source_iflist.c) = 32647096ba2dcbb258676d70ccd147b508f931bd
 SHA1 (patch-source_ircterm.c) = 166b658d9fb41e69b0101bdeb0d524e71d745621
diff -r 525c27e243f3 -r 1688f6eef8c8 chat/xaric/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/xaric/patches/patch-configure        Mon Jan 19 12:22:51 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.1 2015/01/19 12:22:51 wiedi Exp $
+
+help configure find our openssl
+--- configure.orig     2015-01-19 12:17:12.217149161 +0000
++++ configure
+@@ -6665,7 +6665,7 @@ fi
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL" >&5
+ $as_echo_n "checking for OpenSSL... " >&6; }
+-for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
++for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr $prefix; do
+     ssldir="$dir"
+     if test -f "$dir/include/openssl/ssl.h"; then
+       found_ssl="yes";



Home | Main Index | Thread Index | Old Index