svn commit: r508482 - head/print/py-reportlab

Mark Linimon linimon at FreeBSD.org
Fri Aug 9 21:12:45 UTC 2019


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


More information about the svn-ports-all mailing list