diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-15 18:32:58 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-15 18:32:58 +0000 |
commit | bcf750fff8d45aeecdde55ec82cd5dab6c217ac4 (patch) | |
tree | 5e156b5c73f3f3271a6101bc21ac9646ae10f9d7 /security/cyrus-sasl2-saslauthd | |
parent | 034a457bcd800e6c2d58258a0aff801510f0e3a9 (diff) | |
download | freebsd-ports-bcf750fff8d45aeecdde55ec82cd5dab6c217ac4.zip |
Update to 2.1.15.
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2-saslauthd/files/extra-patch-saslauthd::mechanisms.h | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 1ee6b6379134..97e3068e0fe9 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saslauthd -PORTVERSION= 2.1.14 +PORTVERSION= 2.1.15 #PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ @@ -77,7 +77,6 @@ CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME} CONFIGURE_ARGS+=--enable-gssapi .else CONFIGURE_ARGS+=--disable-gssapi -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-saslauthd::mechanisms.h .endif .include <bsd.port.pre.mk> diff --git a/security/cyrus-sasl2-saslauthd/files/extra-patch-saslauthd::mechanisms.h b/security/cyrus-sasl2-saslauthd/files/extra-patch-saslauthd::mechanisms.h deleted file mode 100644 index c370441487e1..000000000000 --- a/security/cyrus-sasl2-saslauthd/files/extra-patch-saslauthd::mechanisms.h +++ /dev/null @@ -1,13 +0,0 @@ -Index: saslauthd/mechanisms.h -diff -u saslauthd/mechanisms.h.orig saslauthd/mechanisms.h ---- saslauthd/mechanisms.h.orig Sat Jul 5 15:41:07 2003 -+++ saslauthd/mechanisms.h Sat Jul 5 15:41:14 2003 -@@ -52,7 +52,7 @@ - * Figure out which optional drivers we support. - */ - #ifndef AUTH_KRB5 --# if defined(HAVE_KRB5_H) -+# if defined(HAVE_KRB5_H) && defined(STATIC_GSSAPIV2) - # define AUTH_KRB5 - # endif - #endif |