From owner-freebsd-ports@FreeBSD.ORG Wed Aug 15 17:10:01 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 9C3E4106564A; Wed, 15 Aug 2012 17:10:01 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id C572D8FC14; Wed, 15 Aug 2012 17:10:00 +0000 (UTC) Received: by wibhr14 with SMTP id hr14so1329718wib.13 for ; Wed, 15 Aug 2012 10:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9Rwy6iaovnlZt+Awz6hqU0FyjqFxWcfGUKns2MI09oU=; b=oII5zih04aOLS8v8I2I/m2lo4xNyH/RzKCeecFEM0Z3xl76RpX8a1tKzuRwzgIqgWq tKdfe5pMNS64XzRBlwbczrGK4FdSxR142VJpS14gMPHqNI+wbYqKjccYJ78RUTxLAx6B K8ciOD92zTsgEFLLzB2uK+EhSa94rIC5upCRCx9xb70hszkm0CbIuJUKxAcEhhXCAh1l D8Csa2U8S1KvoVGBztpBQZbGTcUZUF2XqeQ7ATKo6NAkzZ8Z4R2ez05az2ZPsLkeiF3o Tr4qUHpGhR/EXabiPa4XAPhceG8iNRpALbUqb8Chg2o3+MaHHpaNKCJjV1tnqzWj4Qfb +UFA== MIME-Version: 1.0 Received: by 10.216.237.161 with SMTP id y33mr2898242weq.62.1345050599187; Wed, 15 Aug 2012 10:09:59 -0700 (PDT) Received: by 10.223.63.76 with HTTP; Wed, 15 Aug 2012 10:09:59 -0700 (PDT) In-Reply-To: <20120815120143.GB33206@triton8.kn-bremen.de> References: <20120813174521.GA65208@triton8.kn-bremen.de> <50295485.3010706@gwdg.de> <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> Date: Wed, 15 Aug 2012 10:09:59 -0700 Message-ID: From: Kevin Oberman To: Juergen Lock Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports , freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: 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: Wed, 15 Aug 2012 17:10:01 -0000 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. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com