[PC-BSD Commits] r19760 - pbi/modules/www/chromium
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 18 01:15:01 PDT 2012
Author: kris
Date: 2012-10-18 08:15:01 +0000 (Thu, 18 Oct 2012)
New Revision: 19760
Modified:
pbi/modules/www/chromium/pbi.conf
Log:
Shrink size of chrome
Modified: pbi/modules/www/chromium/pbi.conf
===================================================================
--- pbi/modules/www/chromium/pbi.conf 2012-10-18 06:20:04 UTC (rev 19759)
+++ pbi/modules/www/chromium/pbi.conf 2012-10-18 08:15:01 UTC (rev 19760)
@@ -22,19 +22,21 @@
PBI_MAKEPORT="www/chromium"
# Additional options for make.conf
-PBI_MAKEOPTS="chromium_SET=CUPS CODECS CLANG"
+PBI_MAKEOPTS="chromium_SET=CUPS CODECS"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="security/nss"
# Set build key
-PBI_BUILDKEY="07"
+PBI_BUILDKEY="08"
# Set the build priority
PBI_AB_PRIORITY="50"
# Exclude these files from the hashdir
PBI_HASH_EXCLUDES="share/chromium/chrome share/chromium/chrome.pak"
+
+PBI_EXCLUDELIST="./include ./info ./share/doc ./lib/gcc46/include ./lib/gcc/libgjc*"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY PBI_HASH_EXCLUDES
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY PBI_HASH_EXCLUDES PBI_EXCLUDELIST
More information about the Commits
mailing list