summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-18 17:41:30 +0000
committerjlam <jlam@pkgsrc.org>2006-04-18 17:41:30 +0000
commitb885afa1a3cba69d03d63d0e0df39c5f15c111bd (patch)
treeb58a9a0471e71192f1bab4df437977af2d936991 /security/cyrus-sasl/Makefile.common
parent6cc8238353e5424ad5adb76faddefa5e8acca59d (diff)
downloadpkgsrc-b885afa1a3cba69d03d63d0e0df39c5f15c111bd.tar.gz
Updated security/cyrus-sasl to 2.1.21. Changes from version 2.1.20 include:
* lib/dlopen.c: log the reason for opendir() failure when loading plugin. * lib/common.c: honor log level setting * sample/sample-client.c, sample/sample-server.c: Fixed several 64 bit portability warnings. * utils/testsuite.c: Fixed several 64 bit portability warnings. * utils/saslpasswd.c: Fixed typo in an auxprop name. * include/saslplug.h, lib/common.c, lib/saslint.h, lib/server.c: Added sasl_server_plugin_info(). * lib/common.c: initialize path in case caller didn't.
Diffstat (limited to 'security/cyrus-sasl/Makefile.common')
-rw-r--r--security/cyrus-sasl/Makefile.common18
1 files changed, 8 insertions, 10 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common
index 3a722a52366..16dd7a1c1ea 100644
--- a/security/cyrus-sasl/Makefile.common
+++ b/security/cyrus-sasl/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2006/04/13 21:32:40 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/04/18 17:41:30 jlam Exp $
#
# This file is currently included by:
#
@@ -16,7 +16,7 @@
# This Makefile fragment should be included _below_ any SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
-DISTNAME= cyrus-sasl-2.1.20
+DISTNAME= cyrus-sasl-2.1.21
CATEGORIES= security
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
@@ -27,30 +27,26 @@ HOMEPAGE= http://asg.web.cmu.edu/sasl/
DISTINFO_FILE= ${.CURDIR}/../cyrus-sasl/distinfo
PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../mk/bsd.prefs.mk"
.if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS])
+BUILDLINK_ABI_DEPENDS.cyrus-sasl+= \
+ cyrus-sasl>=${PKGVERSION:S/nb*//}
. include "../../security/cyrus-sasl/buildlink3.mk"
CPPFLAGS+= -I${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl
-. if defined(DEFAULT_VIEW.cyrus-sasl)
-DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.cyrus-sasl}
-. endif
.endif
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE+= ${WRKSRC}/config/ltconfig
MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}
DOCDIR= ${PREFIX}/share/doc/cyrus-sasl
PLUGINDIR= ${PREFIX}/lib/sasl2
-_PLUGINDIR= ${VIEWBASE}/lib/sasl2
-CONFIGURE_ARGS+= --with-plugindir=${_PLUGINDIR:Q}
+CONFIGURE_ARGS+= --with-plugindir=${PLUGINDIR:Q}
+CONFIGURE_ARGS+= --disable-java
# Authentication mechanisms
CONFIGURE_ARGS+= --disable-anon # ANONYMOUS
@@ -59,9 +55,11 @@ CONFIGURE_ARGS+= --disable-cram # CRAM-MD5
CONFIGURE_ARGS+= --disable-digest # DIGEST-MD5
CONFIGURE_ARGS+= --disable-gssapi # GSSAPI
CONFIGURE_ARGS+= --disable-krb4 # KERBEROS_V4
+CONFIGURE_ARGS+= --disable-ldapdb # LDAP
CONFIGURE_ARGS+= --disable-login # LOGIN
CONFIGURE_ARGS+= --disable-ntlm # NTLM
CONFIGURE_ARGS+= --disable-otp # OTP
+CONFIGURE_ARGS+= --disable-passdss # PASSDSS
CONFIGURE_ARGS+= --disable-plain # PLAIN
CONFIGURE_ARGS+= --disable-sql # SQL
CONFIGURE_ARGS+= --disable-srp # SRP