aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-09-21 13:26:10 +0800
committerlinimon <linimon@FreeBSD.org>2009-09-21 13:26:10 +0800
commite0fd84dbf443f0ce5778a33e3363550ab9262e52 (patch)
tree4da1859d01a4b0a5e90d429afd276c767c217dbe
parente98791611c6ebcaf4132290daae11620d1650991 (diff)
downloadfreebsd-ports-gnome-e0fd84dbf443f0ce5778a33e3363550ab9262e52.tar.gz
freebsd-ports-gnome-e0fd84dbf443f0ce5778a33e3363550ab9262e52.tar.zst
freebsd-ports-gnome-e0fd84dbf443f0ce5778a33e3363550ab9262e52.zip
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
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 009a9d1168ff..e2b7ba742905 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -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