pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod mozc-*: move include bsd.pkg.mk to the cor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a257dab6af5b
branches:  trunk
changeset: 377778:a257dab6af5b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 22:19:15 2022 +0000

description:
mozc-*: move include bsd.pkg.mk to the correct place

diffstat:

 inputmethod/ibus-mozc/Makefile          |  3 ++-
 inputmethod/mozc-elisp/Makefile         |  3 ++-
 inputmethod/mozc-renderer/Makefile      |  3 ++-
 inputmethod/mozc-server/Makefile        |  3 ++-
 inputmethod/mozc-server/Makefile.common |  5 ++---
 inputmethod/mozc-tool/Makefile          |  3 ++-
 inputmethod/uim-mozc/Makefile           |  3 ++-
 7 files changed, 14 insertions(+), 9 deletions(-)

diffs (106 lines):

diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/ibus-mozc/Makefile
--- a/inputmethod/ibus-mozc/Makefile    Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/ibus-mozc/Makefile    Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2022/04/18 19:11:28 adam Exp $
+# $NetBSD: Makefile,v 1.75 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       ibus-${DISTNAME}
 PKGREVISION=   9
@@ -30,3 +30,4 @@
 
 .include "../../inputmethod/ibus/buildlink3.mk"
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/mozc-elisp/Makefile
--- a/inputmethod/mozc-elisp/Makefile   Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/mozc-elisp/Makefile   Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2022/04/18 19:11:29 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
 PKGREVISION=   9
@@ -30,3 +30,4 @@
                ${DESTDIR}${EMACS_LISPPREFIX}
 
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/mozc-renderer/Makefile
--- a/inputmethod/mozc-renderer/Makefile        Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/mozc-renderer/Makefile        Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:29 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       ${DISTNAME:S/mozc-/mozc-renderer-/}
 PKGREVISION=   9
@@ -30,3 +30,4 @@
                ${DESTDIR}${PREFIX}/share/icons/mozc.png
 
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/mozc-server/Makefile
--- a/inputmethod/mozc-server/Makefile  Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/mozc-server/Makefile  Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/04/18 19:11:29 adam Exp $
+# $NetBSD: Makefile,v 1.73 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       ${DISTNAME:S/mozc-/mozc-server-/}
 PKGREVISION=   9
@@ -20,3 +20,4 @@
                ${DESTDIR}${PREFIX}/libexec/mozc_server
 
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/mozc-server/Makefile.common
--- a/inputmethod/mozc-server/Makefile.common   Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/mozc-server/Makefile.common   Sun Apr 24 22:19:15 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.35 2022/04/24 22:16:03 tnn Exp $
+# $NetBSD: Makefile.common,v 1.36 2022/04/24 22:19:15 tnn Exp $
+
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
 # used by inputmethod/mozc-server/Makefile
 # used by inputmethod/mozc-tool/Makefile
 # used by inputmethod/mozc-renderer/Makefile
 # used by inputmethod/uim-mozc/Makefile
-#
 
 DISTNAME=      mozc-2.26.4282.100
 CATEGORIES=    inputmethod
@@ -93,4 +93,3 @@
 
 .include "../../lang/python/tool.mk"
 .include "../../mk/atomic64.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/mozc-tool/Makefile
--- a/inputmethod/mozc-tool/Makefile    Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/mozc-tool/Makefile    Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2022/04/18 19:11:29 adam Exp $
+# $NetBSD: Makefile,v 1.70 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       ${DISTNAME:S/mozc-/mozc-tool-/}
 PKGREVISION=   9
@@ -20,3 +20,4 @@
                ${DESTDIR}${PREFIX}/libexec
 
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ad9963acd7c -r a257dab6af5b inputmethod/uim-mozc/Makefile
--- a/inputmethod/uim-mozc/Makefile     Sun Apr 24 22:16:03 2022 +0000
+++ b/inputmethod/uim-mozc/Makefile     Sun Apr 24 22:19:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:30 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/04/24 22:19:15 tnn Exp $
 
 PKGNAME=       uim-${DISTNAME}
 PKGREVISION=   8
@@ -49,3 +49,4 @@
 
 .include "../../inputmethod/uim/buildlink3.mk"
 .include "../../inputmethod/mozc-server/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index