cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile ports/www/mozilla-firebird Makefile

Trevor Johnson trevor at jpj.net
Mon Nov 24 00:28:59 PST 2003


David O'Brien wrote:

> On Mon, Nov 24, 2003 at 02:34:24AM -0500, Trevor Johnson wrote:
> > >
> > >   FreeBSD ports repository
> > >
> > >   Modified files:
> > >     www/mozilla          Makefile
> > >     www/mozilla-devel    Makefile
> > >     www/mozilla-firebird Makefile
> > >   Log:
> > >   Don't build these ports on amd64.
> >
> > Why not?
>
> We don't have the right bits yet.  Mozilla has MD code which has to have
> carnal knowledge of the compiler's ABI.

If you have an x86-64 machine, could you please try this patch?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mozilla-firebird/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- Makefile	24 Oct 2003 06:38:14 -0000	1.57
+++ Makefile	24 Nov 2003 08:26:34 -0000
@@ -99,6 +99,9 @@
 		-e 's|@PREFIX@|${LOCAL_PREFIX}|'	\
 		-e 's|@PERL@|${PERL5}|'			\
 		<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig
+.if (${MACHINE_ARCH} == "amd64")
+	${ECHO_CMD} ac_add_options --disable-md >> ${WRKSRC}/.mozconfig
+.endif

 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-- 
Trevor Johnson


More information about the cvs-ports mailing list