pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sendmail Woops, didn't properly comment out a lin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/befc09200cde
branches: trunk
changeset: 336448:befc09200cde
user: jnemeth <jnemeth%pkgsrc.org@localhost>
date: Mon Jul 15 07:05:02 2019 +0000
description:
Woops, didn't properly comment out a line that was disabling the
use of res_n* functions.
diffstat:
mail/sendmail/Makefile | 4 ++--
mail/sendmail/files/site.config.m4-sasl2 | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 83052ec3dfe6 -r befc09200cde mail/sendmail/Makefile
--- a/mail/sendmail/Makefile Mon Jul 15 07:03:21 2019 +0000
+++ b/mail/sendmail/Makefile Mon Jul 15 07:05:02 2019 +0000
@@ -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 -r 83052ec3dfe6 -r befc09200cde mail/sendmail/files/site.config.m4-sasl2
--- a/mail/sendmail/files/site.config.m4-sasl2 Mon Jul 15 07:03:21 2019 +0000
+++ b/mail/sendmail/files/site.config.m4-sasl2 Mon Jul 15 07:05:02 2019 +0000
@@ -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')
Home |
Main Index |
Thread Index |
Old Index