diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
commit | c92cf8332cf52915fd2f493ccc11c9ca36ab2b00 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /sysutils/ipdbtools | |
parent | 7907e35cf0b579a728d94cc03397d62c61ec92f3 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |