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)
Approved!
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(-)
Thanks!