On Sat, May 04 2019, Charlene Wendling <[email protected]> wrote: [...]
>> ---8<--- >> $ make port-lib-depends-check >> ... >> cmus-2.8.0(audio/cmus,-main): >> Extra: ogg.6 vorbis.9 >> --->8--- >> >> Seems fishy... I can play my vorbis files fine... > >> > cmus dlopen's modules for input and output. Adding the affected >> > libraries to WANTLIB-main makes sense so that a vorbis or ogg update >> > triggers a signature change and an update, but adding a comment to >> > explain the rationale would help. > > Thanks, i did it that way. For audacity I used --8<-- # dlopened WANTLIB += mp3lame -->8-- trusting that people would not remove that unless they understand what they are doing. I guess your more explicit wording is safer, I'm fine with it. :) (I haven't looked at the rest of the update.) [...] > +# Seen as EXTRAs but should be kept as cmus dlopen(3)'s its modules for > +# input and output, so cmus needs an update if one of those are bumped > +WANTLIB-main+= ogg vorbis -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
