svn commit: r468845 - head/ftp/netdumpd

Sean Bruno sbruno at FreeBSD.org
Wed May 2 15:13:23 UTC 2018


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>


More information about the svn-ports-all mailing list