[PC-BSD Commits] r5897 - in pbibuild/modules/x11-wm: enlightenment xfce4
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 8 15:38:17 PST 2010
Author: kris
Date: 2010-01-08 15:38:17 -0800 (Fri, 08 Jan 2010)
New Revision: 5897
Modified:
pbibuild/modules/x11-wm/enlightenment/pbi.conf
pbibuild/modules/x11-wm/xfce4/pbi.conf
Log:
Updated enlightenment / xfce4 needs perl / python
Modified: pbibuild/modules/x11-wm/enlightenment/pbi.conf
===================================================================
--- pbibuild/modules/x11-wm/enlightenment/pbi.conf 2010-01-08 23:37:30 UTC (rev 5896)
+++ pbibuild/modules/x11-wm/enlightenment/pbi.conf 2010-01-08 23:38:17 UTC (rev 5897)
@@ -32,6 +32,15 @@
# 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="02"
+# Dont prune python files, we need them
+PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
+
+# Dont prune perl files, we need them
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
+
+# Don't prune docs from this PBI
+PBIPRUNEDOC="NO" ; export PBIPRUNEDOC
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Modified: pbibuild/modules/x11-wm/xfce4/pbi.conf
===================================================================
--- pbibuild/modules/x11-wm/xfce4/pbi.conf 2010-01-08 23:37:30 UTC (rev 5896)
+++ pbibuild/modules/x11-wm/xfce4/pbi.conf 2010-01-08 23:38:17 UTC (rev 5897)
@@ -32,6 +32,15 @@
# 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="05"
+BUILDKEY="01"
+# Dont prune python files, we need them
+PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
+
+# Dont prune perl files, we need them
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
+
+# Don't prune docs from this PBI
+PBIPRUNEDOC="NO" ; export PBIPRUNEDOC
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list