Bug 278501 - graphics/sdl2_image: Improvements to port
Summary: graphics/sdl2_image: Improvements to port
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-04-21 09:22 UTC by Daniel Engberg
Modified: 2024-04-22 18:21 UTC (History)
0 users

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


Attachments
Patch for sdl2_image (2.87 KB, patch)
2024-04-21 09:22 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-04-21 09:22:18 UTC
Created attachment 250129 [details]
Patch for sdl2_image

- Use upstream release archive
- Use EXTRACT_AFTER_ARGS= --exclude instead of rm -rf after extraction
- Sort menu options and variables
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-22 18:21:00 UTC
A commit in branch main references this bug:

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

commit 521bde8f34c2c413aa8bbae759fb73f523e180bb
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-04-22 16:47:18 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-04-22 18:20:02 +0000

    graphics/sdl2_image: sort options for readability

    PR:             278501
    Submitted by:   diizzy

 graphics/sdl2_image/Makefile | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2024-04-22 18:21:58 UTC
Options sorting accepted.