Re: git: cd22c471e7b2 - main - audio/libdiscid: Update to 0.6.3

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 06 Mar 2023 09:12:58 UTC
Emanuel Haupt <ehaupt@FreeBSD.org> wrote:
> "Jason E. Hale" <jhale@FreeBSD.org> wrote:
> > The branch main has been updated by jhale:
> > 
> > URL:
> > https://cgit.FreeBSD.org/ports/commit/?id=cd22c471e7b2b196acb9e71bc3e9d655d79f4194
> > 
> > commit cd22c471e7b2b196acb9e71bc3e9d655d79f4194
> > Author:     Jason E. Hale <jhale@FreeBSD.org>
> > AuthorDate: 2023-03-01 00:38:04 +0000
> > Commit:     Jason E. Hale <jhale@FreeBSD.org>
> > CommitDate: 2023-03-01 01:33:26 +0000
> > 
> >     audio/libdiscid: Update to 0.6.3
> >     
> >     https://github.com/metabrainz/libdiscid/releases/tag/v0.6.3
> 
> After this update pkg-config returns:
> 
> # pkg-config --cflags libdiscid
> -I 
> # pkg-config --libs libdiscid
> -L -ldiscid 
> 
> instead of:
> 
> # pkg-config --cflags libdiscid
> -I/usr/local/include 
> # pkg-config --libs libdiscid
> -L/usr/local/lib -ldiscid 
> 
> For one this breaks audio/ocp. The regression also happens in 0.6.4.

Fix:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269990