From owner-svn-ports-head@FreeBSD.ORG Thu Oct 17 16:28:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95B8FE17; Thu, 17 Oct 2013 16:28:11 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from mail.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48E0E2EB8; Thu, 17 Oct 2013 16:28:11 +0000 (UTC) Received: from yuga.mahoroba.org (ume@yuga.mahoroba.org [IPv6:2001:2f0:104:8010:7258:12ff:fe22:d94b]) (user=ume mech=DIGEST-MD5 bits=0) by mail.mahoroba.org (8.14.7/8.14.7) with ESMTP/inet6 id r9HGRNeY092603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 18 Oct 2013 01:27:24 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 18 Oct 2013 01:27:33 +0900 Message-ID: From: Hajimu UMEMOTO To: Dmitry Marakasov Subject: Re: svn commit: r329300 - in head/sysutils: gkfreq gkrellm2 In-Reply-To: <20131017011254.GF13756@hades.panopticon> References: <201310041240.r94CeoaY038075@svn.freebsd.org> <20131017011254.GF13756@hades.panopticon> User-Agent: xcite1.60> Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/24.3 (i386-portbld-freebsd9.2) MULE/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 9.2-STABLE X-PGP-Key: http://www.mahoroba.org/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Fri, 18 Oct 2013 01:27:24 +0900 (JST) X-Virus-Scanned: clamav-milter 0.98 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on asuka.mahoroba.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Hajimu UMEMOTO , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Oct 2013 16:28:11 -0000 Hi, >>>>> On Thu, 17 Oct 2013 05:12:54 +0400 >>>>> Dmitry Marakasov said: amdmi3> * Hajimu UMEMOTO (ume@FreeBSD.org) wrote: > Author: ume > Date: Fri Oct 4 12:40:50 2013 > New Revision: 329300 > URL: http://svnweb.freebsd.org/changeset/ports/329300 > > Log: > enable stage. > > -@exec mkdir -p %D/libexec/gkrellm2/plugins-gkrellmd > -%%CLIENT%%@exec mkdir -p %D/libexec/gkrellm2/plugins > -%%CLIENT%%@exec mkdir -p %D/share/gkrellm2/themes amdmi3> I think you shouldn't have removed these - these directories belong amdmi3> to gkrellm port and should be created and removed by it, not plugins. No, we don't need the mentioned lines in pkg-plist in staging build. These directories are created into ${STAGEDIR} during do-install in Makefile, and are synced during actual install. Please refer https://wiki.freebsd.org/ports/StageDir for detail. Sincerely, -- Hajimu UMEMOTO ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.mahoroba.org/~ume/