[PC-BSD Commits] r6581 - in pbibuild/modules/editors/komodo-edit: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 21 09:05:25 PDT 2010
Author: kris
Date: 2010-04-21 09:05:25 -0700 (Wed, 21 Apr 2010)
New Revision: 6581
Modified:
pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/editors/komodo-edit/pbi.conf
Log:
Rebuild komodo-edit
Modified: pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.RemoveScript.sh 2010-04-21 14:59:38 UTC (rev 6580)
+++ pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.RemoveScript.sh 2010-04-21 16:05:25 UTC (rev 6581)
@@ -7,5 +7,3 @@
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm /Programs/bin/pgdisp
-rm /Programs/bin/pgxwin_server
Modified: pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.SetupScript.sh 2010-04-21 14:59:38 UTC (rev 6580)
+++ pbibuild/modules/editors/komodo-edit/overlay-dir/PBI.SetupScript.sh 2010-04-21 16:05:25 UTC (rev 6581)
@@ -15,5 +15,8 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -fs /Programs/${PROGDIR}/.sbin/pgdisp /Programs/bin/pgdisp
-ln -fs /Programs/${PROGDIR}/.sbin/pgxwin_server /Programs/bin/pgxwin_server
+chmod 755 /Programs/${PROGDIR}/bin/komodo
+chmod 755 /Programs/${PROGDIR}/share/komodo-edit/lib/mozilla/komodo
+chmod 755 /Programs/${PROGDIR}/share/komodo-edit/lib/mozilla/komodo-bin
+chmod 755 /Programs/${PROGDIR}/share/komodo-edit/lib/mozilla/run-mozilla.sh
+chmod 755 /Programs/${PROGDIR}/share/komodo-edit/bin/komodo
Modified: pbibuild/modules/editors/komodo-edit/pbi.conf
===================================================================
--- pbibuild/modules/editors/komodo-edit/pbi.conf 2010-04-21 14:59:38 UTC (rev 6580)
+++ pbibuild/modules/editors/komodo-edit/pbi.conf 2010-04-21 16:05:25 UTC (rev 6581)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list