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-unsubscr...@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: lkc...@ksu.edu
Web: http://www-personal.ksu.edu/~lkchen - Where: 11 Hale Library
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to