Date: Wed, 11 Nov 2009 11:15:25 +0100 From: Martin Wilke <miwi@FreeBSD.org> To: Marcel Moolenaar <xcllnt@mac.com> Cc: gecko@freebsd.org Subject: Re: [PATCH] Fix Mk/bsd.gecko.mk, broken by rev 1.8 Message-ID: <20091111101525.GA57237@bsdcrew.de> In-Reply-To: <0A4BC5A1-2FAB-4B0E-B1BE-AA3B15B038D9@mac.com> References: <0A4BC5A1-2FAB-4B0E-B1BE-AA3B15B038D9@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Nov 10, 2009 at 08:43:02PM -0800, 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? Hi Marcel, Generell yes but not yet. the portstree is in a sweep mode which mean, any Mk/ commits not allowed. - - Martin > > 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 > > > > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkr6jrwACgkQdLJIhLHm/Ok3SgCgrzJfayDPT/cMZKw+Id/I84wY ZBkAniiLMQhhSb3aC0xNmBdvTo7mPwSL =VxPQ -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091111101525.GA57237>