pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vtun add patch to help configure find blowfish hea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17585b2c60a5
branches:  trunk
changeset: 644919:17585b2c60a5
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Jan 19 16:10:23 2015 +0000

description:
add patch to help configure find blowfish headers from openssl

diffstat:

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

diffs (33 lines):

diff -r 514980f10b72 -r 17585b2c60a5 net/vtun/distinfo
--- a/net/vtun/distinfo Mon Jan 19 15:46:40 2015 +0000
+++ b/net/vtun/distinfo Mon Jan 19 16:10:23 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2014/04/20 21:03:24 adam Exp $
+$NetBSD: distinfo,v 1.13 2015/01/19 16:10:23 wiedi Exp $
 
 SHA1 (vtun-3.0.3.tar.gz) = 7937e46420b5c2323f36774ab22e75e11c12da6c
 RMD160 (vtun-3.0.3.tar.gz) = 4df179b523798930927103a4d91b428f941e25ed
@@ -6,4 +6,5 @@
 SHA1 (patch-aa) = 2f570c4599923edeef31c6a2e7153f1fe05887c9
 SHA1 (patch-ab) = 0af65f6b6d061d8beb8b2ac6a676ca095c057ccf
 SHA1 (patch-ac) = 0f39700ab729d9481fe29e2d7e53566eff6add96
+SHA1 (patch-configure) = 591ecb4242b0d3bb2eb0087a37315a322222312d
 SHA1 (patch-vtun.h) = 832d3b97094885c8a10e752c7c8f5c86e08de967
diff -r 514980f10b72 -r 17585b2c60a5 net/vtun/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vtun/patches/patch-configure  Mon Jan 19 16:10:23 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.1 2015/01/19 16:10:23 wiedi Exp $
+
+help configure find blowfish headers from openssl
+--- configure.orig     2009-03-29 10:08:48.000000000 +0000
++++ configure
+@@ -5680,7 +5680,7 @@ echo "$as_me: checking for blowfish Libr
+     echo "$as_me:$LINENO: checking \"for blowfish.h\"" >&5
+ echo $ECHO_N "checking \"for blowfish.h\"... $ECHO_C" >&6
+     ac_hdr_found=no
+-    for p in $BLOWFISH_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include  /usr/include/crypto; do
++    for p in $BLOWFISH_HDR_DIR $SSL_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include  /usr/include/crypto; do
+       if test -n "$p"; then
+         dir="$p"
+       else



Home | Main Index | Thread Index | Old Index