diff options
author | Mark Johnston <markj@FreeBSD.org> | 2019-11-01 06:30:54 +0800 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2019-11-01 06:30:54 +0800 |
commit | 3c57e3cd17d065d4bc169572ed5e7856e828cf41 (patch) | |
tree | bdac7c597904b803d7e281f3db0b872440683848 /ftp/netdumpd/Makefile | |
parent | 46d0b4de76b4f2093740e01e07af8bfde554700a (diff) | |
download | freebsd-ports-gnome-3c57e3cd17d065d4bc169572ed5e7856e828cf41.tar.gz freebsd-ports-gnome-3c57e3cd17d065d4bc169572ed5e7856e828cf41.tar.zst freebsd-ports-gnome-3c57e3cd17d065d4bc169572ed5e7856e828cf41.zip |
ftp/netdumpd: Update to 20191031
This fixes several warnings that manifest when building with gcc.
Approved by: pkubaj
Differential Revision: https://reviews.freebsd.org/D22209
Diffstat (limited to 'ftp/netdumpd/Makefile')
-rw-r--r-- | ftp/netdumpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/netdumpd/Makefile b/ftp/netdumpd/Makefile index a846a0517399..c54e6c943293 100644 --- a/ftp/netdumpd/Makefile +++ b/ftp/netdumpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netdumpd -PORTVERSION= 20190910 +PORTVERSION= 20191031 PORTREVISION= 0 CATEGORIES= ftp MASTER_SITES= LOCAL/markj @@ -12,8 +12,6 @@ COMMENT= UDP server capable of handling netdump transfers LICENSE= BSD2CLAUSE -BROKEN_powerpc64= fails to build: netdumpd.c:270: warning: declaration of 'index' shadows a global declaration - MAKE_ARGS+= BINDIR=${PREFIX}/sbin MAKE_ARGS+= MANDIR=${PREFIX}/man/man MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d |