From owner-freebsd-ports@FreeBSD.ORG Tue Aug 25 07:34:49 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02059106568F for ; Tue, 25 Aug 2009 07:34:49 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 72EBA8FC22 for ; Tue, 25 Aug 2009 07:34:48 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n7P70nxn003511; Tue, 25 Aug 2009 09:00:50 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n7P70mbE003510; Tue, 25 Aug 2009 09:00:48 +0200 (CEST) (envelope-from marius) Date: Tue, 25 Aug 2009 09:00:48 +0200 From: Marius Strobl To: Marcel Moolenaar Message-ID: <20090825070048.GA94142@alchemy.franken.de> References: <4659C40D-6E3A-4F2B-9F5A-190C3D8EBE54@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4659C40D-6E3A-4F2B-9F5A-190C3D8EBE54@mac.com> User-Agent: Mutt/1.4.2.3i Cc: ports@FreeBSD.org Subject: Re: [PATCH] Fix Mk/bsd.gecko.mk, broken by rev 1.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 07:34:49 -0000 On Mon, Aug 24, 2009 at 07:58:48PM -0700, Marcel Moolenaar wrote: > All, > > revision 1.8 fixed sparc64, but accidentally reverted > the change made in revision 1.7 that fixed the powerpc > build. The following diff fixes powerpc be re-applying > the change made in revision 1.7. Ok to commit? > > Index: bsd.gecko.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.gecko.mk,v > retrieving revision 1.14 > diff -u -r1.14 bsd.gecko.mk > --- bsd.gecko.mk 18 Jul 2009 11:10:10 -0000 1.14 > +++ bsd.gecko.mk 21 Aug 2009 20:10:39 -0000 > @@ -275,7 +275,7 @@ > PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in > MOZCONFIG?= ${WRKSRC}/.mozconfig > MOZILLA_PLIST_DIRS?= bin include lib share/idl > -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} - > e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} > +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} > -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} > PKGINSTALL?= ${WRKDIR}/pkg-install > PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall > MASTER_MOZDIR?= ${PORTSDIR}/www/mozilla > Could it be you mean rev. 1.9? I don't see how the above is related to the change in 1.8. Marius