QA script error (libc++)

Fernando Apesteguía fernando.apesteguia at gmail.com
Sat Jun 25 09:06:16 UTC 2016


On Sat, Jun 25, 2016 at 10:23 AM, Thierry Thomas <thierry at freebsd.org> wrote:
> Hello,
>
> Le ven 24 jui 16 à  8:16:26 +0200, Fernando Apesteguía <fernando.apesteguia at gmail.com>
>  écrivait :
>> One of my ports is written in C++. It links agains libc++ that is in
>> base (/usr/src/contrib/libc++). The port still builds fine and works
>> but the QA scripts show an error complaining about the executable
>> being linked to libc++ without the library being listed as an actual
>> dependency and it suggests to add the following line to the Makefile:
>>
>> LIB_DEPENDS+=libc++.so:devel/libc++
>
> Same here for my port graphics/cimg. I guess that QA script is not yet
> ready, and ATM it's safer to ignore its advices.

That's my thought too. Also portlint doesn't seem to be in sync with
the new stuff in ports. In my case it complains about the TIMESTAMP
new line in distinfo and the directories not found in the ports
collection (due to the removal of ${PORTSDIR} while defining the
dependencies).

Thanks!

> --
> Th. Thomas.


More information about the freebsd-ports mailing list