devel/php-composer: Update to 2.8.3
Also Remove dependency on ca_root_nss, upstream code now uses the system trust store. [1]
[1] https://github.com/composer/ca-bundle/pull/98#discussion_r1845441500
PR: 282816
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
deskutils/fet: Update to 6.28.1
Change directory to WRKSRC in do-test target because the `fet-cl'
produce some file in the current directory.
Changelog: https://lalescu.ro/liviu/fet/news.html
graphics/lensfun: Add patch to fix segfaults in lensfun
Apply unreleased lensfun commit 6142618 as a patch to
fix segfaults in lensfun when processing Nikon D750 NEF
raw files with ufraw.
PR: 278565
Reported by: Josef 'Jeff' Sipek <jeffpc at josefsipek.net>
Tested by: Josef 'Jeff' Sipek <jeffpc at josefsipek.net>
Approved by: danfe (maintainer)
security/nyx: fix runtime with python 3.11
switch to pep517 while here
taken from upstream commit:
https://github.com/torproject/nyx/commit/dcaddf2ab
PR: 281337
Reported by: mdw
Approved by: maintainer timeout
devel/cmake-core: Remove CPACK option
This option has been a point of confusion several times. It was once an
experimental feature, but it has been on by default for many years and
there is really no point in disabling it anymore.
Make sure we are always linking to libarchive from base. This was
previously conditionalized to only happen if the CPACK option was
enabled, so if the user had the CPACK option disabled and had libarchive
from ports installed, the ports version would be linked to. [1]
Add missing dns/libidn2 dependency. This is an optional dependency that
didn't manifest itself in poudriere, but it gets linked to if previously
installed on a live system build.
Reported by: vvd on #freebsd-desktop [1]