[PC-BSD Commits] r7595 - in pbibuild/modules/net-im: . pidgin pidgin/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 20 07:10:25 PDT 2010
Author: kris
Date: 2010-09-20 07:10:24 -0700 (Mon, 20 Sep 2010)
New Revision: 7595
Added:
pbibuild/modules/net-im/pidgin/
Removed:
pbibuild/modules/net-im/libpurple/
pbibuild/modules/net-im/pidgin/copy-files
pbibuild/modules/net-im/pidgin/dirstatus
pbibuild/modules/net-im/pidgin/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/net-im/pidgin/overlay-dir/autolibs/
pbibuild/modules/net-im/pidgin/overlay-dir/bin/
pbibuild/modules/net-im/pidgin/overlay-dir/icons/
pbibuild/modules/net-im/pidgin/overlay-dir/lib2/
pbibuild/modules/net-im/pidgin/overlay-dir/share/
pbibuild/modules/net-im/pidgin/preportmake.sh
Modified:
pbibuild/modules/net-im/pidgin/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/net-im/pidgin/pbi.conf
Log:
Cleanup the pidgin module
Modified: pbibuild/modules/net-im/pidgin/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/net-im/libpurple/overlay-dir/PBI.FirstRun.sh 2010-09-16 14:11:50 UTC (rev 7574)
+++ pbibuild/modules/net-im/pidgin/overlay-dir/PBI.FirstRun.sh 2010-09-20 14:10:24 UTC (rev 7595)
@@ -12,10 +12,3 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-INSTALLED=`ls /Programs | grep Pidgin`
-if [ $? = 0 ]
-then
- kdialog --msgbox "Please remove the previous version of Pidgin first"
- exit 2
-fi
-
Modified: pbibuild/modules/net-im/pidgin/pbi.conf
===================================================================
--- pbibuild/modules/net-im/libpurple/pbi.conf 2010-09-16 14:11:50 UTC (rev 7574)
+++ pbibuild/modules/net-im/pidgin/pbi.conf 2010-09-20 14:10:24 UTC (rev 7595)
@@ -16,7 +16,7 @@
PROGICON="pidgin.png"
# Port we want to build
-PBIPORT="/usr/ports/net-im/libpurple"
+PBIPORT="/usr/ports/net-im/pidgin"
# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
PROGLIBS="Auto"
@@ -43,8 +43,4 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="01"
-# Auto-copy over all the libpurple files
-PBIAUTOPOPULATE="YES"
-export PBIAUTOPOPULATE
-
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list