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

Antoine Brodin antoine at FreeBSD.org
Wed Jul 12 18:13:02 UTC 2017


Author: antoine
Date: Wed Jul 12 18:13:01 2017
New Revision: 445595
URL: https://svnweb.freebsd.org/changeset/ports/445595

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

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

Modified: branches/2017Q3/lang/mlton/Makefile
==============================================================================
--- branches/2017Q3/lang/mlton/Makefile	Wed Jul 12 18:11:54 2017	(r445594)
+++ branches/2017Q3/lang/mlton/Makefile	Wed Jul 12 18:13:01 2017	(r445595)
@@ -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