CVS log for pkgsrc/inputmethod/fcitx5-zhuyin/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-zhuyin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: 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
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Tue Jul 16 10:02:04 2024 UTC (7 months ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 10 12:24:05 2024 UTC (12 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4
lines
inputmethod/fcitx5-zhuyin: Update to 5.1.0
Changelog:
Update translations.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:40 2023 UTC (20 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: 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.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
*: PKGREVISION bump for fmtlib shlib major bump
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:05:13 2021 UTC (3 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
revbump for icu and libffi
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 12 08:46:59 2021 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Needs pkg-config. Fixes building packages in bulk builds.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 2 13:24:54 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
fcitx5: Set build time dependency to extra-cmake-modules
* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash.
* Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 2 03:04:23 2021 UTC (3 years, 11 months ago) by mef
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
(inputmethod/fcitx5-*) +DEPENDS+= extra-cmake-modules, correct me for better fix
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 20 21:52:29 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
inputmethod/fcitx5-zhuyin: import fcitx5-zhuyin-5.0.3
Libzhuyin Wrapper for Fcitx5.
CVSweb <webmaster@jp.NetBSD.org>