diff options
author | obache <obache@pkgsrc.org> | 2008-02-19 13:48:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-19 13:48:12 +0000 |
commit | 87932c4296285fde9f0238c82c6e8363a784a209 (patch) | |
tree | e0826a6235d15fef4c35ae984a6e5c7448014487 /net/tor | |
parent | b0c9cbde493c3a46682bd25aba08e74a42dedeb0 (diff) | |
download | pkgsrc-87932c4296285fde9f0238c82c6e8363a784a209.tar.gz |
Adjust patch-ae to same as previous revision.
Should fix PR 38046.
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/distinfo | 4 | ||||
-rw-r--r-- | net/tor/patches/patch-ae | 26 |
2 files changed, 14 insertions, 16 deletions
diff --git a/net/tor/distinfo b/net/tor/distinfo index e7cf5eb3fd2..9b3db1691af 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2008/01/20 20:11:09 jschauma Exp $ +$NetBSD: distinfo,v 1.28 2008/02/19 13:48:12 obache Exp $ SHA1 (tor-0.1.2.19.tar.gz) = 5022dab0de2499e2c6638e1a2e9eee6c79fb707c RMD160 (tor-0.1.2.19.tar.gz) = 4f1b5474a4bbad2e3c82ef0fce2dd838907e48d5 Size (tor-0.1.2.19.tar.gz) = 1264275 bytes SHA1 (patch-ac) = adcc070e4d522143c4d882bd13436cd2b71f289b SHA1 (patch-ad) = 72a68cbd00a5febdff82ba9268bdad2b47ea8159 -SHA1 (patch-ae) = ad06a6adc8dbf9dce3945b3896d98cb62dc2b7f2 +SHA1 (patch-ae) = ca9bb6a0a4c4d9ce260add9f0b14a16fb4a455e1 diff --git a/net/tor/patches/patch-ae b/net/tor/patches/patch-ae index 3c1eb9b3753..88f9c637e53 100644 --- a/net/tor/patches/patch-ae +++ b/net/tor/patches/patch-ae @@ -1,23 +1,21 @@ -$NetBSD: patch-ae,v 1.5 2008/01/20 20:11:09 jschauma Exp $ +$NetBSD: patch-ae,v 1.6 2008/02/19 13:48:12 obache Exp $ ---- configure.orig 2008-01-20 12:04:44.000000000 -0800 -+++ configure 2008-01-20 12:05:23.000000000 -0800 -@@ -5356,7 +5356,8 @@ +--- configure.orig 2008-01-17 19:49:56.000000000 +0000 ++++ configure +@@ -5497,6 +5497,8 @@ fi - fi + done -- +# these checks don't work, assume types are present +if false; then - for ac_header in sys/types.h - do -@@ -5610,6 +5611,8 @@ - ac_cv_type_u_int32_t=no + { echo "$as_me:$LINENO: checking for u_int64_t" >&5 + echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6; } +@@ -5750,6 +5752,7 @@ _ACEOF + fi +fi -+ - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi - { echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 + + { echo "$as_me:$LINENO: checking for libevent directory" >&5 + echo $ECHO_N "checking for libevent directory... $ECHO_C" >&6; } |