Commit Graph

267 Commits

Author SHA1 Message Date
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
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
kevlo
f2e51d069f +fcitx-qt5 2018-09-27 03:29:49 +00:00
kevlo
31f8e34686 Import fcitx-qt5-1.2.3
fcitx-qt5 is a Qt5 IM module for fcitx.

OK and lots of help from bcallah@
2018-09-27 03:29:11 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
08b52d7f0d remove fgsch@ as maintainer as requested by him 2018-07-13 22:22:21 +00:00
espie
cd12df3943 misc small tags:
- gio-querymodules
- gtk-query-immodules*
2018-07-07 22:39:42 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jasper
803c5d5f89 fix build with clang6 2018-04-17 17:41:58 +00:00
naddy
50b497f907 add missing initializers to fix build with clang6 2018-04-15 14:02:57 +00:00
jca
0fa7842c1e Fix build with clang 6, from FreeBSD 2018-04-09 08:53:22 +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
552f74ea6e +fcitx,fcitx-anthy,fcitx-chewing,fcitx-tables 2017-11-28 03:01:44 +00:00
kevlo
5dda571be6 Import fcitx-tables-0.3.8
fcitx-tables provides extra tables for fcitx, including Boshiamy, Zhengma,
Cangjie, and Quick.

ok bcallah@
2017-11-28 03:00:24 +00:00
kevlo
239bba5037 Import fcitx-chewing-0.2.3
fcitx-chewing is Chewing IM for fcitx.

ok bcallah@
2017-11-28 02:59:17 +00:00
kevlo
38365f2ef5 Import fcitx-anthy-0.2.3
fcitx-anthy is Anthy IM for fcitx.

ok bcallah@
2017-11-28 02:58: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
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00