Bug 279747 - net/gupnp: Fix build with libxml2 2.12 and newer
Summary: net/gupnp: Fix build with libxml2 2.12 and newer
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 279705
  Show dependency treegraph
 
Reported: 2024-06-15 05:07 UTC by Daniel Engberg
Modified: 2024-06-18 05:24 UTC (History)
0 users

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


Attachments
Patch for gupnp (977 bytes, patch)
2024-06-15 05:07 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-06-15 05:07:45 UTC
Created attachment 251463 [details]
Patch for gupnp

Backport upstream commit 00514fb62ebd341803fa44e26a6482a8c25dbd34

Reference:
https://github.com/GNOME/gupnp/commit/00514fb62ebd341803fa44e26a6482a8c25dbd34

Compile tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist)

Poudriere testport OK 13.2-RELEASE (amd64)
Poudriere testport OK 14.0-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-06-16 15:43:36 UTC
Poudriere testport OK 13.2-RELEASE (amd64) - With current version of libxml2 in tree
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-18 04:12:39 UTC
A commit in branch main references this bug:

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

commit f69c0530dd229683063fee0caea4748fe2f954e4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-18 04:05:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-18 04:05:08 +0000

    net/gupnp: Fix build with libxml2 2.12.0+

    PR:             279747
    Obtained from:  https://github.com/GNOME/gupnp/commit/00514fb62ebd341803fa44e26a6482a8c25dbd34

 net/gupnp/Makefile | 3 +++
 net/gupnp/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-06-18 05:24:38 UTC
Committed. Thanks!