Date: Thu, 01 Jan 2015 22:06:18 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 196427] New: [PATCH] fix portaudio libraries detection Message-ID: <bug-196427-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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 <bugzilla@FreeBSD.org> --- Maintainer CC'd -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196427-12827>