[PC-BSD Commits] r5587 - pbibuild/modules/devel/mercurial
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 14 07:02:28 PST 2009
Author: kris
Date: 2009-12-14 07:02:28 -0800 (Mon, 14 Dec 2009)
New Revision: 5587
Modified:
pbibuild/modules/devel/mercurial/pbi.conf
Log:
Fixed mercurial, don't prune python
Modified: pbibuild/modules/devel/mercurial/pbi.conf
===================================================================
--- pbibuild/modules/devel/mercurial/pbi.conf 2009-12-14 15:00:26 UTC (rev 5586)
+++ pbibuild/modules/devel/mercurial/pbi.conf 2009-12-14 15:02:28 UTC (rev 5587)
@@ -32,12 +32,13 @@
# 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="01"
+BUILDKEY="05"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
-PBIAUTOPOPULATE="YES"
-export PBIAUTOPOPULATE
+# By default we prune the python files used for building,
+# Set this to NO to keep any python files in the resulting PBI
+PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list