Date: Wed, 2 May 2018 15:13:22 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468845 - head/ftp/netdumpd Message-ID: <201805021513.w42FDMam006728@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Wed May 2 15:13:22 2018 New Revision: 468845 URL: https://svnweb.freebsd.org/changeset/ports/468845 Log: ftp/netdumpd: Fix poudriere build error: ===> Staging for netdumpd-20180424_1 ===> Generating temporary packing list install -s -o root -g wheel -m 555 netdumpd /wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd install: /wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd: chown/chgrp: Operation not permitted *** Error code 71 Submitted by: bdrewery Reviewed by: markj Modified: head/ftp/netdumpd/Makefile Modified: head/ftp/netdumpd/Makefile ============================================================================== --- head/ftp/netdumpd/Makefile Wed May 2 15:07:27 2018 (r468844) +++ head/ftp/netdumpd/Makefile Wed May 2 15:13:22 2018 (r468845) @@ -3,6 +3,7 @@ PORTNAME= netdumpd PORTVERSION= 20180424 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= LOCAL/markj @@ -18,5 +19,7 @@ MAKE_ARGS+= MANDIR=${PREFIX}/man/man MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME} + +USES+= uidfix .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021513.w42FDMam006728>