From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 14:54:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 833DFF4E; Sun, 12 Oct 2014 14:54:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559F8FDB; Sun, 12 Oct 2014 14:54:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CEssl3094963; Sun, 12 Oct 2014 14:54:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CEsreP094956; Sun, 12 Oct 2014 14:54:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410121454.s9CEsreP094956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 14:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370716 - in head/net-mgmt/ipfm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 14:54:54 -0000 Author: antoine Date: Sun Oct 12 14:54:52 2014 New Revision: 370716 URL: https://svnweb.freebsd.org/changeset/ports/370716 QAT: https://qat.redports.org/buildarchive/r370716/ Log: Allow stripping as a regular user Modified: head/net-mgmt/ipfm/Makefile head/net-mgmt/ipfm/files/patch-Makefile.in head/net-mgmt/ipfm/pkg-plist Modified: head/net-mgmt/ipfm/Makefile ============================================================================== --- head/net-mgmt/ipfm/Makefile Sun Oct 12 14:47:13 2014 (r370715) +++ head/net-mgmt/ipfm/Makefile Sun Oct 12 14:54:52 2014 (r370716) @@ -13,7 +13,4 @@ COMMENT= Bandwidth analysis tool GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ipfm - .include Modified: head/net-mgmt/ipfm/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/ipfm/files/patch-Makefile.in Sun Oct 12 14:47:13 2014 (r370715) +++ head/net-mgmt/ipfm/files/patch-Makefile.in Sun Oct 12 14:54:52 2014 (r370716) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2014-07-29 21:06:10.045210973 +0800 -+++ Makefile.in 2014-07-29 21:07:11.227205493 +0800 -@@ -15,17 +15,17 @@ docs: Makefile doc/Makefile +--- Makefile.in.orig 2002-10-06 16:39:42 UTC ++++ Makefile.in +@@ -15,17 +15,17 @@ @cd doc && $(MAKE) && cd .. install: all @@ -16,7 +16,7 @@ - $(INSTALL) -d -m 755 $(LOGDIR)/ipfm - $(INSTALL) -d -m 755 $(VARRUNDIR) + $(INSTALL) -d -m 755 $(DESTDIR)$(SBINDIR) -+ $(INSTALL) -m 555 source/ipfm $(DESTDIR)$(SBINDIR)/ipfm ++ $(BSD_INSTALL_PROGRAM) source/ipfm $(DESTDIR)$(SBINDIR)/ipfm + $(INSTALL) -d -m 755 $(DESTDIR)$(ETCDIR) + [ -f $(DESTDIR)$(CONFIGFILE) ] || \ + $(INSTALL) -m 644 ipfm.conf.sample $(DESTDIR)$(CONFIGFILE) Modified: head/net-mgmt/ipfm/pkg-plist ============================================================================== --- head/net-mgmt/ipfm/pkg-plist Sun Oct 12 14:47:13 2014 (r370715) +++ head/net-mgmt/ipfm/pkg-plist Sun Oct 12 14:54:52 2014 (r370716) @@ -2,5 +2,4 @@ etc/ipfm.conf man/man5/ipfm.conf.5.gz man/man8/ipfm.8.gz sbin/ipfm -@exec mkdir -p /var/log/ipfm -@unexec rmdir /var/log/ipfm 2>/dev/null || echo "The logs will be left in /var/log/ipfm after the port is deinstalled." +@dir /var/log/ipfm