aboutsummaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-08-09 21:12:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-08-09 21:12:44 +0000
commit2d6efad3f3d1b73aba8d5c86ad41ede3bf08a9f9 (patch)
treeb0b506d19fd6912572d98bad8da481b3a10b1fca /print/py-reportlab
parent1bff702eb4ddb7f846f933c9ad0e269d5ded826b (diff)
downloadports-2d6efad3f3d1b73aba8d5c86ad41ede3bf08a9f9.tar.gz
ports-2d6efad3f3d1b73aba8d5c86ad41ede3bf08a9f9.zip
Temporarily disable the DOCS option on powerpc64.
For reasons not yet understood, having this option enabled on powerpc64 consumes all memory and swap during poudriere builds. On certain machines with a recent -CURRENT with patches, this panics the machine. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=508482
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 4a1a0fc9627d..b34431ad7a65 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -35,6 +35,9 @@ PORTDOCS= reportlab-userguide.pdf
OPTIONS_DEFINE= CJK FREETYPE DOCS
OPTIONS_DEFAULT= CJK FREETYPE
+# XXX disable this 20190809 while linimon investigates why having it
+# enabled consumes all memory and swap during poudriere builds.
+OPTIONS_EXCLUDE_powerpc64= DOCS
CJK_DESC= Adobe CMaps
CJK_RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:print/adobe-cmaps
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2