Bug 278758 - databases/mongodb50: Convert post-patch to EXTRACT_AFTER_ARGS
Summary: databases/mongodb50: Convert post-patch to EXTRACT_AFTER_ARGS
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: Ronald Klop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 19:07 UTC by Daniel Engberg
Modified: 2024-05-19 18:14 UTC (History)
0 users

See Also:
ronald: maintainer-feedback+


Attachments
Patch for mongodb50 (1.22 KB, patch)
2024-05-04 19:07 UTC, Daniel Engberg
no flags Details | Diff
Patch for mongodb50 v2 (1.27 KB, patch)
2024-05-05 11:19 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 2024-05-04 19:07:42 UTC
Created attachment 250394 [details]
Patch for mongodb50

Saves I/O by not extracting bundled deps

Poduriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 11:19:56 UTC
Created attachment 250424 [details]
Patch for mongodb50 v2

Preserve default flags
Comment 2 Ronald Klop freebsd_committer freebsd_triage 2024-05-05 11:26:56 UTC
I'm fine with the idea. Will commit next week due to a busy week ahead.
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 11:44:37 UTC
Sounds good, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-19 18:13:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d8c7870e192c0ca21e055f636eeccbbf500fba4

commit 5d8c7870e192c0ca21e055f636eeccbbf500fba4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-19 18:11:01 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-05-19 18:12:33 +0000

    databases/mongodb50: Convert post-patch to EXTRACT_AFTER_ARGS

    Saves I/O by not extracting bundled deps

    PR:     278758

 databases/mongodb50/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
Comment 5 Ronald Klop freebsd_committer freebsd_triage 2024-05-19 18:14:54 UTC
Thanks for the patch.