Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2009 15:30:07 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r30 - trunk/www/firefox3-devel
Message-ID:  <200905121530.n4CFU725005396@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905121530.n4CFU725005396>