Date: Thu, 23 Aug 2012 16:37:03 -0400 (EDT) From: "Lawrence K. Chen, P.Eng." <lkchen@ksu.edu> To: freebsd-ports@freebsd.org Subject: Re: patch to build spamass-milter with sendmail-sasl Message-ID: <1061303300.6337147.1345754223230.JavaMail.root@k-state.edu> In-Reply-To: <201208111916.q7BJGsts036695@gateway.ipv6.occnc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Just the patch I was looking for. ----- Original Message ----- > > FYI- > > The mail/spamass-milter port won't build if the sendmail-sasl port > has > been built. The patch below fixes this. > > The port maintainer is on the Cc. No bug has been reported. > > Curtis > > > > --- Makefile.orig 2011-12-02 20:38:47.000000000 -0500 > +++ Makefile 2012-08-11 14:51:23.000000000 -0400 > @@ -25,10 +25,17 @@ > REJECTTEXT_PATCH "Customize SMTP reject message" off \ > LDAP "LDAP support" off \ > SENDMAIL_PORT "Build against sendmail port" off \ > + SENDMAIL_SASL "Use SASL version of sendmail port" off \ > IPV6 "Apply IPv6 whitelist patch" off > > .include <bsd.port.pre.mk> > > +.if defined(WITH_SENDMAIL_PORT) > +.if defined(WITH_SENDMAIL_SASL) > +SENDMAIL_MILTER_PORT= sendmail-sasl > +.endif > +.endif > + > ORIG_ARGS= fd:mMp:P:r:u:D:i:b:B:e:x > NEW_ARGS:= ${ORIG_ARGS} > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" > -- Who: Lawrence K. Chen, P.Eng. - W0LKC - Senior Unix Systems Administrator For: Enterprise Server Technologies (EST) -- & SafeZone Ally Snail: Computing and Telecommunications Services (CTS) Kansas State University, 109 East Stadium, Manhattan, KS 66506-3102 Phone: (785) 532-4916 - Fax: (785) 532-3515 - Email: lkchen@ksu.edu Web: http://www-personal.ksu.edu/~lkchen - Where: 11 Hale Library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1061303300.6337147.1345754223230.JavaMail.root>