Commit graph

4 commits

Author SHA1 Message Date
Xin LI
b720b61e0f Update to 1.7.2.
PR:		ports/203029
Approved by:	maintainer (Henry Hu)
2015-10-04 19:28:40 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Jan Beich
153560fe61 Unbreak build on FreeBSD 8.x/9.x and DragonFly
./PYSignal.h:35:22: error: expected namespace name
using namespace std::placeholders;
                ~~~~~^
./PYSignal.h:49:18: error: no type named 'function' in namespace 'std'
    typedef std::function<R()> func_type;
            ~~~~~^
./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std'
typedef std::shared_ptr<Editor> EditorPtr;
        ~~~~~^
PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope
     while ((read = getline (&linebuf, &size, dictfile)) != -1) {
                                                      ^
PR:		199408
Reported by:	pkg-fallout, DPorts
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2015-04-25 18:19:15 +00:00
Xin LI
3dded20050 Add ibus-libpinyin 1.7.1, intelligent Pinyin engine based on libpinyin
for IBus.

This is based on an old version of ibus-libpinyin submitted by Henry
Hu <henry.hu.sh gmail com> with updates from myself.

PR:		197116
2015-03-31 21:06:47 +00:00