287 Commits

Author SHA1 Message Date
naddy
c7a274612e inputmethods/cellwriter: fix build with -fno-common 2021-02-25 15:05:06 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
yasuoka
e9a995633b Fix anthy.el not to use process-kill-without-query which is deleted.
ok jca
2020-11-09 22:43:46 +00:00
ajacoutot
b85c0d2a80 Regen WANTLIB. 2020-11-07 08:24:33 +00:00
ajacoutot
0cbb8bcf66 Update to libskk-1.0.5. 2020-11-07 08:24:25 +00:00
ajacoutot
7fd2b27757 Update to ibus-1.5.23. 2020-11-07 08:04:25 +00:00
jasper
417096afd0 fix build with upcoming vala 0.50 2020-11-02 06:22:08 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
kevlo
1ca2226904 +fcitx-configtool 2020-09-04 15:37:28 +00:00
kevlo
280ecdacd1 Import fcitx-configtool, a GTK-based configure tool for fcitx.
From Shawn Chiou.

Input from and ok rsadowski@, sthen@
2020-09-04 15:36:26 +00:00
rsadowski
fbf1179a41 Remove scim-qtimm
Time to go to Attic Qt3

OK kn@
2020-08-27 15:16:32 +00:00
kevlo
578f91a1b0 Update fcitx-qt5 to 1.2.5.
"patch is good with me" bcallah@
2020-08-27 01:00:45 +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
jca
b6f376d9cf Unbreak anthy.el with emacs-27.1
anthy.el was still using old-style backquotes, which trigger warnings
since emacs-22.2 and are finally treated as errors in emacs-27.1.

Failure in bulk builds reported by ajacoutot@
2020-08-24 13:42:26 +00:00
kn
a44b70ee3f Unmention -kde, -qt and -qt4 packages from DESCR-main 2020-08-23 20:53:58 +00:00
rsadowski
42f725001a Remove kde,qt,qt4 support
- Remove KDE3, Qt3 and QT4 support
- Fixed missing ${COMPILER_LIBCXX}

OK kn@
2020-08-20 16:21:16 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
b7187c5f68 Update to ibus-skk-1.4.3.
ok sthen@ robert@ jasper@
2020-04-20 10:15:56 +00:00
ajacoutot
c3e8790ee9 Update to ibus-anthy-1.5.11.
ok sthen@ robert@ jasper@
2020-04-20 10:15:36 +00:00
ajacoutot
a97d13df90 Upgrade ibus to the latest stable release: ibus-1.5.22
ok sthen@ robert@ jasper@
2020-04-20 10:15:16 +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
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
cwen
61f625bd26 scim-tables: add missing headers for ports-gcc.
Regen WANTLIB and remove base-gcc from COMPILER while here.

OK kmos@
2019-08-18 19:23:41 +00:00
cwen
f198e462a1 scim-pinyin: add missing headers for ports-gcc.
Regen WANTLIB and remove base-gcc from COMPILER while here.

OK jca@
2019-08-17 22:17:14 +00:00
cwen
12e1cf725e scim-hangul: add missing headers for ports-gcc.
Regen WANTLIB and remove base-gcc from COMPILER while here.

OK jca@
2019-08-17 19:08:38 +00:00
cwen
c7a422669a scim-fcitx: add missing headers for ports-gcc.
Regen WANTLIB and remove base-gcc from COMPILER while here.

OK jca@
2019-08-17 19:07:20 +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
kevlo
f535ec2e90 +fcitx-m17n 2019-06-21 16:35:44 +00:00
kevlo
6c765d355f Import fcitx-m17n, a m17n wrapper for fcitx.
ok kn@
2019-06-21 16:34:55 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +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
naddy
b08772880b switch to CONFIGURE_STYLE=autoreconf 2019-05-20 04:47:01 +00:00
ajacoutot
b14411d467 Add misc/m17n/lib support. Otherwise it may be found during a bulk and
dpb will junk it.
Regen WANTLIB/DEPENDS while here.
2019-05-19 14:02:46 +00:00
bentley
8d28390724 Update to cellwriter-1.3.6.
ok Vasily Mikhaylichenko (maintainer)
2019-05-19 05:53:08 +00:00
yasuoka
b4341adfa2 Fix emacs-anthy to work "anthy-add-word-interactive".
It used "string-to-int" which seems have been obsolete in emacs.

ok jca
2019-04-02 10:13:19 +00:00
kevlo
6eca48ede2 +libpinyin,fcitx-pinyin 2019-04-01 04:31:33 +00:00
kevlo
37929f31db Import fcitx-pinyin-0.5.3
fcitx-pinyin is Pinyin IM for fcitx.

ok bentley@, kn@
2019-04-01 04:29:35 +00:00
jca
ea6acb2f30 Don't clobber LDFLAGS 2019-03-28 02:03:27 +00:00
jca
da09de03e6 Use emacs--no_x11 to avoid a build loop
anthy -> emacs--gtk3 -> m17n-lib -> anthy
2019-03-28 02:00:43 +00:00
sthen
dc25c9ec52 force-disabling m17n with --without-m17nlib didn't work, comment-out for now
ok aja
2019-03-27 10:11:35 +00:00
jca
9dc9a665a7 Force-disable m17n-lib for now
To be revisited later.  Discussed with sthen@
2019-03-26 17:04:25 +00:00
bentley
1d74f194f3 Forgot to remove patch that was moved to devel/libgcroots instead.
build failure noticed by naddy@
2019-03-12 14:41:47 +00:00
bentley
caf60eeb49 Update to uim-1.8.8.
Release notes since 1.8.6:
https://github.com/uim/uim/releases/tag/1.8.8
https://github.com/uim/uim/releases/tag/1.8.7

ok sthen@
2019-03-11 11:16:05 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +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
pascal
d5a9c1df82 Add aarch64 support to the internal copy of boehm-gc; from upstream and our
devel/boehm-gc port.  Unlocks a bunch of ports in a bulk.

ok phessler@
2019-01-13 15:05:33 +00:00