Bug 279757 - textproc/libxml++: Update to 5.2.0
Summary: textproc/libxml++: Update to 5.2.0
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: Daniel Engberg
URL: https://github.com/libxmlplusplus/lib...
Keywords:
Depends on: 270799
Blocks: 279705
  Show dependency treegraph
 
Reported: 2024-06-15 07:36 UTC by Daniel Engberg
Modified: 2024-07-04 18:30 UTC (History)
2 users (show)

See Also:


Attachments
Patch for libxml++ (2.45 KB, patch)
2024-06-15 07:36 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 07:36:24 UTC
Created attachment 251468 [details]
Patch for libxml++

Add USES= compiler:c++17-lang
Add LICENSE_FILE
Fix install path of .pc file
Fixes build with libxml2 2.13.0
Some minor cosmetic changes to Makefile to improve readability

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

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:52:06 UTC
Poudriere testport OK 13.2-RELEASE (amd64) - With current version of libxml2 in tree
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-06-17 17:07:40 UTC
^Triage: reporter is committer, assign accordingly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-07-04 18:29:04 UTC
A commit in branch main references this bug:

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

commit 79716dec61cc0f61caef60e3ae32b344b9888f43
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-07-04 17:03:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-07-04 18:28:23 +0000

    textproc/libxml++: Update to 5.2.0

    * Add USES= compiler:c++17-lang
    * Remove USES= python:build
    * Add LICENSE_FILE
    * Fix install path of .pc file
    * Make some minor changes to port Makefile

    Changelog:
    https://github.com/libxmlplusplus/libxmlplusplus/releases/tag/5.2.0

    PR:             279757
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 textproc/libxml++/Makefile                | 18 ++++++++++++------
 textproc/libxml++/distinfo                |  6 +++---
 textproc/libxml++/files/patch-meson.build | 13 +++++++++++--
 3 files changed, 26 insertions(+), 11 deletions(-)