head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q2:1.1.1.1.0.22 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.20 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.18 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.16 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.14 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.12 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.10 pkgsrc-2008Q1:1.1.1.1.0.8 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.6 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.4 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.2 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.09.07.14.31.09; author jnemeth; state dead; branches; next 1.1; 1.1 date 2007.04.17.10.16.53; author jnemeth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.04.17.10.16.53; author jnemeth; state Exp; branches; next ; desc @@ 1.2 log @This is ancient, unmaintained (both upstream and in pkgsrc), doesn't build on current NetBSD releases, and nobody said anything when I asked, so bye-bye. @ text @$NetBSD: patch-ak,v 1.1 2007/04/17 10:16:53 jnemeth Exp $ From: http://www.sendmail.org/patches/client_name.assert.p0 (file path fixed to be relative to source top) Index: srvrsmtp.c =================================================================== RCS file: /cvs/sendmail/srvrsmtp.c,v retrieving revision 8.948 diff -u -r8.948 srvrsmtp.c --- sendmail/srvrsmtp.c 15 Aug 2006 23:24:58 -0000 8.948 +++ sendmail/srvrsmtp.c 24 Aug 2006 16:47:19 -0000 @@@@ -945,7 +945,9 @@@@ char *response; q = macvalue(macid("{client_name}"), e); - SM_ASSERT(q != NULL); + SM_ASSERT(q != NULL || OpMode == MD_SMTP); + if (q == NULL) + q = "localhost"; response = milter_connect(q, RealHostAddr, e, &state); switch (state) { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.5 2006/09/05 20:01:37 tv Exp $ @ 1.1.1.1 log @Rename of current sendmail package to sendmail813 to make way for new sendmail 8.14.x tree in pkgsrc. Changes to the original package include: - Path changes in Makefile and Makefile.common to reflect new location under mail/ of this package - Fix a bunch of issues found by pkg_lint @ text @@