Bug 255819 - graphics/gimp-app: use canonical name for AALIB option
Summary: graphics/gimp-app: use canonical name for AALIB option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-12 17:25 UTC by Dmitry Marakasov
Modified: 2021-05-28 12:52 UTC (History)
1 user (show)

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


Attachments
Patch (1.12 KB, patch)
2021-05-12 17:25 UTC, Dmitry Marakasov
no flags Details | Diff
Patch (1.72 KB, patch)
2021-05-12 17:38 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2021-05-12 17:25:18 UTC
Created attachment 224878 [details]
Patch

Use AALIB option name instead of AA for this is a canonical name used in bsd.options.db.mk and other ports (mplayer, sdl).
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2021-05-12 17:38:36 UTC
Created attachment 224879 [details]
Patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-28 12:50:49 UTC
A commit in branch main references this bug:

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

commit b2d56ea4ae001063d2546bd1a772c053008bdd97
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-05-28 12:49:09 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-05-28 12:49:09 +0000

    graphics/gimp-app: use canonical name for AALIB option

    PR:     255819
    Submitted by:   amdmi3@

 graphics/gimp-app/Makefile  | 10 +++++-----
 graphics/gimp-app/pkg-plist |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-28 12:51:50 UTC
A commit in branch 2021Q2 references this bug:

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

commit 139e75894d4643c41415dfd4895ef7753a330d92
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-05-28 12:49:09 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-05-28 12:51:03 +0000

    graphics/gimp-app: use canonical name for AALIB option

    PR:     255819
    Submitted by:   amdmi3@

    (cherry picked from commit b2d56ea4ae001063d2546bd1a772c053008bdd97)

 graphics/gimp-app/Makefile  | 10 +++++-----
 graphics/gimp-app/pkg-plist |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 4 Dima Panov freebsd_committer freebsd_triage 2021-05-28 12:52:22 UTC
Committed, thanks!