[PC-BSD Commits] r3192 - in pbibuild/modules/bitchx: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 7 07:51:00 PST 2009
Author: kris
Date: 2009-01-07 07:51:00 -0800 (Wed, 07 Jan 2009)
New Revision: 3192
Modified:
pbibuild/modules/bitchx/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/bitchx/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/bitchx/pbi.conf
Log:
Updated bitchx to be self-contained now!
Modified: pbibuild/modules/bitchx/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/bitchx/overlay-dir/PBI.RemoveScript.sh 2009-01-07 15:42:44 UTC (rev 3191)
+++ pbibuild/modules/bitchx/overlay-dir/PBI.RemoveScript.sh 2009-01-07 15:51:00 UTC (rev 3192)
@@ -7,6 +7,3 @@
# TIP: 'kdialog' should be used for user interaction.
#########################################
rm -fR /usr/local/bin/BitchX
-rm -fR /Programs/BitchX
-rm -fR /usr/local/share/bx
-rm -fR /usr/local/bin/BitchX-1.1-final
\ No newline at end of file
Modified: pbibuild/modules/bitchx/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/bitchx/overlay-dir/PBI.SetupScript.sh 2009-01-07 15:42:44 UTC (rev 3191)
+++ pbibuild/modules/bitchx/overlay-dir/PBI.SetupScript.sh 2009-01-07 15:51:00 UTC (rev 3192)
@@ -15,10 +15,6 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
ln -s /Programs/${PROGDIR}/.sbin/BitchX.sh /usr/local/bin/BitchX
-ln -s /Programs/${PROGDIR}/.sbin/BitchX-1.1-final /usr/local/bin/BitchX-1.1-final
-ln -fs /Programs/${PROGDIR} /Programs/BitchX
-ln -s /Programs/${PROGDIR}/share/bx /usr/local/share/bx
-ln -s /Programs/${PROGDIR}/autolibs /Programs/${PROGDIR}/lib
ln -s /Programs/${PROGDIR}/bin/BitchX-1.1-final /Programs/${PROGDIR}/bin/BitchX
echo "LAUNCHCLOSE: konsole -e /usr/local/bin/BitchX"
Modified: pbibuild/modules/bitchx/pbi.conf
===================================================================
--- pbibuild/modules/bitchx/pbi.conf 2009-01-07 15:42:44 UTC (rev 3191)
+++ pbibuild/modules/bitchx/pbi.conf 2009-01-07 15:51:00 UTC (rev 3192)
@@ -28,10 +28,10 @@
OTHERPORT=""
# Enter your custom make options here
-MAKEOPTS="PREFIX=/Programs/BitchX"
+MAKEOPTS=""
# 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="06"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list