Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 02:02:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r491536 - branches/2019Q1/textproc/groff
Message-ID:  <201901290202.x0T22mFb015285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jan 29 02:02:48 2019
New Revision: 491536
URL: https://svnweb.freebsd.org/changeset/ports/491536

Log:
  MFH: r491535
  
  textproc/groff: unhang on qemu-aarch64-static after r488509
  
  checking whether printf survives out-of-memory conditions...
  
  PR:		224740
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/textproc/groff/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/textproc/groff/Makefile
==============================================================================
--- branches/2019Q1/textproc/groff/Makefile	Tue Jan 29 02:02:19 2019	(r491535)
+++ branches/2019Q1/textproc/groff/Makefile	Tue Jan 29 02:02:48 2019	(r491536)
@@ -30,6 +30,11 @@ SHEBANG_LANG=	sed
 sed_OLD_CMD=	/bin/sed
 sed_CMD=	/usr/bin/sed
 
+.ifdef QEMU_EMULATING
+# XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512)
+CONFIGURE_ENV+=	gl_cv_func_printf_enomem=no
+.endif
+
 # Canonicalize to A4 if set.
 .if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")
 PAPERSIZE=A4



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