From owner-freebsd-ports@FreeBSD.ORG Sun Nov 6 13:18:43 2011 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 89034106564A; Sun, 6 Nov 2011 13:18:43 +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 419488FC20; Sun, 6 Nov 2011 13:18:42 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 4B5801E0022F; Sun, 6 Nov 2011 14:18:41 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id pA6DHxr6073587; Sun, 6 Nov 2011 14:17:59 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id pA6DHx6E073586; Sun, 6 Nov 2011 14:17:59 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 6 Nov 2011 14:17:59 +0100 To: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Message-ID: <20111106131759.GA79153@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: danfe@FreeBSD.org Subject: ardour3 r10465; raptor vs raptor2; liblrdf 0.5.0; slv2 build 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: Sun, 06 Nov 2011 13:18:43 -0000 Hi! So I updated my preliminary ardour3 port patch to r10461 and found ardour crashed due to now linking to both textproc/raptor and textproc/raptor2 which conflict, turns out it's a dependency problem: ardour3 depends on (among other things) textproc/liblrdf and audio/slv2, and slv2 now depends on textproc/raptor2 [1] while textproc/liblrdf still depends on textproc/raptor, so I had to make an update for textproc/liblrdf to 0.5.0 so that it uses textproc/raptor2 too: http://people.freebsd.org/~nox/tmp/liblrdf-0.5.0.patch and I had to make a patch to [1] fix the build for audio/slv2: (at least when textproc/raptor is installed too) http://people.freebsd.org/~nox/tmp/slv2-0.6.6_1.patch Both of these have no maintainer so if noone objects I guess I should just commit these updates? The ardour3 r10465 port update is here: http://people.freebsd.org/~nox/tmp/ardour-3.0alpha10-preliminary4-r10465.patch and my original ardour3 thread with more info and links about Ardour 3 is here: (Using a midi keyboard with FreeBSD...) http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-September/012432.html Enjoy, :) Juergen