Bug 279124 - chinese/libpinyin: Switch DB backend and improve port
Summary: chinese/libpinyin: Switch DB backend and improve port
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-18 09:02 UTC by Daniel Engberg
Modified: 2024-05-19 10:57 UTC (History)
1 user (show)

See Also:
lichray: maintainer-feedback+


Attachments
Patch for libpinyin (1.23 KB, patch)
2024-05-18 09:02 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-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