svn commit: r445594 - head/lang/mlton

Antoine Brodin antoine at FreeBSD.org
Wed Jul 12 18:11:56 UTC 2017


Author: antoine
Date: Wed Jul 12 18:11:54 2017
New Revision: 445594
URL: https://svnweb.freebsd.org/changeset/ports/445594

Log:
  Un-forbid on i386,  vm bug was fixed in base r320843 and merged to stable/11
  and releng/11.1
  
  MFH:		2017Q3

Modified:
  head/lang/mlton/Makefile

Modified: head/lang/mlton/Makefile
==============================================================================
--- head/lang/mlton/Makefile	Wed Jul 12 17:10:20 2017	(r445593)
+++ head/lang/mlton/Makefile	Wed Jul 12 18:11:54 2017	(r445594)
@@ -37,10 +37,6 @@ 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