Bug 280630 - [NEW PORT] devel/p5-ExtUtils-Builder-Compiler: Interface around different compilers
Summary: [NEW PORT] devel/p5-ExtUtils-Builder-Compiler: Interface around different com...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://metacpan.org/dist/ExtUtils-Bu...
Keywords:
Depends on: 280628
Blocks:
  Show dependency treegraph
 
Reported: 2024-08-05 12:45 UTC by Sergei Vyshenski
Modified: 2024-08-08 00:22 UTC (History)
2 users (show)

See Also:


Attachments
git format-patch -1 main (5.17 KB, patch)
2024-08-05 12:48 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
git format-patch -1 main (1.52 KB, patch)
2024-08-07 23:43 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2024-08-05 12:45:32 UTC
- 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.
Comment 1 Sergei Vyshenski 2024-08-05 12:48:09 UTC
Created attachment 252516 [details]
git format-patch -1 main
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-07 23:14:07 UTC
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(+)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-07 23:18:34 UTC
Version 0.019 released:
https://metacpan.org/release/LEONT/ExtUtils-Builder-Compiler-0.019/source/Changes
Comment 4 Sergei Vyshenski 2024-08-07 23:43:51 UTC
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.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-08-08 00:18:16 UTC
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(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-08 00:22:56 UTC
Thanks.