[SVN-Commit] r1060 - trunk/www/firefox-nightly

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Oct 3 15:41:52 UTC 2012


Author: jbeich
Date: Wed Oct  3 15:41:45 2012
New Revision: 1060

Log:
temporarily lower version requirements for Nightly

Modified:
   trunk/www/firefox-nightly/Makefile

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Wed Oct  3 15:41:38 2012	(r1059)
+++ trunk/www/firefox-nightly/Makefile	Wed Oct  3 15:41:45 2012	(r1060)
@@ -112,6 +112,10 @@
 		<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop
 
 post-patch:
+	@${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \
+		-e '/AM_PATH_NSPR/s/([0-9.]*,/(4.9.2,/' \
+		-e '/AM_PATH_NSS/s/([0-9.]*,/(3.13.6,/' \
+		${WRKSRC}/configure.in
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/browser/app/nsBrowserApp.cpp
 


More information about the freebsd-gecko mailing list