Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 15:41:46 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1060 - trunk/www/firefox-nightly
Message-ID:  <201210031541.q93FfklJ099243@trillian.chruetertee.ch>

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



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