From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 1 22:06:19 2015 Return-Path: Delivered-To: multimedia@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 0F039A15 for ; Thu, 1 Jan 2015 22:06:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D05746441A for ; Thu, 1 Jan 2015 22:06:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t01M6Ipn062250 for ; Thu, 1 Jan 2015 22:06:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 196427] New: [PATCH] fix portaudio libraries detection Date: Thu, 01 Jan 2015 22:06:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 22:06:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196427 Bug ID: 196427 Summary: [PATCH] fix portaudio libraries detection Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: pawel@FreeBSD.org CC: danfe@FreeBSD.org, hamradio@FreeBSD.org, hselasky@FreeBSD.org, koalative@gmail.com, marcus@FreeBSD.org, multimedia@FreeBSD.org, ninjin@kth.se, nivit@FreeBSD.org, stephen@FreeBSD.org Flags: maintainer-feedback?(koalative@gmail.com) CC: koalative@gmail.com Created attachment 151198 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151198&action=edit liportaudio-cleanup Hello maintainers of ports depending on portaudio libs. Right now we have 2 portaudio ports, this patch fixes detection of installed portaudio libraries before building. audio/portaudio and audio/portaudio2 provide library with the same name: libportaudio.so The only difference is in ABI version: audio/portaudio => libportaudio.so.0 audio/portaudio2 => libportaudio.so.2 In your ports detection looks something like this: libportaudio:${PORTVERSION}/audio/portaudio[2] which means that both ports pass this test. When building from ports this can lead to false library detection and build failures or wrong linking depending on which library is already installed on user system. Please review changes to your ports. If there no objections I plan to commit this in standard two weeks. Thanks --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are on the CC list for the bug.