aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipdbtools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
commit197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch)
treeac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /sysutils/ipdbtools
parent6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff)
downloadports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.tar.gz
ports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441494
Diffstat (limited to 'sysutils/ipdbtools')
-rw-r--r--sysutils/ipdbtools/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile
index 45e663b396bf..4d557b033235 100644
--- a/sysutils/ipdbtools/Makefile
+++ b/sysutils/ipdbtools/Makefile
@@ -11,6 +11,11 @@ COMMENT= Tools for IP based Geo-blocking and Geo-routing
LICENSE= BSD2CLAUSE
+BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type
+BROKEN_armv6= fails to compile: error: invalid conversion between vector type and integer type
+BROKEN_powerpc64= fails to compile: error: unrecognized command line option -mssse3
+BROKEN_sparc64= fails to compile: error: unrecognized command line option -mssse3
+
USES= tar:bzip2 compiler:c11
PLIST_FILES= bin/ipup \
@@ -21,7 +26,4 @@ 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>