pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cue Assume that DragonFly's getaddrinfo works, th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d697fdd0d6ff
branches:  trunk
changeset: 505853:d697fdd0d6ff
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 15:37:32 2006 +0000

description:
Assume that DragonFly's getaddrinfo works, the test is broken for
jails which don't have IPv6 addresses even if the same package can be
used on normal system.

Include openssl/dsa.h to get struct dsa_st on newer OpenSSL versions.

diffstat:

 mail/cue/distinfo         |   4 +++-
 mail/cue/patches/patch-aa |  20 ++++++++++++++++++++
 mail/cue/patches/patch-ab |  12 ++++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r ef2ca6fc6bb5 -r d697fdd0d6ff mail/cue/distinfo
--- a/mail/cue/distinfo Sun Jan 08 15:12:11 2006 +0000
+++ b/mail/cue/distinfo Sun Jan 08 15:37:32 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.24 2005/02/24 09:59:21 agc Exp $
+$NetBSD: distinfo,v 1.25 2006/01/08 15:37:32 joerg Exp $
 
 SHA1 (cue-snap-20050131.tar.gz) = 4701a6194281203330a0ea732892642998428e8c
 RMD160 (cue-snap-20050131.tar.gz) = e325ce89e89eda4c63069e8015f939dc01748733
 Size (cue-snap-20050131.tar.gz) = 169347 bytes
+SHA1 (patch-aa) = 943611e7b8a363fe90fb5a49c2bb0a8977e4e242
+SHA1 (patch-ab) = 066709e7087e95b704366bf82226781acdb58f6f
diff -r ef2ca6fc6bb5 -r d697fdd0d6ff mail/cue/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cue/patches/patch-aa Sun Jan 08 15:37:32 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.3 2006/01/08 15:37:33 joerg Exp $
+
+--- configure.orig     2003-11-13 11:18:48.000000000 +0000
++++ configure
+@@ -1126,6 +1126,7 @@ rm -fr conftest*
+ fi
+ 
+ 
++if test ${OPSYS} != "DragonFly"; then
+ if test "$buggygetaddrinfo" = "yes"; then
+       if test "$ipv6" = "yes"; then
+               echo 'Fatal: You must get working getaddrinfo() function.'
+@@ -1133,6 +1134,7 @@ if test "$buggygetaddrinfo" = "yes"; the
+               exit 1
+       fi
+ fi
++fi
+ 
+ echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
+ echo "configure:1139: checking if --enable-idea option is specified" >&5
diff -r ef2ca6fc6bb5 -r d697fdd0d6ff mail/cue/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cue/patches/patch-ab Sun Jan 08 15:37:32 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2006/01/08 15:37:33 joerg Exp $
+
+--- pgp.c.orig 2006-01-08 15:32:55.000000000 +0000
++++ pgp.c
+@@ -37,6 +37,7 @@
+ 
+ #ifdef OPENSSL
+ #include <openssl/bn.h>
++#include <openssl/dsa.h>
+ #include <openssl/rsa.h>
+ #include <openssl/evp.h>
+ #include <openssl/rand.h>



Home | Main Index | Thread Index | Old Index