freebsd-ports/chinese
Raphael Kubo da Costa f6ceca6350 Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

    %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
2018-01-06 21:30:31 +00:00
..
arphicttf
aterm
auto-cn-l10n Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
auto-tw-l10n Add gcin related settings, and add fluxbox as wm option. 2017-09-30 03:49:30 +00:00
autoconvert Unbreak fetching by pointing to archived distfile in Google Cloud Storage. 2016-12-13 06:44:19 +00:00
bg5pdf Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
big5width The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
bitchx
brise Remove BROKEN_FreeBSD_9 2017-01-01 03:45:12 +00:00
bsdconv-opencc
bug5
c2t
cconv
celvis
chiconv
CJKUnifonts Debian does not provide those distfiles anymore 2017-10-13 12:17:30 +00:00
cless
cnprint Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
CNS11643-font
dictd-database Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
docproj Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
enscript
eric6 evel/eric6: update to 17.10 2017-10-27 03:43:48 +00:00
eterm
fandol - Add LICENSE_FILE 2017-02-27 09:01:46 +00:00
fcitx Remove USES=execinfo. 2017-09-22 10:48:28 +00:00
fcitx-chewing
fcitx-cloudpinyin
fcitx-configtool
fcitx-libpinyin
fcitx-rime
fcitx-sunpinyin
fcitx-table-extra
fcitx-ui-light Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
fireflyttf
font-std
fortunetw
FreeWnn-lib
FreeWnn-server
gb2jis
gb2ps
gcin Update WWW. 2017-11-13 02:30:05 +00:00
gcin-gtk3 Update WWW. 2017-11-13 02:30:05 +00:00
gcin-qt4 Update WWW. 2017-11-13 02:30:05 +00:00
gcin-qt5 Update Qt5 ports to 5.9.3. 2018-01-06 21:30:31 +00:00
gimp-help-zh_CN
gydict
hc
ibus-array Update to upstream version 0.1.2 2017-12-17 13:02:50 +00:00
ibus-chewing Make ninja opt-out in cmake.mk 2017-06-25 21:07:58 +00:00
ibus-libpinyin Fix packaging with python3 2017-12-11 16:48:54 +00:00
ibus-pinyin Fix packaging with python3 2017-12-11 16:48:54 +00:00
jis2gb
kcfonts
kde4-l10n-zh_CN Fix kde4-l10n packages after sysutils/filelight's update 2017-09-16 16:52:48 +00:00
kde4-l10n-zh_TW Fix kde4-l10n packages after sysutils/filelight's update 2017-09-16 16:52:48 +00:00
libcangjie New port: chinese/libcangjie 2017-12-31 19:14:12 +00:00
libchewing Update to 0.5.1. 2017-02-04 15:05:56 +00:00
libpinyin
libreoffice-zh_CN Update to 5.3.7. 2017-11-02 21:12:58 +00:00
libreoffice-zh_TW Update to 5.3.7. 2017-11-02 21:12:58 +00:00
librime devel/boost-*: update to 1.65.1 2017-09-25 00:08:16 +00:00
libtabe OPTIONS_SUB only cares about being defined, its content is ignored. 2017-11-21 08:36:26 +00:00
lunar
moettf
muni
oicq Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
opencc Update to 1.0.5 2017-12-29 18:47:48 +00:00
opendesktop-fonts Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
oto Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
p5-Date-Chinese
p5-Encode-CNMap Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Encode-HanConvert Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Encode-HanExtra Reassign to the perl collective 2017-01-02 20:13:16 +00:00
p5-Lingua-Han-PinYin Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Lingua-Han-Utils Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Lingua-ZH-HanDetect Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Lingua-ZH-Keywords
p5-Lingua-ZH-Numbers
p5-Lingua-ZH-Segment
p5-Lingua-ZH-Summarize
p5-Lingua-ZH-TaBE Fix build with recent perl-devel. 2017-10-20 09:15:06 +00:00
p5-Lingua-ZH-Toke
p5-Lingua-ZH-WordSegmenter Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Lingua-ZH-Wrap
p5-Text-Greeking-zh_TW
pcmanx
php-opencc - Add php-opencc 0.0.0.20161110 2016-12-17 12:53:14 +00:00
phpbb3-tw
phpbb-tw
pycangjie - Convert to USE_PYTHON=cython 2017-12-31 23:49:30 +00:00
pyzy pyzy doesn't build with python3 2017-12-09 12:25:00 +00:00
qe Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
qt4-codecs-cn Fix qt4 ports on armv6. 2017-06-06 05:00:56 +00:00
qt4-codecs-tw Fix qt4 ports on armv6. 2017-06-06 05:00:56 +00:00
qterm Remove all _USE=openssl occurrences. 2017-03-15 14:45:54 +00:00
reciteword Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
scim-array Fix typo 2017-10-13 14:25:31 +00:00
scim-fcitx
scim-pinyin
scim-tables
sunpinyin - Those ports fail to build with python3 2017-12-11 16:54:20 +00:00
telnet Mark some ports failing on power64. In cases where the error message 2017-05-21 21:55:08 +00:00
tin
tintin++ Add PORTSCOUT 2017-12-31 22:23:04 +00:00
ttf2pt1
ttfm
unrar Update CONFLICTS_INSTALL 2017-05-29 15:26:27 +00:00
ve
wenju Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
wordpress-zh_CN Securityupdate to 4.9.1: 2017-12-02 12:20:31 +00:00
wordpress-zh_TW Update to 4.8.2 2017-10-05 17:42:07 +00:00
xpdf Mark as broken ports with no public distfiles 2017-10-13 14:22:27 +00:00
Makefile Remove ibus-cangjie, new BROKEN port 2018-01-02 07:25:59 +00:00
Makefile.inc