Bug 262408

Summary: audio/icecast: Use pkgconfig for libxml2 and libxslt
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for icecast none

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!