[PC-BSD Commits] r19155 - in pbi/modules/www/firefox: . scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 13 08:47:28 PDT 2012
Author: kris
Date: 2012-09-13 15:47:28 +0000 (Thu, 13 Sep 2012)
New Revision: 19155
Modified:
pbi/modules/www/firefox/pbi.conf
pbi/modules/www/firefox/scripts/post-portmake.sh
Log:
Remove libxul from firefox PBI, causes issues with flash plugin
Modified: pbi/modules/www/firefox/pbi.conf
===================================================================
--- pbi/modules/www/firefox/pbi.conf 2012-09-13 12:02:19 UTC (rev 19154)
+++ pbi/modules/www/firefox/pbi.conf 2012-09-13 15:47:28 UTC (rev 19155)
@@ -23,14 +23,13 @@
# Additional options for make.conf
PBI_MAKEOPTS="PACKAGE_BUILDING=Y
-WITH_CUPS=yes
-WITH_GECKO=libxul"
+WITH_CUPS=yes"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="audio/esound x11-fonts/dejavu x11-themes/qtcurve-gtk2 devel/gconf2 x11/libXScrnSaver www/gecko-mediaplayer www/firefox-i18n"
-PBI_BUILDKEY="06"
+PBI_BUILDKEY="07"
PBI_AB_PRIORITY="50"
Modified: pbi/modules/www/firefox/scripts/post-portmake.sh
===================================================================
--- pbi/modules/www/firefox/scripts/post-portmake.sh 2012-09-13 12:02:19 UTC (rev 19154)
+++ pbi/modules/www/firefox/scripts/post-portmake.sh 2012-09-13 15:47:28 UTC (rev 19155)
@@ -5,3 +5,4 @@
rm -rf ${PBI_PROGDIRPATH}/include
rm -rf ${PBI_PROGDIRPATH}/man
rm -rf ${PBI_PROGDIRPATH}/share/doc
+rm -rf ${PBI_PROGDIRPATH}/lib/libxul
More information about the Commits
mailing list