From 569b488dc8b8bd08f831ea5cf17ebd58d6ffa94f Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 6 Jul 2004 04:20:59 +0000 Subject: 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. --- security/cyrus-sasl2/Makefile | 4 ++-- security/cyrus-sasl2/distinfo | 3 ++- security/cyrus-sasl2/patches/patch-ag | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 security/cyrus-sasl2/patches/patch-ag (limited to 'security/cyrus-sasl2') 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@ + -- cgit v1.2.3