Commit graph

28 commits

Author SHA1 Message Date
Kurt Jaeger
cc30a2c7e1 chinese/fcitx: 4.2.8.6 -> 4.2.9.1
PR:		210782
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 11:37:36 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
2015-09-03 15:44:13 +00:00
Xin LI
f78c79a4c7 Fix build when building in an environment with old version of fcitx
present.

PR:		ports/199112
Submitted by:	maintainer
2015-04-03 20:56:52 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Xin LI
1e0f9c5aad Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
 - Update chinese/fcitx to 4.2.8.5.
 - Update chinese/fcitx-chewing to 0.2.2.
 - Update chinese/fcitx-cloudpinyin to 0.3.4.
 - Update chinese/fcitx-configtool to 0.4.8.
 - Update chinese/fcitx-libpinyin to 0.3.1.
 - Update chinese/fcitx-rime to 0.3.1.
 - Update chinese/fcitx-sunpinyin to 0.4.1.
 - Update chinese/fcitx-table-extra to 0.3.7.
 - Add LICENSE and update website (mainly move off Google Code)
   for various ports.
 - Update chinese/libpinyin to 1.1.0.
 - Update chinese/librime to 1.1.
 - Update chinese/opencc to 0.4.3.
 - Update japanese/fcitx-anthy to 0.2.1.
 - New port: japanese/fcitx-skk SKK support for Fcitx
 - Update korean/fcitx-hangul to 0.3.0.
 - Update textproc/fcitx-m17n to 0.2.3.

PR:		ports/198743
Submitted by:	maintainer, hiroto.kagotani@gmail.com, delphij
2015-03-31 07:08:00 +00:00
Raphael Kubo da Costa
7c39c6f5c3 Add patch fixing the behavior of FindLibkvm.cmake to prepare for CMake 2.8.11.2.
CMake >= 2.8.11 includes a bug fix [1] that ends up showing a problem with
the current FindLibkvm.cmake that makes the port fail to build.

Apply my upstream fix [2] to make everything work across all CMake versions.

[1] http://public.kitware.com/Bug/view.php?id=13755
[2] https://github.com/fcitx/fcitx/pull/119

Approved by:	portmgr (bapt)
2013-07-09 21:36:23 +00:00
Wen Heping
c5d2ab6af3 - Update to 4.2.6
PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-09-19 07:01:24 +00:00
Michael Scheidell
47a32988e5 - Update fcitx and addons to 4.2.5
- Remove textproc/fcitx-keyboard

PR:		ports/170010
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-07-25 18:10:40 +00:00
Michael Scheidell
83691957f1 - Unbreak on i386 on 7.x
PR:		ports/169151
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Reported by:	scheidell@ (me)
2012-07-03 12:08:06 +00:00
Michael Scheidell
47631c222e - Upstream patch to fix libkvm fd leaking
- Bump PORTREVISION

PR:		ports/168907
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Obtained from:	http://paste.opensuse.org/23129601
2012-06-10 13:00:35 +00:00
Baptiste Daroussin
ff6a82fba1 1. Convert to the new options style;
2. Fix pkg-plist for gtk2/gtk3/qt4 IM modules;
3. Update gtk immodules file(s);
4. Smart pkg-message.in;
5. Align some Makefile variables.

PR:		ports/168634
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-06-03 22:37:51 +00:00
Michael Scheidell
18b73e0fe0 - Update chinese/fcitx-googlepinyin to 0.1.4
- Update chinese/fcitx-configtool to 0.4.0
- Update chinese/fcitx-cloudpinyin to 0.2.0
- Update chinese/fcitx-sunpinyin to 0.3.3
- Update chinese/fcitx to 4.2.2
- Update textproc/fcitx-keyboard to 0.1.0

PR:		ports/166689
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-04-30 22:57:38 +00:00
Xin LI
3390f7060e Update fcitx and friends:
- fcitx to 4.2.0, always depend on dbus
 - fcitx-cloudpinyin to 0.2.0
 - fcitx-configtool to 0.4.0
 - fcitx-googlepinyin to 0.1.4
 - fcitx-sunpinyin to 0.3.3
 - fcitx-ui-light to 0.1.3
 - libgooglepinyin to 0.1.2

PR:		ports/164820
Submitted by:	maintainer (Zhihao Yuan <lichray gmail com>
2012-02-07 20:57:08 +00:00
Pav Lucistnik
cb0646e89b - Unbreak on 7.X
Submitted by:	maintainer
Feature safe:	yes
2011-11-14 09:12:38 +00:00
Cheng-Lung Sung
beaf13fa4e - Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:		ports/162423
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:	maintainer (Denise H. G.)
Feature safe:	yes
2011-11-11 05:18:26 +00:00
Alexey Dokuchaev
ec238eebaf - Unbreak on 7.X by replacing getline() GNU extension with fgets()
- Replace ${DISTDIR}/${DIST_SUBDIR} with ${_DISTDIR} shortcut
- Cleanup logging-related stuff since this option was dropped upstream
- Turn explicit dependency on libXft into USE_XORG+=xft
- Use gnomehack and drop two corresponding patches
- Sort knobs and fix some whitespace

Approved by:	maintainer
2011-06-07 00:25:30 +00:00
Pav Lucistnik
d9a5396060 - Update to 4.0.0
PR:		ports/152615
Submitted by:	Denise H. G. <darcsis@gmail.com> (maintainer)
2010-11-29 18:39:01 +00:00
Li-Wen Hsu
09b4cd960b - Update to 3.6.2
- Pass maintainership to submitter

PR:		ports/139692
Submitted by:	"Denise H. G." <darcsis@gmail.com>
2009-10-18 06:41:22 +00:00
Cheng-Lung Sung
9bf745e187 - Update to 3.3
PR:		ports/102420
Submitted by:	maintainer (Dryice Liu)
2006-08-23 06:39:51 +00:00
Vanilla I. Shu
32b1abd4ae Upgrade to 3.2
PR:		ports/98921
Submitted by:	maintainer
2006-06-15 09:51:39 +00:00
Cheng-Lung Sung
c2574fcb07 - update to 3.1
- new file: files/patch-xpm-Makefile.in

PR:		ports/78267
Submitted by:	Dryice Liu (maintainer)
2005-03-02 03:21:58 +00:00
Vanilla I. Shu
8ff3473972 Upgrade to 3.0.2.
PR:		ports/73185
Submitted by:	maintainer
Some part by:	me
2004-10-27 15:25:11 +00:00
Clive Lin
9e507dddc3 Apply 64 bits cleanup so that it works on fantastic hardware.
PR:		ports/72371
Submitted by:	davidxu
Approved by:	MAINTAINER
2004-10-15 08:08:01 +00:00
Pav Lucistnik
f53eb10c12 - Update to 2.0.1
PR:		ports/61135
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2004-01-09 20:43:27 +00:00
Pav Lucistnik
0b5592f971 - Update to 1.8.5
- Take maintainership
- Add to x11 category

PR:		ports/60808
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-01-02 14:30:35 +00:00
Edwin Groothuis
6d88156ca0 don't forget this file, needed to make that makefile X11BASe clean 2003-04-13 10:56:30 +00:00
Edwin Groothuis
94d0532734 Update port: chinese/fcitx
o update to 1.8.3
	o add MASTER_SITESS

PR:		ports/50847
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-04-13 10:56:08 +00:00
Kevin Lo
bd9a60a647 Initial import of fcitx 1.8.2
Fcitx is a simple and fast GBK Chinese XIM server.

PR: 50311
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
2003-03-26 10:29:08 +00:00