Bug 274622 - devel/libuv: Use upstream release archive with GNU Autotools files pre-generated
Summary: devel/libuv: Use upstream release archive with GNU Autotools files pre-generated
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-21 09:52 UTC by Daniel Engberg
Modified: 2023-10-21 14:54 UTC (History)
0 users

See Also:
adamw: maintainer-feedback+


Attachments
Patch for libuv (1.54 KB, patch)
2023-10-21 09:52 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-10-21 09:52:23 UTC
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)
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2023-10-21 13:35:27 UTC
Love it! Please, commit this!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-21 14:45:04 UTC
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(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-10-21 14:54:45 UTC
Committed, thanks