aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-07-01 17:17:45 +0800
committerlinimon <linimon@FreeBSD.org>2018-07-01 17:17:45 +0800
commite7583aecaa25df453812883269f053fd56ec331e (patch)
tree03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /lang
parent69d9c48fa7f08a8faa0182ebb4894d7f561a8ec6 (diff)
downloadfreebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.gz
freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.zst
freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.zip
Mark these ports broken on mips64 and/or mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r--lang/f2c/Makefile3
-rw-r--r--lang/guile2/Makefile2
2 files changed, 5 insertions, 0 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index d6a4126a30bd..216ff06fdd75 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -13,6 +13,9 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= fortran@FreeBSD.org
COMMENT= Fortran-to-C converter and its run-time libraries
+BROKEN_mips= fails to compile: /usr/include/sigfpe.h: No such file or directory
+BROKEN_mips64= fails to compile: /usr/include/sigfpe.h: No such file or directory
+
EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip
GUNZIP_CMD= minigzip -d
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index e469401985fa..390106aa9f48 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -13,6 +13,8 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21
+BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+
LIB_DEPENDS= libgmp.so:math/gmp \
libltdl.so:devel/libltdl \
libunistring.so:devel/libunistring \