pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-mozc226



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Apr 20 09:06:02 UTC 2024

Modified Files:
        pkgsrc/inputmethod/ibus-mozc226: Makefile

Log Message:
ibus-mozc226: explicitly depend on mozc-*226 packages.

Otherwise 32bit builds fail unless mozc-*226 binaries are already built.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/ibus-mozc226/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-mozc226/Makefile
diff -u pkgsrc/inputmethod/ibus-mozc226/Makefile:1.3 pkgsrc/inputmethod/ibus-mozc226/Makefile:1.4
--- pkgsrc/inputmethod/ibus-mozc226/Makefile:1.3        Sun Apr  7 07:34:27 2024
+++ pkgsrc/inputmethod/ibus-mozc226/Makefile    Sat Apr 20 09:06:02 2024
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2024/04/07 07:34:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/20 09:06:02 tsutsui Exp $
 
 PKGNAME=       ibus-${DISTNAME}
-PKGREVISION=   26
+PKGREVISION=   27
 
 INSTALLATION_DIRS+=    libexec share/ibus share/ibus/component \
                        share/ibus-mozc
 
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
-DEPENDS+=      mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer
-DEPENDS+=      mozc-server-[0-9]*:../../inputmethod/mozc-server
-DEPENDS+=      mozc-tool-[0-9]*:../../inputmethod/mozc-tool
+DEPENDS+=      mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer226
+DEPENDS+=      mozc-server-[0-9]*:../../inputmethod/mozc-server226
+DEPENDS+=      mozc-tool-[0-9]*:../../inputmethod/mozc-tool226
 
 pre-configure:
        ${RM} ${WRKSRC}/unix/uim/uim.gyp



Home | Main Index | Thread Index | Old Index