Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 18:13:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445595 - branches/2017Q3/lang/mlton
Message-ID:  <201707121813.v6CID1SC007667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121813.v6CID1SC007667>