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

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Apr 25 20:00:24 UTC 2009


Author: miwi
Date: Sat Apr 25 20:00:16 2009
New Revision: 16

Log:
- Mark broken for 6.X

Modified:
   trunk/www/firefox3-devel/Makefile

Modified: trunk/www/firefox3-devel/Makefile
==============================================================================
--- trunk/www/firefox3-devel/Makefile	Sat Apr 25 01:01:42 2009	(r15)
+++ trunk/www/firefox3-devel/Makefile	Sat Apr 25 20:00:16 2009	(r16)
@@ -59,6 +59,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 700042
+BROKEN=		does not build on 6.x.
+.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