pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Re-add revision 1.3 of patch-ab a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f623ed23e3ac
branches:  trunk
changeset: 477596:f623ed23e3ac
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 06 04:20:59 2004 +0000

description:
Re-add revision 1.3 of patch-ab as patch-ag.  This resurrects a change to
use shlibtool to build the plugins to avoid generating and installing a
static archive for the plugin module.  This fixes PLIST breakage.  Bump the
PKGREVISION to 2.

diffstat:

 security/cyrus-sasl2/Makefile         |   4 ++--
 security/cyrus-sasl2/distinfo         |   3 ++-
 security/cyrus-sasl2/patches/patch-ag |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r c73cfeb7518b -r f623ed23e3ac security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Tue Jul 06 03:07:18 2004 +0000
+++ b/security/cyrus-sasl2/Makefile     Tue Jul 06 04:20:59 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2004/07/05 16:49:18 recht Exp $
+# $NetBSD: Makefile,v 1.30 2004/07/06 04:20:59 jlam Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
+PKGREVISION=   2
 SVR4_PKGNAME=  csasl
 COMMENT=       Simple Authentication and Security Layer
 
diff -r c73cfeb7518b -r f623ed23e3ac security/cyrus-sasl2/distinfo
--- a/security/cyrus-sasl2/distinfo     Tue Jul 06 03:07:18 2004 +0000
+++ b/security/cyrus-sasl2/distinfo     Tue Jul 06 04:20:59 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2004/07/05 16:49:18 recht Exp $
+$NetBSD: distinfo,v 1.18 2004/07/06 04:20:59 jlam Exp $
 
 SHA1 (cyrus-sasl-2.1.18.tar.gz) = 74496a61a87edd710303d13f8df0534d6765f6ec
 Size (cyrus-sasl-2.1.18.tar.gz) = 1522578 bytes
@@ -8,6 +8,7 @@
 SHA1 (patch-ad) = 351184f685a8e71f1add59452cca44728ddfec25
 SHA1 (patch-ae) = cfd176eea2e1dba320be14a7d9bf2a4426ba39ad
 SHA1 (patch-af) = c024ff3fe7712b9fce2e064bdc037323838231ef
+SHA1 (patch-ag) = 3b269393d240cc9c77fb7ad5b5fcf71d26bed592
 SHA1 (patch-ai) = ec9b2c155d3615d4e9443e314235484d8de2ad4c
 SHA1 (patch-ak) = 32521eef7f8a9b590089f078edaa706c74d91651
 SHA1 (patch-al) = f4a2c97d4894a4089b6960bf5a2542dfdec4df6e
diff -r c73cfeb7518b -r f623ed23e3ac security/cyrus-sasl2/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cyrus-sasl2/patches/patch-ag     Tue Jul 06 04:20:59 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.6 2004/07/06 04:20:59 jlam Exp $
+
+--- plugins/Makefile.in.orig   Sun Jul  4 02:24:08 2004
++++ plugins/Makefile.in
+@@ -125,7 +125,7 @@ JAVA_TRUE = @JAVA_TRUE@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = $(SHLIBTOOL)
+ LIB_CRYPT = @LIB_CRYPT@
+ LIB_DES = @LIB_DES@
+ 



Home | Main Index | Thread Index | Old Index