Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2009 20:00:17 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r16 - trunk/www/firefox3-devel
Message-ID:  <200904252000.n3PK0HlN023190@trillian.chruetertee.ch>

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



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