From owner-svn-ports-all@FreeBSD.ORG Wed Nov 26 20:20:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B54DC36; Wed, 26 Nov 2014 20:20:48 +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 0FC64C77; Wed, 26 Nov 2014 20:20:47 +0000 (UTC) Received: from [192.168.1.28] (095-097-001-038.static.chello.nl [95.97.1.38]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C0A6E43552; Wed, 26 Nov 2014 14:20:29 -0600 (CST) Message-ID: <547635FD.5080407@marino.st> Date: Wed, 26 Nov 2014 21:20:13 +0100 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: Tijl Coosemans , jbeich@vfemail.net Subject: Re: svn commit: r373458 - in head/www: linux-c6-flashplugin11 linux-f10-flashplugin11 References: <201411261948.sAQJmO9U029389@svn.freebsd.org> <20141126211459.241dfadb@kalimero.tijl.coosemans.org> In-Reply-To: <20141126211459.241dfadb@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Wed, 26 Nov 2014 20:20:48 -0000 On 11/26/2014 21:14, Tijl Coosemans wrote: > On Wed, 26 Nov 2014 19:48:24 +0000 (UTC) John Marino wrote: >> +%%NO_ALSA%%%%LINUXBASE%%/usr/lib/libflashsupport.so >> +%%NO_ALSA%%@dir %%LINUXBASE%%/usr/lib >> +%%NO_ALSA%%@dir %%LINUXBASE%%/usr >> +%%NO_ALSA%%@dir %%LINUXBASE%% >> +%%NO_ALSA%%@dir %%COMPATDIR%% > > Traditionally /compat is a symlink to /usr/compat, so I'm not sure it's > safe to delete it like this. But even if it is this port depends on > emulators/linux_base so none of these @dir are necessary. > The port was creating empty directories in stagedir when ALSA option is off. So at least in one case, they are necessary (or deleting from stagedir is necessary). Nothing is getting deleted. Adding Jan to CC though.