Commit Graph

242 Commits

Author SHA1 Message Date
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
naddy adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
kevlo 7c46680a2f Update to 0.5.1 and take maintainership of chinese/libchewing.
ok sthen@
2017-11-13 13:21:35 +00:00
naddy 8c652837b4 replace gettext module 2017-11-04 22:55:39 +00:00
sthen b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
jasper 73b4795a5d remove broken HOMEPAGE/MASTER_SITES and add backup mirror 2017-08-22 19:19:26 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie 06774a5f77 missing include, builds with clang 2017-05-06 17:23:35 +00:00
espie 29d8824cf8 fix constness for clang. mistaking static_cast for const_cast is rather funny 2017-04-28 10:42:26 +00:00
ajacoutot 3d1fc8c9f8 Stop patching for /var/lib/dbus -> /var/db/dbus; nowadays, most apps look
into /etc/machine-id *before* looking into /var/lib/dbus/machine-id and for
the few that don't patch them to look directly there.

Thanks sthen@ for the source ports seach.
2017-04-22 13:43:21 +00:00
sthen bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
bentley a535de7917 Update SCIM homepage links.
Broken links pointed out by Bryan Linton.
2017-02-07 08:11:11 +00:00
naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
sthen ecccd93c04 As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
references, and list some of their mirrors in network.conf.template.
2016-06-05 11:02:25 +00:00
bentley f058156073 Update homepages: sourceforge.jp is dead. long live osdn.jp.
Replace 403/500 webpages with the project page, which is at least
semi-useful.
2016-05-29 21:41:45 +00:00
naddy 9da566408c g/c PFRAG.shared 2016-03-27 15:31:23 +00:00
naddy deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
naddy d37bca7d7d drop SHARED_ONLY from KDE3 ports 2016-03-19 22:48:27 +00:00
naddy 42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
naddy 2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
naddy ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
naddy c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
ajacoutot 354ab371fb Document the fact that the RUN_DEPENDS on pygobject3 is needed because of
the MODPY_LIBDIR/gi/overrides/ directory.
2016-01-01 12:00:15 +00:00
sthen 9a4b5c88f8 wantlib 2015-08-25 14:03:20 +00:00