svn commit: r326256 - head/mail/zmailer

John Marino freebsd.contact at marino.st
Wed Sep 4 07:40:30 UTC 2013


Isn't the convention to set MAKE_JOBS_UNSAFE to "yes" rather than just
define it?


On 9/4/2013 09:09, Pietro Cerutti wrote:
> Author: gahr
> Date: Wed Sep  4 07:09:17 2013
> New Revision: 326256
> URL: http://svnweb.freebsd.org/changeset/ports/326256
> 
> Log:
>   - Unbreak by setting MAKE_JOBS_UNSAFE
>   
>   Reported by:	pkg-fallout
> 
> Modified:
>   head/mail/zmailer/Makefile
> 
> Modified: head/mail/zmailer/Makefile
> ==============================================================================
> --- head/mail/zmailer/Makefile	Wed Sep  4 07:08:55 2013	(r326255)
> +++ head/mail/zmailer/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
> @@ -17,6 +17,7 @@ OPTIONS_DEFAULT=SSL
>  
>  GNU_CONFIGURE=	yes
>  USE_PERL5=	yes
> +MAKE_JOBS_UNSAFE=
>  
>  .include <bsd.port.options.mk>
>  
> 


More information about the svn-ports-all mailing list