Date: Wed, 12 Jul 2017 18:11:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445594 - head/lang/mlton Message-ID: <201707121811.v6CIBtu3007485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121811.v6CIBtu3007485>