From owner-svn-ports-head@FreeBSD.ORG Sat Oct 19 21:17:20 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 BABD0843; Sat, 19 Oct 2013 21:17:20 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 762B82180; Sat, 19 Oct 2013 21:17:19 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 521081E007B7; Sat, 19 Oct 2013 23:07:30 +0200 (CEST) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id r9JKvV54029227; Sat, 19 Oct 2013 22:57:31 +0200 (CEST) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id r9JKvV7L029226; Sat, 19 Oct 2013 22:57:31 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 19 Oct 2013 22:57:31 +0200 To: Alexey Dokuchaev Subject: Re: svn commit: r330781 - in head/www/vdr-plugin-live: . files Message-ID: <20131019205731.GA26972@enceladus10.kn-bremen.de> References: <201310182230.r9IMUHGJ058516@svn.freebsd.org> <20131019133626.GA15196@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131019133626.GA15196@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, Juergen Lock , svn-ports-all@FreeBSD.org, 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: Sat, 19 Oct 2013 21:17:20 -0000 On Sat, Oct 19, 2013 at 01:36:26PM +0000, Alexey Dokuchaev wrote: > On Fri, Oct 18, 2013 at 10:30:17PM +0000, Juergen Lock wrote: > > New Revision: 330781 > > URL: http://svnweb.freebsd.org/changeset/ports/330781 > > > > NO_STAGE= yes > > + > > .include "${.CURDIR}/../../multimedia/vdr/Makefile.plugins" > > [...] > > > > +pre-install: > > + ${MKDIR} ${PREFIX}/lib/vdr > > + > > Hmm, since it's unstaged port, it looks like pre-install should really be > pre-su-install, otherwise it will fail unless built/installed by root, if > I'm not mistaken. > > ./danfe Hm I guess you're right, even tho it probably won't matter much in practice as the mkdir is only needed when PREFIX is != LOCALBASE and vdr itself is installed in LOCALBASE and created the dir there, which means this cannot really run anyway. I.e. I only added this to get the port to (somewhat) pass poudriere testport w/o -n... Best, Juergen