From owner-freebsd-ports@FreeBSD.ORG Tue Aug 25 02:58:51 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 7B7021065694 for ; Tue, 25 Aug 2009 02:58:51 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 62E3D8FC0C for ; Tue, 25 Aug 2009 02:58:51 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii; format=flowed; delsp=yes Received: from macbook-pro.lan.xcllnt.net (mail.xcllnt.net [75.101.29.67]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KOW00ADIWA1YR40@asmtp030.mac.com> for ports@FreeBSD.org; Mon, 24 Aug 2009 19:58:51 -0700 (PDT) From: Marcel Moolenaar Date: Mon, 24 Aug 2009 19:58:48 -0700 Message-id: <4659C40D-6E3A-4F2B-9F5A-190C3D8EBE54@mac.com> To: ports@FreeBSD.org X-Mailer: Apple Mail (2.1074) Cc: Marius Strobl Subject: [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 02:58:51 -0000 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 -- Marcel Moolenaar xcllnt@mac.com