Bug 273116 - textproc/raptor2: Clean up port and backport upstream commit
Summary: textproc/raptor2: Clean up port and backport upstream commit
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks: 273210
  Show dependency treegraph
 
Reported: 2023-08-13 19:21 UTC by Daniel Engberg
Modified: 2023-08-26 17:09 UTC (History)
1 user (show)

See Also:
jhale: maintainer-feedback+


Attachments
Patch for raptor2 (1.67 KB, patch)
2023-08-13 19:21 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 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!