diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
commit | a0cc61aab01ba989f51fa20fe9fc16d7354b2169 (patch) | |
tree | 540af31d37b3ae3d9b4538c2f751ce752be43754 /net-mgmt/ipv6calc | |
parent | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (diff) | |
download | freebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.tar.gz freebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.tar.zst freebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.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)
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index aec64d69baa5..2a7f5e8c7614 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -12,6 +12,8 @@ COMMENT= Convert, change, and calculate with IPv6 addresses LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function + USES= gmake perl5 ssl GNU_CONFIGURE= yes |