Commit Graph

21 Commits

Author SHA1 Message Date
sthen
a6388766cd re-add the fcitx5 ports under fcitx-XX pkgpath and pkgnames, the less
expensive of two possible ways of handling the upgrade path from fcitx-4.xx

input from espie@, discussed with kevlo@
2022-05-13 15:37:46 +00:00
kevlo
506d7f0625 Replace fcitx with fcitx5. 2022-05-13 01:52:02 +00:00
naddy
993f87c3ec drop RCS Ids 2022-03-11 19:24:07 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
kevlo
877699aee5 Forgot to remove this file. 2021-06-08 02:24:41 +00:00
kevlo
95358be158 Remove the RTLD_NODELETE patch, from Brad and semarie@ 2021-06-08 02:21:54 +00:00
kevlo
309391f9c5 Update to fcitx-4.2.9.8.
Input by bcallah@, "patch is good with me" bcallah@
2020-08-27 00:59:48 +00:00
naddy
81d38d7132 bump after a PLIST tweak snuck in 2020-02-29 15:20:56 +00:00
rsadowski
e921e20be4 Add missing -DENABLE_QT*=OFF
Spotted by naddy@ Thanks!
2020-02-29 14:09:05 +00:00
rsadowski
1b99fdace4 Remove Qt4 support in inputmethods/fcitx
Qt5 is already ported so we can say goodbye to the qt4 support in fcitx.

ok kevlo@ (maintainer)
2020-02-28 20:13:49 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
naddy
23aec35ba9 bump after gettext dependency change 2019-05-21 21:21:23 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
kevlo
b52afef109 - Update to 4.2.9.6. Help from bcallah@ to a previous version
- Bump REVISION of scim-fcitx for the PLIST change

ok bcallah@
2019-02-20 06:16:07 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
cd12df3943 misc small tags:
- gio-querymodules
- gtk-query-immodules*
2018-07-07 22:39:42 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
kevlo
28bcb89f02 Missing BUILD_DEPENDS on gobject-introspection.
Reported by ajacoutot@
2017-11-30 02:39:15 +00:00
kevlo
0431b88d8f Missing BUILD_DEPENDS and RUN_DEPENDS on bash.
Spotted by ajacoutot@
2017-11-29 01:27:36 +00:00
kevlo
2d05f561ba Import fcitx-4.2.9.5
Fcitx is an input method framework with support for many languages and
scripts.  It has three built-in input method engines, Pinyin, QuWei and
and Table-based input methods.

input and ok bcallah@
2017-11-28 02:56:56 +00:00