From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:40:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7127FA12; Wed, 4 Sep 2013 07:40:30 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49D552AB9; Wed, 4 Sep 2013 07:40:29 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 950E6435C7; Wed, 4 Sep 2013 02:40:12 -0500 (CDT) Message-ID: <5226E3CA.5020207@marino.st> Date: Wed, 04 Sep 2013 09:39:54 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pietro Cerutti Subject: Re: svn commit: r326256 - head/mail/zmailer References: <201309040709.r8479Imu066483@svn.freebsd.org> In-Reply-To: <201309040709.r8479Imu066483@svn.freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 07:40:30 -0000 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 > >