From owner-svn-ports-all@FreeBSD.ORG Tue Apr 7 21:20:06 2015 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 1BBBC4C1; Tue, 7 Apr 2015 21:20:06 +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 E4C05C7B; Tue, 7 Apr 2015 21:20:05 +0000 (UTC) Received: from [192.168.1.22] (159.Red-79-148-64.dynamicIP.rima-tde.net [79.148.64.159]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1F49E43BB9; Tue, 7 Apr 2015 16:20:02 -0500 (CDT) Message-ID: <55244A00.6010702@marino.st> Date: Tue, 07 Apr 2015 23:20:00 +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: Mikhail Teterin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383538 - head/databases/sqlitemanager References: <201504072014.t37KEtvQ028188@svn.freebsd.org> <55243D74.7060009@marino.st> <55244200.9060002@FreeBSD.org> In-Reply-To: <55244200.9060002@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Tue, 07 Apr 2015 21:20:06 -0000 On 4/7/2015 22:45, Mikhail Teterin wrote: > On 07.04.2015 16:26, John Marino wrote: >> Why use ${CP} over ${COPYTREE_SHARE} ? >> There was just a big reminder not to install files with ${CP} last week >> on this mail list ... > If I were creating the port from scratch, I would've untarred the files > directly under ${STAGEDIR}. But ${CP} was there already and seems to do > the job. Feel free to correct it -- the port is unmaintained. Yours, > Okay, so you "save" the port that was going to be deleted, but since you did it against standards, you then suggest that I clean up after you because I pointed out the mistake? (the same that that was just pointed out in heavy fashion last week). (there it was said *NEVER* use CP to install files, so obviously what you did is not fine.) John