mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
This commit is contained in:
parent
1bff702eb4
commit
2d6efad3f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508482
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user