The NetBSD Project

CVS log for pkgsrc/inputmethod/fcitx5/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 30 15:34:44 2025 UTC (2 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
fcitx5: do not build tests

Fixes build on NetBSD/current.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 23 23:27:28 2025 UTC (3 weeks, 1 day ago) by riastradh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.

This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.

For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean.  Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.

This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky.  Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:20:08 2024 UTC (7 weeks, 1 day ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: recursive bump for pango requiring fontconfig 2.15

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:55 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 16 10:02:04 2024 UTC (7 months ago) by prlw1
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Apr 7 07:34:26 2024 UTC (10 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:05:59 2024 UTC (10 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Feb 15 18:21:34 2024 UTC (12 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
fcitx5: requires a C++ implementation new enough to have charconv

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Feb 10 09:58:33 2024 UTC (12 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -5 lines
inputmethod/fcitx5: Update to 5.1.7

Changelog:
Many bugfixes.
Update translations.
Improve Wayland support.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:02:17 2023 UTC (15 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: recursive bump for cairo dependency changes

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:22:24 2023 UTC (15 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:09:34 2023 UTC (15 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: bump for openssl 3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:10:48 2023 UTC (15 months, 3 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
recursive revbump for tiff update

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:37 2023 UTC (20 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 21 05:55:39 2023 UTC (20 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3 lines
fcitx5: fix build with fmtlib 10

Clean some pkglint while here, and update HOMEPAGE.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 16 21:20:52 2023 UTC (21 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: PKGREVISION bump for fmtlib shlib major bump

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:16:52 2023 UTC (2 years ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:37:37 2023 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: recursive bump for tiff shlib major bump

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 13 12:42:23 2022 UTC (2 years, 2 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -1 lines
fcitx5: Fix paths to gettext/libuuid.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 28 19:20:21 2022 UTC (2 years, 2 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
fcitx5: Remove --as-needed on SunOS.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 27 13:17:34 2022 UTC (2 years, 10 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -2 lines
fcitx5: handle xdg autostart .desktop file correctly. Bump.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:05:12 2021 UTC (3 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
revbump for icu and libffi

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 30 16:20:59 2021 UTC (3 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
fcitx5: Follow sysutils/dbus migration, VARBASE/db/dbus to VARBASE/lib/dbus

Bump PKGREVISION.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 27 19:30:57 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
fcitx5: Update to 5.0.5

Changelog:
Not available.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 17 15:16:25 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
inputmethod/fcitx5: import fcitx5-5.0.4

Fcitx 5 is a generic input method framework released under LGPL-2.1+.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>