Bug 278760 - games/supertuxkart: Convert post-extract to and user helpers
Summary: games/supertuxkart: Convert post-extract to and user helpers
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 19:14 UTC by Daniel Engberg
Modified: 2024-05-15 19:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (amdmi3)


Attachments
Patch for supertuxkart (1.32 KB, patch)
2024-05-04 19:14 UTC, Daniel Engberg
no flags Details | Diff
Patch for supertuxkart v2 (1.40 KB, patch)
2024-05-05 13:14 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:14:05 UTC
Created attachment 250396 [details]
Patch for supertuxkart

Use EXTRACT_AFTER_ARGS to reduice I/O by not extract unused files
While at it use sqlite helper

Poudriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 13:14:31 UTC
Created attachment 250449 [details]
Patch for supertuxkart v2

Be more specific about what files to remove and preserve original flags
Also fix typo, angelscipt --> angelscript
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-14 00:51:27 UTC
A commit in branch main references this bug:

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

commit 141103a7d0e90c2291a4a5ea4d882a230fb846f2
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-05-06 16:52:33 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-05-14 00:48:16 +0000

    games/supertuxkart: minor refactoring

    - Switch to sqlite3 [1]
    - Fix typo in post-extract [1]
    - Remove unnecessary icon replacement

    PR:             278760 [1]
    Submitted by:   diizzy [1]

 games/supertuxkart/Makefile | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)