[SVN-Commit] r30 - trunk/www/firefox3-devel

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue May 12 15:30:19 UTC 2009


Author: flo
Date: Tue May 12 15:30:06 2009
New Revision: 30

Log:
- mark sparc64 as BROKEN, i thought i could fix this shortly but it seems to require more work. Hopefully i can add sparc64 fixes in a few days.

Modified:
   trunk/www/firefox3-devel/Makefile

Modified: trunk/www/firefox3-devel/Makefile
==============================================================================
--- trunk/www/firefox3-devel/Makefile	Mon May 11 14:12:52 2009	(r29)
+++ trunk/www/firefox3-devel/Makefile	Tue May 12 15:30:06 2009	(r30)
@@ -59,7 +59,6 @@
 
 .include <bsd.port.pre.mk>
 
-
 .if ${OSVERSION} < 700000
 LIB_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio
 EXTRA_PATCHES=	${FILESDIR}/releng6_pulseaudio
@@ -67,6 +66,10 @@
 EXTRA_PATCHES=	${FILESDIR}/libsydney_oss
 .endif
 
+.if ${ARCH} == "sparc64"
+BROKEN=		does not compile
+.endif
+
 WRKSRC:=	${WRKSRC}-1.9.1
 
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}


More information about the freebsd-gecko mailing list