summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--security/cyrus-saslauthd/Makefile12
-rw-r--r--security/cyrus-saslauthd/PLIST4
3 files changed, 15 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 88be1e8198d..89f7996a677 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4446 2004/01/13 06:55:31 martti Exp $
+$NetBSD: CHANGES,v 1.4447 2004/01/13 09:03:55 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -202,3 +202,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated perl5 to 5.6.1nb10 [jlam 2004-01-12]
Updated p5-MIME-Base64 to 2.23 [grant 2004-01-13]
Updated xfce4-wm to 4.0.3.1 [martti 2004-01-13]
+ Updated cyrus-saslauthd to 2.1.17nb1 [jlam 2004-01-13]
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile
index bfe3bcdc1e9..e26ab315d0f 100644
--- a/security/cyrus-saslauthd/Makefile
+++ b/security/cyrus-saslauthd/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/01/13 08:13:42 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/13 09:03:15 jlam Exp $
DISTNAME= cyrus-sasl-2.1.17
PKGNAME= ${DISTNAME:S/sasl/saslauthd/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
@@ -25,6 +26,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
PLIST_SRC= ${PKGDIR}/PLIST
+ALL_TARGET= all saslcache testsaslauthd
+
BUILD_DEFS+= USE_PAM USE_LDAP SASL_USE_GSSAPI
# /var/run/saslauthd matches the default value in configure.
@@ -57,6 +60,8 @@ DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL
RCD_SCRIPTS= saslauthd
FILES_SUBST+= ROOT_USER=${ROOT_USER}
+INSTALLATION_DIRS= bin
+
post-configure:
${LN} -sf saslauthd.h ${WRKSRC}/config.h
@@ -67,8 +72,11 @@ post-build:
${MV} -f $$f.new $$f; \
done
-.if defined(USE_LDAP)
post-install:
+ for f in saslcache testsaslauthd; do \
+ ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin/$$f; \
+ done
+.if defined(USE_LDAP)
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cyrus-saslauthd
${INSTALL_DATA} ${WRKSRC}/LDAP_SASLAUTHD \
${PREFIX}/share/doc/cyrus-saslauthd
diff --git a/security/cyrus-saslauthd/PLIST b/security/cyrus-saslauthd/PLIST
index 524ffdcabe4..31d237342c2 100644
--- a/security/cyrus-saslauthd/PLIST
+++ b/security/cyrus-saslauthd/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/01/10 01:27:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/01/13 09:03:15 jlam Exp $
+bin/saslcache
+bin/testsaslauthd
etc/rc.d/saslauthd
man/man8/saslauthd.8
sbin/saslauthd