Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2010 21:52:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r465 - branches/experimental/www/firefox-devel
Message-ID:  <201012072152.oB7LqwKV001716@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Dec  7 21:52:58 2010
New Revision: 465

Log:
- Sync to new bsd.autotools.mk
- Remove check for FreeBSD 6.x

Modified:
   branches/experimental/www/firefox-devel/Makefile

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox-devel/Makefile	Tue Dec  7 21:51:49 2010	(r464)
+++ branches/experimental/www/firefox-devel/Makefile	Tue Dec  7 21:52:58 2010	(r465)
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	nspr>=4.8.6:${PORTSDIR}/devel/nspr
 
-USE_AUTOTOOLS=	autoconf:213
+USE_AUTOTOOLS=	autoconf213
 LATEST_LINK=	firefox-devel
 USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
@@ -55,10 +55,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 700000
-BROKEN=		Does not build
-.endif
-
 WRKSRC:=	${WRKSRC}-central
 
 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?201012072152.oB7LqwKV001716>