svn commit: r445325 - branches/2017Q3/lang/mlton

Antoine Brodin antoine at FreeBSD.org
Sat Jul 8 13:10:43 UTC 2017


Author: antoine
Date: Sat Jul  8 13:10:42 2017
New Revision: 445325
URL: https://svnweb.freebsd.org/changeset/ports/445325

Log:
  MFH: r445324
  
  Forbid on i386
  
  With hat:	portmgr

Modified:
  branches/2017Q3/lang/mlton/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/lang/mlton/Makefile
==============================================================================
--- branches/2017Q3/lang/mlton/Makefile	Sat Jul  8 13:09:49 2017	(r445324)
+++ branches/2017Q3/lang/mlton/Makefile	Sat Jul  8 13:10:42 2017	(r445325)
@@ -37,6 +37,10 @@ USE_GCC=	any
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == i386
+FORBIDDEN=	mlton-compile loops infinitely and is unkillable
+.endif
+
 .if ${PORT_OPTIONS:MDOCS}
 BUILD_DEPENDS+=	gsed:textproc/gsed \
 		htmldoc:textproc/htmldoc


More information about the svn-ports-all mailing list