aboutsummaryrefslogtreecommitdiffstats
path: root/biology/iolib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 08:47:14 +0800
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 08:47:14 +0800
commitf1c5b78c485b8330d92249bb1b72e002c1b429a0 (patch)
treece0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /biology/iolib
parent58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff)
downloadfreebsd-ports-gnome-f1c5b78c485b8330d92249bb1b72e002c1b429a0.tar.gz
freebsd-ports-gnome-f1c5b78c485b8330d92249bb1b72e002c1b429a0.tar.zst
freebsd-ports-gnome-f1c5b78c485b8330d92249bb1b72e002c1b429a0.zip
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/iolib')
-rw-r--r--biology/iolib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile
index 388c3b365862..b3b11ec61861 100644
--- a/biology/iolib/Makefile
+++ b/biology/iolib/Makefile
@@ -11,10 +11,12 @@ COMMENT= General purpose trace file (and Experiment File) reading interface
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libcurl.so:ftp/curl
-
+BROKEN_mips= fails to compile: bgzip.c: error: invalid operands to binary &
+BROKEN_mips64= fails to compile: bgzip.c: error: invalid operands to binary &
BROKEN_powerpc64= fails to compile: bgzip.c: error: invalid operands to binary &
+LIB_DEPENDS= libcurl.so:ftp/curl
+
USE_GITHUB= yes
GH_ACCOUNT= jkbonfield