aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ipdbtools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-16 08:35:29 +0800
committerMark Linimon <linimon@FreeBSD.org>2016-11-16 08:35:29 +0800
commitc92cf8332cf52915fd2f493ccc11c9ca36ab2b00 (patch)
tree3aa7ef950d7e1100be1e197212350fafc67f69b1 /sysutils/ipdbtools
parent7907e35cf0b579a728d94cc03397d62c61ec92f3 (diff)
downloadfreebsd-ports-gnome-c92cf8332cf52915fd2f493ccc11c9ca36ab2b00.tar.gz
freebsd-ports-gnome-c92cf8332cf52915fd2f493ccc11c9ca36ab2b00.tar.zst
freebsd-ports-gnome-c92cf8332cf52915fd2f493ccc11c9ca36ab2b00.zip
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/ipdbtools')
-rw-r--r--sysutils/ipdbtools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile
index ee8783ed08b5..c93de57c1052 100644
--- a/sysutils/ipdbtools/Makefile
+++ b/sysutils/ipdbtools/Makefile
@@ -20,4 +20,7 @@ PLIST_FILES= bin/ipup \
man/man1/ipdb.1.gz \
man/man1/ipdb-update.sh.1.gz
+BROKEN_aarch64= Fails to compile: error: invalid conversion between vector type and integer type
+BROKEN_sparc64= Fails to compile: error: unrecognized command line option -mssse3
+
.include <bsd.port.mk>