git: 64a7f5e66329 - main - japanese/skk-jisyo: Switch BUILD_DEPENDS from tinycdb to cdb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 05:38:37 UTC
The branch main has been updated by mce:
URL: https://cgit.FreeBSD.org/ports/commit/?id=64a7f5e663295702ef0bd49e0ef5e4b6031fd9e5
commit 64a7f5e663295702ef0bd49e0ef5e4b6031fd9e5
Author: Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-06-23 00:07:51 +0000
Commit: Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-06-29 05:38:06 +0000
japanese/skk-jisyo: Switch BUILD_DEPENDS from tinycdb to cdb
In commit 1b011c950db74cd4aa9435b9b56b382c1d879162, cdb was changed to
tinycdb because dbskkd-cdb (the only consumer of the cdb version)
depends on tinycdb.
Development of dbskkd-cdb has ended and multiskkserv depends on cdb, so
revert to using cdb.
PR: 296220
Approved by: osa (mentor)
---
japanese/skk-jisyo/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/japanese/skk-jisyo/Makefile b/japanese/skk-jisyo/Makefile
index 60518c971aac..3168b347b5d4 100644
--- a/japanese/skk-jisyo/Makefile
+++ b/japanese/skk-jisyo/Makefile
@@ -13,7 +13,7 @@ WWW= http://openlab.jp/skk/dic.html
LICENSE= GPLv2+
.if defined(WITH_SKKJISYO_CDB)
-BUILD_DEPENDS= ${LOCALBASE}/bin/cdb:databases/tinycdb
+BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:databases/cdb
.endif
USE_GITHUB= yes
@@ -65,8 +65,9 @@ do-build:
print ""; \
}' \
< ${WRKSRC}/SKK-JISYO.${type} | \
- ${LOCALBASE}/bin/cdb -c -t - \
- ${WRKSRC}/SKK-JISYO.${type}${CDBSUFFIX}
+ ${LOCALBASE}/bin/cdbmake \
+ ${WRKSRC}/SKK-JISYO.${type}${CDBSUFFIX} \
+ ${WRKSRC}/SKK-JISYO.${type}.tmp
.endfor
.endif