git: bff649cccba2 - main - japanese/skkinput3: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 19:05:56 UTC
The branch main has been updated by mce:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bff649cccba209035ad4d37dc12b29e368c7a284
commit bff649cccba209035ad4d37dc12b29e368c7a284
Author: Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-08-22 14:10:08 +0000
Commit: Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-09-06 19:05:15 +0000
japanese/skkinput3: Mark DEPRECATED
Abandoned, cannot be executed on amd64 due to an error.
$ skkinput3
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 18 (X_ChangeProperty)
Value in failed request: 0x40
Serial number of failed request: 39
Current serial number in output stream: 40
PR: 297763
Approved by: koma2@lovepeers.org (maintainer timeout, 2 weeks)
Approved by: osa (mentor)
MFH: 2026Q3
---
japanese/skkinput3/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile
index dab07e23266d..5d0ff5c89f2b 100644
--- a/japanese/skkinput3/Makefile
+++ b/japanese/skkinput3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= skkinput
PORTVERSION= 3.0.6
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= japanese x11
MASTER_SITES= OSDN/${PORTNAME}
PKGNAMESUFFIX= 3
@@ -12,6 +12,9 @@ WWW= https://sourceforge.jp/projects/skkinput3/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/GPL
+DEPRECATED= Abandoned, cannot be executed on amd64 due to an error
+EXPIRATION_DATE=2026-10-31
+
USES= imake xorg
USE_CSTD= gnu89
USE_GCC= yes