Bug 279124

Summary: chinese/libpinyin: Switch DB backend and improve port
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: lichray
Priority: --- Flags: lichray: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for libpinyin none

Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-18 09:02:48 UTC
Created attachment 250787 [details]
Patch for libpinyin

* Switch to DISTVERSION
* Use GitHub as primary download site and Sourceforge as fallback
* Use USES= localbase:ldflags helper
* Switch from DBD5 (deprecated) to KyotoCabinet as backend
* Remove GNU_CONFIGURE_MANPREFIX

Poudriere testport OK 13.2 and 14.0 (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-19 10:57:03 UTC
A commit in branch main references this bug:

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

commit 43ea95faf2c07a72429da7402f5feb74a8d88c02
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-19 09:12:21 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-19 10:56:01 +0000

    chinese/libpinyin: Switch DB backend and improve port

    * Switch to DISTVERSION
    * Use GitHub as primary download site and Sourceforge as fallback
    * Use USES= localbase:ldflags helper
    * Switch from DBD5 (deprecated) to KyotoCabinet as backend
    * Remove GNU_CONFIGURE_MANPREFIX

    PR:             279124
    Reviewed by:    Zhihao Yuan <lichray@gmail.com> (maintainer)

 chinese/libpinyin/Makefile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-05-19 10:57:21 UTC
Fixed, thanks