[PC-BSD Commits] r14733 - in pbi/modules/www/opera: . scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 10 07:48:13 PST 2012
Author: kenmoore
Date: 2012-01-10 15:48:13 +0000 (Tue, 10 Jan 2012)
New Revision: 14733
Removed:
pbi/modules/www/opera/scripts/post-portmake.sh
pbi/modules/www/opera/scripts/pre-remove.sh
Modified:
pbi/modules/www/opera/pbi.conf
pbi/modules/www/opera/scripts/post-install.sh
Log:
Remove legacy install scripts for opera and rebuild
Modified: pbi/modules/www/opera/pbi.conf
===================================================================
--- pbi/modules/www/opera/pbi.conf 2012-01-10 15:28:35 UTC (rev 14732)
+++ pbi/modules/www/opera/pbi.conf 2012-01-10 15:48:13 UTC (rev 14733)
@@ -27,6 +27,6 @@
PBI_AB_PRIORITY="50"
-PBI_BUILDKEY="03"
+PBI_BUILDKEY="04"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_AB_PRIORITY PBI_BUILDKEY
Modified: pbi/modules/www/opera/scripts/post-install.sh
===================================================================
--- pbi/modules/www/opera/scripts/post-install.sh 2012-01-10 15:28:35 UTC (rev 14732)
+++ pbi/modules/www/opera/scripts/post-install.sh 2012-01-10 15:48:13 UTC (rev 14733)
@@ -5,12 +5,12 @@
cd extra-langs
mv *.lng ${PBI_PROGDIRPATH}/share/opera/locale/
-if [ -d "/PCBSD/local/etc/fonts" ]
-then
+#if [ -d "/PCBSD/local/etc/fonts" ]
+#then
# Fix the plugin search paths
- sed -i.bak "s|/usr/local|/usr/PCBSD/local|g" \ ${PBI_PROGDIRPATH}/share/opera/defaults/pluginpath.ini
-fi
+ #sed -i.bak "s|/usr/local|/usr/PCBSD/local|g" \ ${PBI_PROGDIRPATH}/share/opera/defaults/pluginpath.ini
+#fi
-rm ${PBI_PROGDIRPATH}/${PBI_FAKEBINDIR}/opera
-ln -s ${PBI_PROGDIRPATH}/bin/opera ${PBI_PROGDIRPATH}/${PBI_FAKEBINDIR}/opera
+#rm ${PBI_PROGDIRPATH}/${PBI_FAKEBINDIR}/opera
+#ln -s ${PBI_PROGDIRPATH}/bin/opera ${PBI_PROGDIRPATH}/${PBI_FAKEBINDIR}/opera
More information about the Commits
mailing list