From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 08:31:04 2014 Return-Path: Delivered-To: multimedia@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 ESMTPS id 1A754469; Tue, 3 Jun 2014 08:31:04 +0000 (UTC) Received: from mail1.sysgo.com (mail1.sysgo.com [176.9.26.183]) (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 D50C52CB9; Tue, 3 Jun 2014 08:31:03 +0000 (UTC) Date: Tue, 3 Jun 2014 10:25:46 +0200 From: Thomas Mueller To: Tijl Coosemans Subject: Re: [review/test] multimedia/vlc: various fixes Message-ID: <20140603102546.075d6aba@tmu.ulm.sysgo.com> In-Reply-To: <20140601232335.3d175beb@kalimero.tijl.coosemans.org> References: <20140601232335.3d175beb@kalimero.tijl.coosemans.org> Organization: SYSGO AG X-Mailer: Claws Mail 3.10.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 08:31:04 -0000 On Sun, 1 Jun 2014 23:23:35 +0200, Tijl Coosemans wrote: > Please check out the attached patch for multimedia/vlc. It contains the > following changes: > [...] > - Only use auto-plist for the plugins directory. Use regular pkg-plist, > PORTDATA and PORTDOCS for everything else. This is a lot simpler and > makes it easier to detect library version changes. I'm observing errors during installation for a configuration with NLS switched off: ===> Registering installation for vlc-2.1.4_6,4 pkg-static: lstat(/usr/ports/multimedia/vlc/work/stage/usr/local/share/locale/ach/LC_MESSAGES/vlc.mo): No such file or directory pkg-static: lstat(/usr/ports/multimedia/vlc/work/stage/usr/local/share/locale/af/LC_MESSAGES/vlc.mo): No such file or directory pkg-static: lstat(/usr/ports/multimedia/vlc/work/stage/usr/local/share/locale/am/LC_MESSAGES/vlc.mo): No such file or directory pkg-static: lstat(/usr/ports/multimedia/vlc/work/stage/usr/local/share/locale/an/LC_MESSAGES/vlc.mo): No such file or directory Perhaps the entries for share/locale/... in pkg-plist should be %%NLS%% prefixed? -- Thomas Mueller