Bug 262408 - audio/icecast: Use pkgconfig for libxml2 and libxslt
Summary: audio/icecast: Use pkgconfig for libxml2 and libxslt
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:
 
Reported: 2022-03-07 23:38 UTC by Daniel Engberg
Modified: 2022-03-25 14:35 UTC (History)
0 users

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


Attachments
Patch for icecast (2.45 KB, patch)
2022-03-07 23:38 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 2022-03-07 23:38:26 UTC
Created attachment 232312 [details]
Patch for icecast

Import patch to use pkgconfig to fix compilation with upcoming version bump of libxml2 and libxslt

Source: https://salsa.debian.org/multimedia-team/icecast2/-/raw/master/debian/patches/2001-xslt-migrate.patch
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-03-22 20:38:56 UTC
Icecast now compiles without this patch but it's a nice enhancement.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-25 13:51:41 UTC
A commit in branch main references this bug:

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

commit 075897a017453e1bb046c4ccd106003873b73af2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:12:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:38:02 +0000

    audio/icecast: Use pkg-config to check libxml2 and libxslt

    - Add libxml2 check
    - Use pkg-config instead of xslt-config

    PR:             262408
    Reported by:    Daniel Engberg <diizzy@FreeBSD.org>

 audio/icecast/Makefile                    |   2 +-
 audio/icecast/files/patch-configure (new) | 410 ++++++++++++++++++++++++++++++
 2 files changed, 411 insertions(+), 1 deletion(-)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-03-25 14:35:26 UTC
Committed. Thanks!