[PC-BSD Commits] r1489 - in pbibuild/modules: excelviewer2003 minigolfmaniacs powerpointviewer2003 wordviewer2003
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 29 11:52:44 PST 2008
Author: kris
Date: 2008-02-29 11:52:43 -0800 (Fri, 29 Feb 2008)
New Revision: 1489
Modified:
pbibuild/modules/excelviewer2003/pbi.conf
pbibuild/modules/minigolfmaniacs/pbi.conf
pbibuild/modules/powerpointviewer2003/pbi.conf
pbibuild/modules/wordviewer2003/pbi.conf
Log:
Ignore these modules on amd64 also
Modified: pbibuild/modules/excelviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/excelviewer2003/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
+++ pbibuild/modules/excelviewer2003/pbi.conf 2008-02-29 19:52:43 UTC (rev 1489)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="06"
+# Don't build this PBI on certian processors (i386 / amd64)
+ARCHIGNORE="amd64" ; export ARCHIGNORE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Modified: pbibuild/modules/minigolfmaniacs/pbi.conf
===================================================================
--- pbibuild/modules/minigolfmaniacs/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
+++ pbibuild/modules/minigolfmaniacs/pbi.conf 2008-02-29 19:52:43 UTC (rev 1489)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="06"
+# Don't build this PBI on certian processors (i386 / amd64)
+ARCHIGNORE="amd64" ; export ARCHIGNORE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Modified: pbibuild/modules/powerpointviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
+++ pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-29 19:52:43 UTC (rev 1489)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="07"
+# Don't build this PBI on certian processors (i386 / amd64)
+ARCHIGNORE="amd64" ; export ARCHIGNORE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Modified: pbibuild/modules/wordviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/wordviewer2003/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
+++ pbibuild/modules/wordviewer2003/pbi.conf 2008-02-29 19:52:43 UTC (rev 1489)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="06"
+# Don't build this PBI on certian processors (i386 / amd64)
+ARCHIGNORE="amd64" ; export ARCHIGNORE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list