Disable build on pointyhat. Most of the package build cluster nodes

simply lack sufficient memory and disk to build it.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2009-09-21 05:26:10 +00:00
parent bfd9c810af
commit ba11971225
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241840

View File

@ -38,9 +38,12 @@ JAVA_VERSION= 1.4 1.5 1.6
ONLY_FOR_ARCHS= i386 amd64
.if defined(PACKAGE_BUILDING)
IGNORE= exhausts resources on package building nodes; set FORCE_PACKAGE if you really want it
.endif
.if ${ARCH} == amd64
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
MANUAL_PACKAGE_BUILD= loops builds on pointyhat
.else
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif