| Summary: | devel/libuv: Use upstream release archive with GNU Autotools files pre-generated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Flags: | adamw:
maintainer-feedback+
|
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Love it! Please, commit this! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b02b8e43bc56f1255c55e99fe0531587e8f215bd commit b02b8e43bc56f1255c55e99fe0531587e8f215bd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-21 14:32:31 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-21 14:43:23 +0000 devel/libuv: Use upstream release archive with GNU Autotools files pre-generated Upstream offers a distfile with GNU Autotools files pre-generated which saves quite a bit of time as USES= autoreconf pulls in Perl and a few other deps. This speeds up initial bootstrapping when we need to build CMake for example. Thanks to bofh for some advice about this PR: 274622 Reviewed by: adamw (maintainer) devel/libuv/Makefile | 6 +++++- devel/libuv/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) Committed, thanks |
Created attachment 245770 [details] Patch for libuv Upstream offers a distfile with Autotools files pre-generated which saves us a bunch of time as USES= autoreconf pulls in Perl and a few other deps. This speeds up initial bootstrapping when we need to build CMake for example. Thanks to bofh@ for pointers Poudriere testport OK 12.4-RELEASE (amd64) Poudriere testport OK 13.2-RELEASE (amd64)