From owner-svn-ports-head@freebsd.org Thu Dec 22 23:14:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B187C8DDB3; Thu, 22 Dec 2016 23:14:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1AB99BAA; Thu, 22 Dec 2016 23:14:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBMNEilS096270; Thu, 22 Dec 2016 23:14:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBMNEi50096268; Thu, 22 Dec 2016 23:14:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612222314.uBMNEi50096268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 22 Dec 2016 23:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429201 - head/net-mgmt/smokeping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 23:14:45 -0000 Author: bapt Date: Thu Dec 22 23:14:43 2016 New Revision: 429201 URL: https://svnweb.freebsd.org/changeset/ports/429201 Log: Fix build on unicode env Removed uesless @exec and prefer setting owner directly on the directory itself Modified: head/net-mgmt/smokeping/Makefile head/net-mgmt/smokeping/pkg-plist Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Thu Dec 22 23:05:08 2016 (r429200) +++ head/net-mgmt/smokeping/Makefile Thu Dec 22 23:14:43 2016 (r429201) @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= \ --with-htdocs-dir=${PREFIX}/smokeping/htdocs \ --libdir=${PREFIX}/smokeping/lib HTDOCSDIR= ${PREFIX}/smokeping/htdocs +MAKE_ENV= LC_ALL=C USE_RC_SUBR= smokeping Modified: head/net-mgmt/smokeping/pkg-plist ============================================================================== --- head/net-mgmt/smokeping/pkg-plist Thu Dec 22 23:05:08 2016 (r429200) +++ head/net-mgmt/smokeping/pkg-plist Thu Dec 22 23:14:43 2016 (r429201) @@ -161,8 +161,6 @@ man/man7/smokeping_extend.7.gz man/man7/smokeping_install.7.gz man/man7/smokeping_master_slave.7.gz man/man7/smokeping_upgrade.7.gz -@dir smokeping/htdocs/img -@dir var/smokeping +@dir(www,www,) smokeping/htdocs/img +@dir(smokeping,smokeping,) var/smokeping %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% -@exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img -@exec mkdir -p %D/var/smokeping; chown smokeping:smokeping %D/var/smokeping