From owner-freebsd-ports@FreeBSD.ORG Sat Aug 18 20:45:54 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C09BE1065670; Sat, 18 Aug 2012 20:45:54 +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 6F3388FC17; Sat, 18 Aug 2012 20:45:53 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 15C871E00714; Sat, 18 Aug 2012 22:45:47 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q7IKjBme070811; Sat, 18 Aug 2012 22:45:11 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q7IKjAm1070810; Sat, 18 Aug 2012 22:45:10 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 18 Aug 2012 22:45:10 +0200 To: Kevin Oberman Message-ID: <20120818204510.GA70765@triton8.kn-bremen.de> References: <50295B53.3020902@gwdg.de> <20120813211109.GA71682@triton8.kn-bremen.de> <20120813214651.GA72570@triton8.kn-bremen.de> <5029D6AE.4050205@gwdg.de> <20120814114214.GB94259@triton8.kn-bremen.de> <502A8206.4090505@gwdg.de> <20120814192453.GA8026@triton8.kn-bremen.de> <502AAD0E.2070909@FreeBSD.org> <20120815120143.GB33206@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, kan@freebsd.org, Juergen Lock , FreeBSD Ports , kib@freebsd.org, freebsd-ports@freebsd.org Subject: __FreeBSD_version bump? (was: Re: vlc 2.0.3 ProjectM path fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 20:45:54 -0000 On Wed, Aug 15, 2012 at 10:09:59AM -0700, Kevin Oberman wrote: > On Wed, Aug 15, 2012 at 5:01 AM, Juergen Lock wrote: > > On Tue, Aug 14, 2012 at 09:54:54PM +0200, Olli Hauer wrote: > >> ... > >> >> I think I got it: It is only a problem of configuring in the running > >> >> vlc. You have to set the right path under > >> >> 'Settings','All','Audio','Visualizing','projectM'. That's all ;-) > >> >> > >> > Aah-haah! :) I've fixed the default paths and made a new patch: > >> > > >> > http://people.freebsd.org/~nox/tmp/vlc-2.0.3-010.patch > >> > > >> > >> > >> >From your patch: > >> > workaround is to deinstall the old vlc-1.x version before building > >> > the new one. > >> > >> What about a conflict line ? > >> CONFLICTS_BUILD=${PORTNAME}-1.* > >> > >> This allows users to fetch the source but they have to deinstall the > >> old version before building the new one. > > > > Hm well the rtld bug this workaround is for only affects the > > pulseaudio and notify knobs, and the workaround doesn't work for > > the notify knob so it would only cover half the cases, and also > > checking if this is needed in the port would require a > > __FreeBSD_version bump which is probably overkill for this bug. > > And why is it overkill? I regularly see comments about not wanting to > bump __FreeBSD_version, but it's just an integer (though presented as > a fixed-point fraction). There is no shortage and I never have > understood why people are so hesitant to change it when there is a > real, even if fairly small benefit from the bump. Hmm. Alexander, what do you think? Thanx, :) Juergen