Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 09:40:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323211 - head/lang/mlton
Message-ID:  <201307180940.r6I9e7cd061823@svn.freebsd.org>

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



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