Bug 278769 - databases/mongodb70: Convert post-patch to EXTRACT_AFTER_ARGS
Summary: databases/mongodb70: 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 20:13 UTC by Daniel Engberg
Modified: 2024-05-20 18:42 UTC (History)
0 users

See Also:
ronald: maintainer-feedback+


Attachments
Patch for mongodb70 (1.29 KB, patch)
2024-05-04 20:13 UTC, Daniel Engberg
no flags Details | Diff
Patch for mongodb70 v2 (1.33 KB, patch)
2024-05-05 11:21 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 20:13:46 UTC
Created attachment 250404 [details]
Patch for mongodb70

Saves I/O by not extracting bundled deps

Poduriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 11:21:27 UTC
Created attachment 250426 [details]
Patch for mongodb70 v2

Preserve default flags
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-20 18:24:54 UTC
A commit in branch main references this bug:

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

commit de08bd77dd68cafbcdebe32e1109a9ebf41019bf
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-19 18:18:59 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-05-20 18:24:02 +0000

    databases/mongodb70: Convert post-patch to EXTRACT_AFTER_ARGS

    Saves I/O by not extracting bundled deps

    PR:     278769

 databases/mongodb70/Makefile | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
Comment 3 Ronald Klop freebsd_committer freebsd_triage 2024-05-20 18:42:09 UTC
Thanks for the patch.