svn commit: r464971 - head/mail/procmail

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 23:50:10 UTC 2018


Author: linimon
Date: Sun Mar 18 23:50:09 2018
New Revision: 464971
URL: https://svnweb.freebsd.org/changeset/ports/464971

Log:
  Mark unbroken on actual hardware for e.g. armvX.  It is known to runaway
  on qemu.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/procmail/Makefile

Modified: head/mail/procmail/Makefile
==============================================================================
--- head/mail/procmail/Makefile	Sun Mar 18 23:35:36 2018	(r464970)
+++ head/mail/procmail/Makefile	Sun Mar 18 23:50:09 2018	(r464971)
@@ -19,6 +19,10 @@ COMMENT=	Local mail delivery agent
 
 LICENSE=	GPLv2
 
+.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
+BROKEN=		fails to build under qemu: killing runaway build after 21600 seconds with no output
+.endif
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 INSTALL_TARGET=	install.bin install.man


More information about the svn-ports-head mailing list