svn commit: r445324 - head/lang/mlton

Antoine Brodin antoine at FreeBSD.org
Sat Jul 8 13:09:51 UTC 2017


Author: antoine
Date: Sat Jul  8 13:09:49 2017
New Revision: 445324
URL: https://svnweb.freebsd.org/changeset/ports/445324

Log:
  Forbid on i386
  
  With hat:	portmgr
  MFH:		2017Q3

Modified:
  head/lang/mlton/Makefile

Modified: head/lang/mlton/Makefile
==============================================================================
--- head/lang/mlton/Makefile	Sat Jul  8 12:36:32 2017	(r445323)
+++ head/lang/mlton/Makefile	Sat Jul  8 13:09:49 2017	(r445324)
@@ -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