On Sat, Jun 25, 2016 at 10:23 AM, Thierry Thomas <thie...@freebsd.org> wrote:
> Hello,
>
> Le ven 24 jui 16 à  8:16:26 +0200, Fernando Apesteguía 
> <fernando.apesteg...@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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to