Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2024 08:34:37 +0200
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        "Jason E. Hale" <jhale@freebsd.org>, Daniel Engberg <diizzy@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 37d9f49c0eda - main - multimedia/audacious-plugins: Import patch to remove dependency on CDDB
Message-ID:  <4f6eec68-b95e-4956-8a30-46b0e0515937@FreeBSD.org>
In-Reply-To: <CAJE75NHBJmyaa47%2BcbM17F1czbjGrstpGKVXeu_gbEMLzRRO2Q@mail.gmail.com>
References:  <202409011735.481HZOiP057307@gitrepo.freebsd.org> <CAJE75NHBJmyaa47%2BcbM17F1czbjGrstpGKVXeu_gbEMLzRRO2Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/09/24 07:21, Jason E. Hale wrote:
> On Sun, Sep 1, 2024 at 1:35 PM Guido Falsi <madpilot@freebsd.org> wrote:
>>
>> The branch main has been updated by madpilot:
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=37d9f49c0eda6d23b00c0a88411a5e68afbb9169
>>
>> commit 37d9f49c0eda6d23b00c0a88411a5e68afbb9169
>> Author:     Daniel Engberg <diizzy@FreeBSD.org>
>> AuthorDate: 2024-09-01 17:31:22 +0000
>> Commit:     Guido Falsi <madpilot@FreeBSD.org>
>> CommitDate: 2024-09-01 17:35:07 +0000
>>
>>      multimedia/audacious-plugins: Import patch to remove dependency on CDDB
>>
>>      Import upstream patch to allow configuring CDDA without using
>>      libCDDB, and enable the option, allowing to completely remove the
>>      dependency on CDDB.
>>
>>      PR:             279461
>> ---
>>   multimedia/audacious-plugins/Makefile | 12 ++++++------
>>   multimedia/audacious-plugins/distinfo |  2 ++
>>   2 files changed, 8 insertions(+), 6 deletions(-)
>>
>> @@ -149,7 +154,6 @@ BS2B_LIB_DEPENDS=   libbs2b.so:audio/libbs2b
>>   BS2B_MESON_TRUE=       bs2b
>>
>>   CDDA_LIB_DEPENDS=      libcddb.so:audio/libcddb \
>> -                       libcdio.so:sysutils/libcdio \
>>                          libcdio_cdda.so:sysutils/libcdio-paranoia
>>   CDDA_MESON_TRUE=       cdaudio
>>
> 
> Hi,
> 
> Didn't you mean to remove libcddb instead of libcdio?

Oops, you're right!

Thanks a lot for noticing an reporting!

Strange enough poudriere did not scream at me for this. Fixing this shortly!

-- 
Guido Falsi <madpilot@FreeBSD.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f6eec68-b95e-4956-8a30-46b0e0515937>