From 0d42bb4d2c622e832b68e395cd25ee608bd20060 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 5 Jan 2003 18:50:56 +0000 Subject: [PATCH] - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used. Suggested by: rob.macgregor@techie.com Obtained from: sendmail.org --- mail/sendmail/Makefile | 1 + mail/sendmail/files/patch-proto.m4 | 18 ++++++++++++++++++ mail/sendmail812/Makefile | 1 + mail/sendmail812/files/patch-proto.m4 | 18 ++++++++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 mail/sendmail/files/patch-proto.m4 create mode 100644 mail/sendmail812/files/patch-proto.m4 diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 8544ac259369..e137ac2077f8 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= sendmail PORTVERSION= 8.12.7 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} diff --git a/mail/sendmail/files/patch-proto.m4 b/mail/sendmail/files/patch-proto.m4 new file mode 100644 index 000000000000..9a867e83e6b7 --- /dev/null +++ b/mail/sendmail/files/patch-proto.m4 @@ -0,0 +1,18 @@ +--- cf/m4/proto.m4 4 Dec 2002 00:12:18 -0000 8.649.2.13 ++++ cf/m4/proto.m4 30 Dec 2002 15:44:56 -0000 +@@ -205,13 +205,13 @@ + KCERTSubject regex _CERT_REGEX_SUBJECT_', `dnl') + + ifdef(`LOCAL_RELAY', `dnl +-# who I send unqualified names to if FEATURE(stickyhost) is used ++# who I send unqualified names to if `FEATURE(stickyhost)' is used + # (null means deliver locally) + DR`'LOCAL_RELAY') + + ifdef(`MAIL_HUB', `dnl + # who gets all local email traffic +-# ($R has precedence for unqualified names if FEATURE(stickyhost) is used) ++# ($R has precedence for unqualified names if `FEATURE(stickyhost)' is used) + DH`'MAIL_HUB') + + # dequoting map diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 8544ac259369..e137ac2077f8 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -7,6 +7,7 @@ PORTNAME= sendmail PORTVERSION= 8.12.7 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} diff --git a/mail/sendmail812/files/patch-proto.m4 b/mail/sendmail812/files/patch-proto.m4 new file mode 100644 index 000000000000..9a867e83e6b7 --- /dev/null +++ b/mail/sendmail812/files/patch-proto.m4 @@ -0,0 +1,18 @@ +--- cf/m4/proto.m4 4 Dec 2002 00:12:18 -0000 8.649.2.13 ++++ cf/m4/proto.m4 30 Dec 2002 15:44:56 -0000 +@@ -205,13 +205,13 @@ + KCERTSubject regex _CERT_REGEX_SUBJECT_', `dnl') + + ifdef(`LOCAL_RELAY', `dnl +-# who I send unqualified names to if FEATURE(stickyhost) is used ++# who I send unqualified names to if `FEATURE(stickyhost)' is used + # (null means deliver locally) + DR`'LOCAL_RELAY') + + ifdef(`MAIL_HUB', `dnl + # who gets all local email traffic +-# ($R has precedence for unqualified names if FEATURE(stickyhost) is used) ++# ($R has precedence for unqualified names if `FEATURE(stickyhost)' is used) + DH`'MAIL_HUB') + + # dequoting map