- This new port is needed as an indirect dependency for a new major release of existing port security/p5-Crypt-Argon2 - Interface around different compilers. It's usually not used directly but by a portability layer like: ExtUtils:Builder::Autodetect::C https://metacpan.org/dist/ExtUtils-Builder-Compiler - "portlint -AC" is happy. - "portclippy Makefile" is happy. - "portfmt -D Makefile" is happy. - Tested with: 14.1-RELEASE-p2 portlint 2.22.1 portfmt 1.1.5 pkg 1.21.99.2 poudriere-git-3.4.99.20240709 perl 5.36.3_1 openssl 3.0.13 ssl=base - built-in perl tests in a clean poudriere jail say: PASS.
Created attachment 252516 [details] git format-patch -1 main
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed582dfb646e2015ef8e1df916c59be8c984b12 commit 5ed582dfb646e2015ef8e1df916c59be8c984b12 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2024-08-07 23:12:07 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-07 23:13:28 +0000 devel/p5-ExtUtils-Builder-Compiler: New port: Interface around different compilers - This new port is needed as an indirect dependency for a new major release of existing port security/p5-Crypt-Argon2 - Interface around different compilers. It's usually not used directly but by a portability layer like: ExtUtils:Builder::Autodetect::C https://metacpan.org/dist/ExtUtils-Builder-Compiler PR: 280630 devel/Makefile | 1 + devel/p5-ExtUtils-Builder-Compiler/Makefile (new) | 25 ++++++++++++ devel/p5-ExtUtils-Builder-Compiler/distinfo (new) | 3 ++ devel/p5-ExtUtils-Builder-Compiler/pkg-descr (new) | 2 + devel/p5-ExtUtils-Builder-Compiler/pkg-plist (new) | 44 ++++++++++++++++++++++ 5 files changed, 75 insertions(+)
Version 0.019 released: https://metacpan.org/release/LEONT/ExtUtils-Builder-Compiler-0.019/source/Changes
Created attachment 252598 [details] git format-patch -1 main - update 0.017 -> 0.019 ChangeLog: https://metacpan.org/dist/ExtUtils-Builder-Compiler/changes - "portlint -AC" is happy. - "portclippy Makefile" is happy. - "portfmt -D Makefile" is happy. - Tested with: 14.1-RELEASE-p3 portlint 2.22.1 portfmt 1.1.5 pkg 1.21.99.2 poudriere-git-3.4.99.20240709 perl 5.36.3_1 openssl 3.0.13 ssl=base - built-in perl tests in a clean poudriere jail say: PASS.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3e3a16b80157971db173edaca877ee223a3591 commit 3a3e3a16b80157971db173edaca877ee223a3591 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2024-08-08 00:13:41 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-08 00:16:12 +0000 devel/p5-ExtUtils-Builder-Compiler: update 0.017 → 0.019 ChangeLog: 0.019 2024-08-05 21:04:22+02:00 Europe/Brussels - Revert critical breakage in try_compile_run 0.018 2024-08-05 16:00:45+02:00 Europe/Brussels - Add try_find_library_dirs_for - Fix find_libs_for to pass library correctly - Rename find_libs_for to find_libraries_for - Fix basename in try_compile_run https://metacpan.org/dist/ExtUtils-Builder-Compiler/changes PR: 280630 devel/p5-ExtUtils-Builder-Compiler/Makefile | 2 +- devel/p5-ExtUtils-Builder-Compiler/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.