svn commit: r323211 - head/lang/mlton

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 18 09:40:07 UTC 2013


Author: bapt
Date: Thu Jul 18 09:40:06 2013
New Revision: 323211
URL: http://svnweb.freebsd.org/changeset/ports/323211

Log:
  Mark as broken:
  'Shared object "libgmp.so.7" not found, required by "mlton-compile"
  
  Reported by:	pointyhat and pkg-fallout

Modified:
  head/lang/mlton/Makefile

Modified: head/lang/mlton/Makefile
==============================================================================
--- head/lang/mlton/Makefile	Thu Jul 18 09:33:23 2013	(r323210)
+++ head/lang/mlton/Makefile	Thu Jul 18 09:40:06 2013	(r323211)
@@ -24,6 +24,8 @@ LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+BROKEN=	Does not build
+
 OPTIONS_DEFINE=	SMLNJ MINGW32
 SMLNJ_DESC=	Bootstrap with SML/NJ (can take >15 hours)
 MINGW32_DESC=	Add the mingw32 target (requires wine)


More information about the svn-ports-all mailing list