diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
commit | cde052fc4ba53619634fb3076aa69943a321415b (patch) | |
tree | 363784d85948547564ab0295cb0bed163f1f3567 /net/ndproxy | |
parent | 781b1a57b21169ebc865d817c094656b858d8b79 (diff) | |
download | freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.gz freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.zst freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.zip |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/ndproxy')
-rw-r--r-- | net/ndproxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ndproxy/Makefile b/net/ndproxy/Makefile index 545022c5f79d..36258931b4e4 100644 --- a/net/ndproxy/Makefile +++ b/net/ndproxy/Makefile @@ -11,6 +11,8 @@ COMMENT= Implementation of IPv6 Neighbor Discovery proxy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: ndproxy.c:51: function declaration isn't a prototype + SUB_FILES= pkg-message USES= kmod |