(以内容“== Apr 10, 2013 == === chinese/ibus-pinyin === This port is split into 2 parts. The database-related parts of the code are split into pyzy. So, a new port, chinese/py...”创建新页面)
 
第26行: 第26行:
 
* some patch statements in Makefile removed. Already merged.
 
* some patch statements in Makefile removed. Already merged.
 
* dependency updated.
 
* dependency updated.
* patch: remove -Wno-unused-but-set-variable in engine & tools & ui/gtk3
 
  
 
Built & installed.
 
Built & installed.
第32行: 第31行:
 
Problems:
 
Problems:
 
* A bug in Xorg's XInput extension prevents GTK3 UI from starting. Need Xorg later than the version in the ports, or use WITH_NEW_XORG
 
* A bug in Xorg's XInput extension prevents GTK3 UI from starting. Need Xorg later than the version in the ports, or use WITH_NEW_XORG
* py-gobject disabled introspection, which prevents setup app from starting
 
* If introspection is enabled, then a new problem appears: py-gobject is too old, and it does not support GVariant, that prevents setup app from starting
 

2013年5月11日 (六) 23:04的版本

Apr 10, 2013

chinese/ibus-pinyin

This port is split into 2 parts. The database-related parts of the code are split into pyzy. So, a new port, chinese/pyzy is created.

  • New dependency: chinese/pyzy

Build with Boost is fixed. The bug which prevents the ports from building with boost is fixed in 1.49. So now there is a new option, BOOST, which makes the port depends on boost-libs>=1.49 if enabled.

pkg-plist updated. Dependency TODO?

chinese/pyzy

Almost done. pkg-plist & pkg-descr created.

Dependency: (TODO)

  • glib2
  • sqlite3
  • uuid_create?
  • boost >= 1.39 (need 1.49 to build)

textproc/ibus

  • some patch files removed. Already merged in upstream
  • some patch statements in Makefile removed. Already merged.
  • dependency updated.

Built & installed.

Problems:

  • A bug in Xorg's XInput extension prevents GTK3 UI from starting. Need Xorg later than the version in the ports, or use WITH_NEW_XORG