Date: Tue, 24 Feb 2026 01:19:14 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8552be0c42f4 - main - japanese/kdrill: fix build Message-ID: <699cfc92.18ea2.5e2cfa48@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=8552be0c42f43fbc0a2db02c7982e8355c6b52a4 commit 8552be0c42f43fbc0a2db02c7982e8355c6b52a4 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2026-02-15 15:59:19 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-02-24 00:43:27 +0000 japanese/kdrill: fix build This adds a missing parenthesis to $(LOCALBASE). It is unclear why this hasn't been noticed earlier. While we are at it, define LICENSE. Fixes: 2546bd0290761071e3ad392427d7c2ba4e5a396b Approved by: portmgr (build fix blanket) MFH: 2026Q1 Sponsored by: Raptor Computing Systems, LLC --- japanese/kdrill/Makefile | 7 ++++++- japanese/kdrill/files/patch-Imakefile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index 8968081e2cf4..2b5a06a8b1b0 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdrill PORTVERSION= 6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -9,6 +9,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Program to quiz you on the meanings of Kanji WWW= http://www.bolthole.com/kdrill/ +LICENSE= CUSTOM +LICENSE_NAME= kdrill license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= xjdic:japanese/edict USES= imake xorg diff --git a/japanese/kdrill/files/patch-Imakefile b/japanese/kdrill/files/patch-Imakefile index f5d84d3b7476..ce9811b95de5 100644 --- a/japanese/kdrill/files/patch-Imakefile +++ b/japanese/kdrill/files/patch-Imakefile @@ -9,7 +9,7 @@ -RADLOCATION= /usr/local/lib/radkfile +DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic +EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict -+RADLOCATION= $(LOCALBASE/share/dict/edict/radkfile ++RADLOCATION= $(LOCALBASE)/share/dict/edict/radkfile # If for some reason, the user prefs stuff isn't working for you, # and you can't compile, uncomment thishome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699cfc92.18ea2.5e2cfa48>
