diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2019-07-15 07:05:02 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2019-07-15 07:05:02 +0000 |
commit | 97f43d5ad4d9775f4c464ef7fe671729b670e492 (patch) | |
tree | 50f0ebf7c6304834c8c90aba13453cd52fda3b22 /mail | |
parent | 3fc349c1188e9ba8182a8286c7c6125bd7b3246d (diff) | |
download | pkgsrc-97f43d5ad4d9775f4c464ef7fe671729b670e492.tar.gz |
Woops, didn't properly comment out a line that was disabling the
use of res_n* functions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4-sasl2 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 79d05bc984a..cabe54a2b6a 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.132 2019/07/15 04:32:49 jnemeth Exp $ +# $NetBSD: Makefile,v 1.133 2019/07/15 07:05:02 jnemeth Exp $ PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* diff --git a/mail/sendmail/files/site.config.m4-sasl2 b/mail/sendmail/files/site.config.m4-sasl2 index 3b2cc9d0d31..4b2e0e6dd41 100644 --- a/mail/sendmail/files/site.config.m4-sasl2 +++ b/mail/sendmail/files/site.config.m4-sasl2 @@ -1,9 +1,9 @@ -# $NetBSD: site.config.m4-sasl2,v 1.4 2019/07/15 04:32:49 jnemeth Exp $ +# $NetBSD: site.config.m4-sasl2,v 1.5 2019/07/15 07:05:02 jnemeth Exp $ # enable SASL 2 APPENDDEF(`confENVDEF', `-DSASL=2') APPENDDEF(`conf_sendmail_LIBS', `-lsasl2') -# XXX JMN always enable NAMED_RESN for now -## for some strange reason SASL, and NAMED_RESN and MILTER are incompatible -#APPENDDEF(`confENVDEF', `-DNAMED_RESN=0') +dnl # XXX JMN always enable NAMED_RESN for now +dnl # for some strange reason SASL, and NAMED_RESN and MILTER are incompatible +dnl APPENDDEF(`confENVDEF', `-DNAMED_RESN=0') |