From owner-cvs-ports@FreeBSD.ORG Sat Aug 7 15:11:50 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D4D1065690; Sat, 7 Aug 2010 15:11:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from direk.arved.priv.at (unknown [IPv6:2001:6f8:13fb:3:230:1bff:fe45:f2d4]) by mx1.freebsd.org (Postfix) with ESMTP id B271D8FC45; Sat, 7 Aug 2010 15:11:49 +0000 (UTC) Received: from direk.arved.priv.at (localhost [IPv6:::1]) by direk.arved.priv.at (8.14.4/8.14.4) with ESMTP id o77FBeHA062598; Sat, 7 Aug 2010 17:11:40 +0200 (CEST) (envelope-from arved@FreeBSD.org) Message-ID: <4C5D77AC.2060207@FreeBSD.org> Date: Sat, 07 Aug 2010 17:11:40 +0200 From: Tilman Linneweh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100724 Thunderbird/3.0.6 MIME-Version: 1.0 To: Greg Lewis References: <20100807021353.490FB10656B7@hub.freebsd.org> In-Reply-To: <20100807021353.490FB10656B7@hub.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org Subject: Re: [ports] cvs commit: ports/java/openjdk7 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 15:11:50 -0000 On 08/07/2010 04:13, Greg Lewis wrote: > glewis 2010-08-07 02:13:40 UTC > > FreeBSD ports repository > > Modified files: > java/openjdk7 Makefile > Log: > . Back out the previous revision. The port is not MAKE_JOBS_SAFE. [..] > Index: ports/java/openjdk7/Makefile > diff -u ports/java/openjdk7/Makefile:1.13 ports/java/openjdk7/Makefile:1.14 > --- ports/java/openjdk7/Makefile:1.13 Sun Aug 1 22:22:44 2010 > +++ ports/java/openjdk7/Makefile Sat Aug 7 02:13:40 2010 > @@ -33,10 +33,9 @@ > > LATEST_LINK= openjdk7 > > -USE_GMAKE= yes > -USE_ICONV= yes > +USE_GMAKE= YES > +USE_ICONV= YES > USE_XORG+= x11 xext xi xrender xt xtst > -MAKE_JOBS_SAFE= yes > I think we should add MAKE_JOBS_UNSAFE=yes as we now know it is not safe....