aboutsummaryrefslogtreecommitdiff
path: root/lang/mosml
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-16 13:45:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-16 13:45:21 +0000
commita139563b74053126c7bbb1aec718c7755eb6f301 (patch)
tree76accf329cfcf765abfcc68cb68d4b8f742899af /lang/mosml
parent834aedc34d0c5019f460de3287ec602781144517 (diff)
downloadports-a139563b74053126c7bbb1aec718c7755eb6f301.tar.gz
ports-a139563b74053126c7bbb1aec718c7755eb6f301.zip
- Mark BROKEN: does not build
===> Building for mosml-2.10.1 gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src' cd config; gmake all gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config' sh autoconf gcc Checking the sizes of integers and pointers... This architecture seems to be neither 32 bits nor 64 bits. Caml Light won't run on this architecture. Makefile:13: recipe for target 'runtime' failed gmake[2]: *** [runtime] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config' Makefile:26: recipe for target 'world' failed gmake[1]: *** [world] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src' *** Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415326
Diffstat (limited to 'lang/mosml')
-rw-r--r--lang/mosml/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mosml/Makefile b/lang/mosml/Makefile
index 7231ddd3119e..d7d2327673b3 100644
--- a/lang/mosml/Makefile
+++ b/lang/mosml/Makefile
@@ -11,6 +11,8 @@ COMMENT= Lightweight implementation of Standard ML
LIB_DEPENDS= libgmp.so:math/gmp \
libgdbm.so:databases/gdbm
+BROKEN= does not build
+
GH_ACCOUNT= kfl
USE_GITHUB= yes