pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail812 - Finish off jlam@'s work removing SA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d61b5ff6aaaf
branches:  trunk
changeset: 491855:d61b5ff6aaaf
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Mar 30 21:54:19 2005 +0000

description:
- Finish off jlam@'s work removing SASL v1 from pkgsrc

diffstat:

 mail/sendmail812/Makefile                  |  5 +----
 mail/sendmail812/Makefile.common           |  4 ++--
 mail/sendmail812/files/site.config.m4-sasl |  5 -----
 3 files changed, 3 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 4e0f90f6be8d -r d61b5ff6aaaf mail/sendmail812/Makefile
--- a/mail/sendmail812/Makefile Wed Mar 30 21:39:27 2005 +0000
+++ b/mail/sendmail812/Makefile Wed Mar 30 21:54:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/03/28 09:39:57 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/30 21:54:19 adrianp Exp $
 
 .include "../../mail/sendmail812/Makefile.common"
 
@@ -62,9 +62,6 @@
 .if defined(USE_SASL2) && ${USE_SASL2} == YES
        ${CAT} ${FILESDIR}/site.config.m4-sasl2 >>${SITECONFIG}
        ${ECHO} -n ' SASL2' >>${DESCR_SRC}
-.elif defined(USE_SASL) && ${USE_SASL} == YES
-       ${CAT} ${FILESDIR}/site.config.m4-sasl >>${SITECONFIG}
-       ${ECHO} -n ' SASL' >>${DESCR_SRC}
 .endif
        ${ECHO} >>${DESCR_SRC}
 
diff -r 4e0f90f6be8d -r d61b5ff6aaaf mail/sendmail812/Makefile.common
--- a/mail/sendmail812/Makefile.common  Wed Mar 30 21:39:27 2005 +0000
+++ b/mail/sendmail812/Makefile.common  Wed Mar 30 21:54:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/03/25 10:45:44 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/03/30 21:54:19 adrianp Exp $
 #
 # Makefile fragment shared with libmilter
 #
@@ -26,7 +26,7 @@
 SITECONFIG=    ${WRKSRC}/devtools/Site/site.config.m4
 
 BUILD_DEFS+=    USE_INET6 USE_TCPWRAPPERS USE_OPENLDAP USE_DB2 \
-               USE_SASL USE_SASL2 USE_STARTTLS USE_DB4
+               USE_SASL2 USE_STARTTLS USE_DB4
 DESCR_SRC=     ${WRKDIR}/.DESCR_SRC
 
 WRKSRC=                ${WRKDIR}/sendmail-${DIST_VERS}
diff -r 4e0f90f6be8d -r d61b5ff6aaaf mail/sendmail812/files/site.config.m4-sasl
--- a/mail/sendmail812/files/site.config.m4-sasl        Wed Mar 30 21:39:27 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: site.config.m4-sasl,v 1.1.1.1 2004/08/30 19:56:46 adrianp Exp $
-
-# enable SASL
-APPENDDEF(`confENVDEF', `-DSASL')
-APPENDDEF(`conf_sendmail_LIBS', `-lsasl')



Home | Main Index | Thread Index | Old Index