[Bug 196427] New: [PATCH] fix portaudio libraries detection

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 1 22:06:18 UTC 2015


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 at FreeBSD.org
          Reporter: pawel at FreeBSD.org
                CC: danfe at FreeBSD.org, hamradio at FreeBSD.org,
                    hselasky at FreeBSD.org, koalative at gmail.com,
                    marcus at FreeBSD.org, multimedia at FreeBSD.org,
                    ninjin at kth.se, nivit at FreeBSD.org, stephen at FreeBSD.org
             Flags: maintainer-feedback?(koalative at gmail.com)
                CC: koalative at 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 at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list