svn commit: r491536 - branches/2019Q1/textproc/groff

Jan Beich jbeich at FreeBSD.org
Tue Jan 29 02:02:49 UTC 2019


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


More information about the svn-ports-all mailing list