summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-06 04:20:59 +0000
committerjlam <jlam@pkgsrc.org>2004-07-06 04:20:59 +0000
commit569b488dc8b8bd08f831ea5cf17ebd58d6ffa94f (patch)
tree755ed5032f326fbae5ac1523a578e962de6aacfc /security/cyrus-sasl2
parent6e13e08f41cda9c9d32929249edd492864f3dadb (diff)
downloadpkgsrc-569b488dc8b8bd08f831ea5cf17ebd58d6ffa94f.tar.gz
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 (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile4
-rw-r--r--security/cyrus-sasl2/distinfo3
-rw-r--r--security/cyrus-sasl2/patches/patch-ag13
3 files changed, 17 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 226b6f3d1d5..056f9c6010e 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -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 --git a/security/cyrus-sasl2/distinfo b/security/cyrus-sasl2/distinfo
index df680839ba9..6b8ad0aed9c 100644
--- a/security/cyrus-sasl2/distinfo
+++ b/security/cyrus-sasl2/distinfo
@@ -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-ac) = 8536fec6241a87e2a199b4aa8da788a2439f5507
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 --git a/security/cyrus-sasl2/patches/patch-ag b/security/cyrus-sasl2/patches/patch-ag
new file mode 100644
index 00000000000..6e5fc82704e
--- /dev/null
+++ b/security/cyrus-sasl2/patches/patch-ag
@@ -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@
+