[PC-BSD Commits] r1488 - in pbibuild/modules: iexplorer5 iexplorer5.5 iexplorer6 iexplorer7
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 29 11:50:38 PST 2008
Author: kris
Date: 2008-02-29 11:50:38 -0800 (Fri, 29 Feb 2008)
New Revision: 1488
Modified:
pbibuild/modules/iexplorer5.5/pbi.conf
pbibuild/modules/iexplorer5/pbi.conf
pbibuild/modules/iexplorer6/pbi.conf
pbibuild/modules/iexplorer7/pbi.conf
Log:
Ignore building IE on wine with amd64
Modified: pbibuild/modules/iexplorer5/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer5/pbi.conf 2008-02-29 19:48:03 UTC (rev 1487)
+++ pbibuild/modules/iexplorer5/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="04"
+# 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/iexplorer5.5/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer5.5/pbi.conf 2008-02-29 19:48:03 UTC (rev 1487)
+++ pbibuild/modules/iexplorer5.5/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="03"
+# 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/iexplorer6/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer6/pbi.conf 2008-02-29 19:48:03 UTC (rev 1487)
+++ pbibuild/modules/iexplorer6/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="16"
+# 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/iexplorer7/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer7/pbi.conf 2008-02-29 19:48:03 UTC (rev 1487)
+++ pbibuild/modules/iexplorer7/pbi.conf 2008-02-29 19:50:38 UTC (rev 1488)
@@ -34,4 +34,7 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="02"
+# 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