From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 13:05:19 2014 Return-Path: Delivered-To: svn-ports-head@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 85EC7991; Tue, 7 Oct 2014 13:05:19 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B633C83; Tue, 7 Oct 2014 13:05:18 +0000 (UTC) Received: from [10.31.9.122] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8C2C543552; Tue, 7 Oct 2014 08:05:07 -0500 (CDT) Message-ID: <5433E4F7.9030903@marino.st> Date: Tue, 07 Oct 2014 15:04:55 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Mathieu Arnold , John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370242 - in head/emulators: . hyperv-is hyperv-is/files References: <201410062258.s96MwoqK063529@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 07 Oct 2014 13:05:19 -0000 On 10/7/2014 11:59, Mathieu Arnold wrote: > +--On 6 octobre 2014 22:58:50 +0000 John Marino wrote: > | +@cwd /boot/kernel > | +%%A%%hv_ata_pci_disengage.ko > | +%%A%%hv_netvsc.ko > > Please, do not use @cwd, it is confusing, and not needed since pkg_* has > gotten out. List files with their path like this : > %%A%%/boot/kernel/hv_ata_pci_disengage.ko In my defense: 1) It works (tested pretty thoroughly) 2) The alternative to @cwd is not documented in UPDATING so I had no idea what the alternative was. 3) cwd is documented here with no alternative: https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html So it's not really fair to bang on us for stuff that is undocumented. right? This theme is getting repetitive too. John