Date: Sat, 9 Aug 2014 08:49:52 +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: r364409 - head/devel/ml-doc Message-ID: <53e5e0b0.215d.2fdab436@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Aug 9 08:49:51 2014 New Revision: 364409 URL: http://svnweb.freebsd.org/changeset/ports/364409 QAT: https://qat.redports.org/buildarchive/r364409/ Log: Mark BROKEN On i386: [compiling (sources.cm):output.sml] [creating directory .cm/GUID] output.sml:469.49-469.60 Error: non-constructor applied to argument in pattern: Constrs output.sml:476.38-476.41 Error: unbound variable or constructor: def output.sml:480.49-480.58 Error: non-constructor applied to argument in pattern: Repl output.sml:486.31-486.35 Error: unbound variable or constructor: syms Compilation failed. *** [mkdoc.x86-bsd] Error code 1 On amd64: checking host system type... amd64-portbld-freebsd9.1 configure: error: unsupported configuration amd64-freebsd9.1 ===> Script "configure" failed unexpectedly. With hat: portmgr Modified: head/devel/ml-doc/Makefile Modified: head/devel/ml-doc/Makefile ============================================================================== --- head/devel/ml-doc/Makefile Sat Aug 9 08:42:11 2014 (r364408) +++ head/devel/ml-doc/Makefile Sat Aug 9 08:49:51 2014 (r364409) @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Language and tools for documenting Standard ML libraries +BROKEN= Fails to build on i386, fails to configure on amd64 + BUILD_DEPENDS= smlnj>=110.71:${PORTSDIR}/lang/smlnj \ nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e5e0b0.215d.2fdab436>