USES=iconv Q/A issues: ...not declared as a dependency

2022-07-18 Thread Nuno Teixeira
Hello, I'm having some troubles with audio/strawberry port at PR265290 regarding Q/A tests related with USES=iconv that is present in port: --- > Running Q/A tests (stage-qa) Error: /usr/local/bin/strawberry is linked to /usr/local/lib

Re: USES=iconv Q/A issues: ...not declared as a dependency

2022-07-18 Thread Felix Palmen
* Nuno Teixeira [20220718 12:52]: > Error: /usr/local/bin/strawberry is linked to /usr/local/lib/libiconv.so.2 > from converters/libiconv but it is not declared as a dependency [..] > I've did run some tests and both 'iconv:wchar_t' and 'iconv:translit' pets >

Re: USES=iconv Q/A issues: ...not declared as a dependency

2022-07-18 Thread Felix Palmen
* Felix Palmen [20220718 14:32]: > CMakeLists.txt detects and uses it, although the implementation in base > libc would be sufficient. In fact, with the build picking up the external libiconv automatically, it's hard to tell the implementation in base libc would be sufficient indeed.

multimedia/makemkv: Drop OpenSSL from LICENSE?

2022-07-18 Thread Felix Palmen
I'm currently updating this port and doing many cleanups in the process. Back when I created it, I added the OpenSSL license to "do the safe thing", but once again I have doubts whether this is correct and necessary. The port needs a distfile from OpenSSL, extract it and run ./Configure, just to

Re: USES=iconv Q/A issues: ...not declared as a dependency

2022-07-18 Thread Tatsuki Makino
Hello. I have read up on the behavior of that area for other reasons. But I've already started to forget :) As I recall, readelf -d or its compatible operation were used for those searches, not ldd, so the message must mean that the wrong link was made. So it is possible that somewhere -lfoo.n

Unmaintained FreeBSD ports which are out of date

2022-07-18 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Make.conf and DEFAULT_VERSIONS

2022-07-18 Thread @lbutlr
Is there a list of what should and should not be listed in the make.conf file for DEFAULT VERSIONS? For example, I run bind on my system, but some ports install unbound, is there a DEFAULTS_VERSION for bind or named? Unbound is currently installed but not running. But what about other packages