From owner-svn-ports-head@FreeBSD.ORG Mon Mar 17 11:39:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 13ECC851; Mon, 17 Mar 2014 11:39:15 +0000 (UTC) Date: Mon, 17 Mar 2014 11:39:15 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r348463 - in head/games/yadex: . files Message-ID: <20140317113915.GA63314@FreeBSD.org> References: <201403171132.s2HBWVMa019247@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201403171132.s2HBWVMa019247@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 17 Mar 2014 11:39:15 -0000 On Mon, Mar 17, 2014 at 11:32:31AM +0000, Alexey Dokuchaev wrote: > New Revision: 348463 > URL: http://svnweb.freebsd.org/changeset/ports/348463 > > Log: > Stagify the port. Upstream `install' target was almost ready for it, just > missing $(DESTDIR) prefix in destination directories. While here, convert > post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to > prevent it from showing up in the build logs twice). I seem to recall a few commits that silently ditched any post-install echo's from the vendor during staging conversion; I just want to remind us all that when these lines are important or helpful, they should probably be converted into pkg-message (or files/pkg-message.in). ./danfe P.S. But then again, who cares, right?.. :-(