Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2019 21:12:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508482 - head/print/py-reportlab
Message-ID:  <201908092112.x79LCil6068958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Aug  9 21:12:44 2019
New Revision: 508482
URL: https://svnweb.freebsd.org/changeset/ports/508482

Log:
  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)

Modified:
  head/print/py-reportlab/Makefile

Modified: head/print/py-reportlab/Makefile
==============================================================================
--- head/print/py-reportlab/Makefile	Fri Aug  9 20:47:02 2019	(r508481)
+++ head/print/py-reportlab/Makefile	Fri Aug  9 21:12:44 2019	(r508482)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908092112.x79LCil6068958>