Bug 272437 - x11/swayimg: fails to build after ports 7113f719ed96
Summary: x11/swayimg: fails to build after ports 7113f719ed96
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: Jan Beich
URL: https://github.com/artemsen/swayimg/c...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-09 21:30 UTC by (intentionally left blank)
Modified: 2023-09-23 10:32 UTC (History)
0 users

See Also:
jbeich: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description (intentionally left blank) 2023-07-09 21:30:01 UTC
Maybe backport https://github.com/artemsen/swayimg/commit/bd3d6c838c69.patch ?
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-07-09 22:57:29 UTC
A commit in branch main references this bug:

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

commit 086088b137c0651258ae878f9c63e3acce3a14cd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-09 22:06:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-09 22:56:59 +0000

    x11/swayimg: unbreak build after 7113f719ed96

    ld: error: undefined symbol: WebPGetFeaturesInternal
    >>> referenced by webp.c
    >>>               swayimg.p/src_formats_webp.c.o:(decode_webp)

    PR:             272437

 x11/swayimg/Makefile | 3 +++
 x11/swayimg/distinfo | 2 ++
 2 files changed, 5 insertions(+)
Comment 2 Jan Beich freebsd_committer freebsd_triage 2023-07-09 22:58:31 UTC
Thanks. I didn't notice due to https://docs.freebsd.org/cgi/mid.cgi?PSAPR03MB5639B989FE5DD3C761C96A81FA9C9 As runtime was fine I didn't bump PORTREVISION.

Note, if you want to be attributed via "Reported by", please, set "Your real name" in Bugzilla settings (ignore otherwise).
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-09-23 10:32:18 UTC
A commit in branch 2023Q3 references this bug:

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

commit 0c43b4c222003a53eadaeac6050affb217140d2f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-09 22:06:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-23 10:31:34 +0000

    x11/swayimg: unbreak build after 7113f719ed96

    ld: error: undefined symbol: WebPGetFeaturesInternal
    >>> referenced by webp.c
    >>>               swayimg.p/src_formats_webp.c.o:(decode_webp)

    PR:             272437
    Reported by:    pkg-fallout (quarterly)
    (cherry picked from commit 086088b137c0651258ae878f9c63e3acce3a14cd)

 x11/swayimg/Makefile | 3 +++
 x11/swayimg/distinfo | 2 ++
 2 files changed, 5 insertions(+)