Bug 273116

Summary: textproc/raptor2: Clean up port and backport upstream commit
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhale
Priority: --- Flags: jhale: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 273210    
Attachments:
Description Flags
Patch for raptor2 none

Description Daniel Engberg freebsd_committer freebsd_triage 2023-08-13 19:21:53 UTC
Created attachment 244067 [details]
Patch for raptor2

* Backport upstream commit 4dbc4c1da2a033c497d84a1291c46f416a9cac51 to fix build with newer versions of libxml2
* While at it clean up Makefile

Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2023-08-14 16:14:52 UTC
Approved!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-26 17:08:20 UTC
A commit in branch main references this bug:

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

commit a4b6c50994e5c0981c6380a6ad54720e48d6e431
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-26 16:42:51 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-08-26 16:42:55 +0000

    textproc/raptor2: Clean up port and backport upstream commit

    - Backport upstream commit 4dbc4c1da2a033c497d84a1291c46f416a9cac51 to
      fix build with newer versions of libxml2
    - Use USES= localbase and remove unnecessary CONFIGURE_ARGS
    - Move USE_LDCONFIG

    PR:             273116
    Approved by:    kde (jhale)
    Sponsored by:   Blinkinblox

 textproc/raptor2/Makefile | 16 +++++++---------
 textproc/raptor2/distinfo |  4 +++-
 2 files changed, 10 insertions(+), 10 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-08-26 17:09:21 UTC
Thanks!