svn commit: r364409 - head/devel/ml-doc
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 9 08:49:52 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list