pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws DES crypt is in libcipher on Drago...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e74a42805da
branches:  trunk
changeset: 506801:8e74a42805da
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 22 02:26:53 2006 +0000

description:
DES crypt is in libcipher on DragonFly, so check that one as well.

diffstat:

 mail/sylpheed-claws/distinfo         |   4 ++--
 mail/sylpheed-claws/patches/patch-aa |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 6f280e4443f0 -r 8e74a42805da mail/sylpheed-claws/distinfo
--- a/mail/sylpheed-claws/distinfo      Sun Jan 22 01:57:44 2006 +0000
+++ b/mail/sylpheed-claws/distinfo      Sun Jan 22 02:26:53 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2005/03/25 11:52:30 chris Exp $
+$NetBSD: distinfo,v 1.22 2006/01/22 02:26:53 joerg Exp $
 
 SHA1 (sylpheed-claws-1.0.4.tar.bz2) = 168452f7244b490bdb0c38ed14f762ed3fb21dbc
 RMD160 (sylpheed-claws-1.0.4.tar.bz2) = fc831101a7a0d7e942709bf36566d5a266e4248d
 Size (sylpheed-claws-1.0.4.tar.bz2) = 3188838 bytes
-SHA1 (patch-aa) = f663f67f16cb1f1662a57a84d88c1a6ab386b215
+SHA1 (patch-aa) = 49c5c826b43d5ac8ddcc93d2b09c9053a55aa8ed
diff -r 6f280e4443f0 -r 8e74a42805da mail/sylpheed-claws/patches/patch-aa
--- a/mail/sylpheed-claws/patches/patch-aa      Sun Jan 22 01:57:44 2006 +0000
+++ b/mail/sylpheed-claws/patches/patch-aa      Sun Jan 22 02:26:53 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2004/12/14 19:53:49 xtraeme Exp $
+$NetBSD: patch-aa,v 1.4 2006/01/22 02:26:54 joerg Exp $
 
---- configure.ac.orig  2004-09-27 10:01:49.000000000 +0200
-+++ configure.ac       2004-11-30 00:30:27.000000000 +0100
-@@ -238,12 +238,21 @@
+--- configure.ac.orig  2005-03-24 10:55:19.000000000 +0000
++++ configure.ac
+@@ -238,19 +238,28 @@ dnl Check for OpenSSL
  AC_ARG_ENABLE(openssl,
        [  --enable-openssl    Attempt to use OpenSSL for SSL support.],
        [ac_cv_enable_openssl=$enableval], [ac_cv_enable_openssl=yes])
@@ -29,3 +29,11 @@
  AC_SUBST(OPENSSL_CFLAGS)
  AC_SUBST(OPENSSL_LIBS)
  
+ dnl password encryption
+ OLDLIBS=$LIBS
+ LIBS=
+-AC_SEARCH_LIBS(encrypt, crypt, [], AC_MSG_ERROR(['encrypt'-function not found.]))
++AC_SEARCH_LIBS(encrypt, crypt cipher, [], AC_MSG_ERROR(['encrypt'-function not found.]))
+ CRYPT_LIBS=$LIBS
+ AC_SUBST(CRYPT_LIBS)
+ LIBS=$OLDLIBS



Home | Main Index | Thread Index | Old Index