Bug 268187 - graphics/gnash: fix build on armv7
Summary: graphics/gnash: fix build on armv7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-12-05 23:27 UTC by Robert Clausecker
Modified: 2022-12-06 21:19 UTC (History)
1 user (show)

See Also:
dinoex: maintainer-feedback+
dinoex: merge-quarterly+


Attachments
graphics/gnash: fix build on armv7 (1.63 KB, patch)
2022-12-05 23:27 UTC, Robert Clausecker
fuz: maintainer-approval? (dinoex)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-12-05 23:27:27 UTC
Created attachment 238560 [details]
graphics/gnash: fix build on armv7

Add missing cast.  Add missing USE_GNOME=gdkpixbuf2.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2022-12-06 19:22:28 UTC
Looks fine.
Testing the package.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-06 21:13:37 UTC
A commit in branch main references this bug:

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

commit 5a5ef6cd101ecdcbf0865e6e479d8f7364d783d9
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-12-06 21:12:16 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-12-06 21:12:16 +0000

    phics/gnash: fix build on armv7

    PR: 268187

 graphics/gnash/Makefile                               |  2 +-
 graphics/gnash/files/patch-libbase_GnashSleep.h (new) | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-12-06 21:18:42 UTC
A commit in branch 2022Q4 references this bug:

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

commit be4f1cc1fc8c2aa163fc0734f08db0243b32549f
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-12-06 21:12:16 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-12-06 21:17:34 +0000

    phics/gnash: fix build on armv7

    PR: 268187
    (cherry picked from commit 5a5ef6cd101ecdcbf0865e6e479d8f7364d783d9)

 graphics/gnash/Makefile                               |  2 +-
 graphics/gnash/files/patch-libbase_GnashSleep.h (new) | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2022-12-06 21:19:15 UTC
Committed thanks.