1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/misc/qt5-l10n/pkg-plist
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

282 lines
8.5 KiB
Plaintext

%%QT_L10NDIR%%/assistant_bg.qm
%%QT_L10NDIR%%/assistant_cs.qm
%%QT_L10NDIR%%/assistant_da.qm
%%QT_L10NDIR%%/assistant_de.qm
%%QT_L10NDIR%%/assistant_en.qm
%%QT_L10NDIR%%/assistant_es.qm
%%QT_L10NDIR%%/assistant_fr.qm
%%QT_L10NDIR%%/assistant_hu.qm
%%QT_L10NDIR%%/assistant_ja.qm
%%QT_L10NDIR%%/assistant_ko.qm
%%QT_L10NDIR%%/assistant_pl.qm
%%QT_L10NDIR%%/assistant_ru.qm
%%QT_L10NDIR%%/assistant_sk.qm
%%QT_L10NDIR%%/assistant_sl.qm
%%QT_L10NDIR%%/assistant_uk.qm
%%QT_L10NDIR%%/assistant_zh_CN.qm
%%QT_L10NDIR%%/assistant_zh_TW.qm
%%QT_L10NDIR%%/designer_bg.qm
%%QT_L10NDIR%%/designer_cs.qm
%%QT_L10NDIR%%/designer_da.qm
%%QT_L10NDIR%%/designer_de.qm
%%QT_L10NDIR%%/designer_en.qm
%%QT_L10NDIR%%/designer_es.qm
%%QT_L10NDIR%%/designer_fr.qm
%%QT_L10NDIR%%/designer_hu.qm
%%QT_L10NDIR%%/designer_ja.qm
%%QT_L10NDIR%%/designer_ko.qm
%%QT_L10NDIR%%/designer_pl.qm
%%QT_L10NDIR%%/designer_ru.qm
%%QT_L10NDIR%%/designer_sk.qm
%%QT_L10NDIR%%/designer_sl.qm
%%QT_L10NDIR%%/designer_uk.qm
%%QT_L10NDIR%%/designer_zh_CN.qm
%%QT_L10NDIR%%/designer_zh_TW.qm
%%QT_L10NDIR%%/linguist_bg.qm
%%QT_L10NDIR%%/linguist_cs.qm
%%QT_L10NDIR%%/linguist_da.qm
%%QT_L10NDIR%%/linguist_de.qm
%%QT_L10NDIR%%/linguist_en.qm
%%QT_L10NDIR%%/linguist_es.qm
%%QT_L10NDIR%%/linguist_fr.qm
%%QT_L10NDIR%%/linguist_hu.qm
%%QT_L10NDIR%%/linguist_ja.qm
%%QT_L10NDIR%%/linguist_ko.qm
%%QT_L10NDIR%%/linguist_pl.qm
%%QT_L10NDIR%%/linguist_ru.qm
%%QT_L10NDIR%%/linguist_sk.qm
%%QT_L10NDIR%%/linguist_sl.qm
%%QT_L10NDIR%%/linguist_uk.qm
%%QT_L10NDIR%%/linguist_zh_CN.qm
%%QT_L10NDIR%%/linguist_zh_TW.qm
%%QT_L10NDIR%%/qmlviewer_bg.qm
%%QT_L10NDIR%%/qmlviewer_cs.qm
%%QT_L10NDIR%%/qmlviewer_da.qm
%%QT_L10NDIR%%/qmlviewer_en.qm
%%QT_L10NDIR%%/qmlviewer_es.qm
%%QT_L10NDIR%%/qmlviewer_fi.qm
%%QT_L10NDIR%%/qmlviewer_fr.qm
%%QT_L10NDIR%%/qmlviewer_he.qm
%%QT_L10NDIR%%/qmlviewer_hu.qm
%%QT_L10NDIR%%/qmlviewer_ja.qm
%%QT_L10NDIR%%/qmlviewer_ko.qm
%%QT_L10NDIR%%/qmlviewer_pl.qm
%%QT_L10NDIR%%/qmlviewer_ru.qm
%%QT_L10NDIR%%/qmlviewer_sk.qm
%%QT_L10NDIR%%/qmlviewer_uk.qm
%%QT_L10NDIR%%/qt_ar.qm
%%QT_L10NDIR%%/qt_bg.qm
%%QT_L10NDIR%%/qt_ca.qm
%%QT_L10NDIR%%/qt_cs.qm
%%QT_L10NDIR%%/qt_da.qm
%%QT_L10NDIR%%/qt_de.qm
%%QT_L10NDIR%%/qt_en.qm
%%QT_L10NDIR%%/qt_es.qm
%%QT_L10NDIR%%/qt_fa.qm
%%QT_L10NDIR%%/qt_fi.qm
%%QT_L10NDIR%%/qt_fr.qm
%%QT_L10NDIR%%/qt_gl.qm
%%QT_L10NDIR%%/qt_he.qm
%%QT_L10NDIR%%/qt_help_bg.qm
%%QT_L10NDIR%%/qt_help_cs.qm
%%QT_L10NDIR%%/qt_help_da.qm
%%QT_L10NDIR%%/qt_help_de.qm
%%QT_L10NDIR%%/qt_help_en.qm
%%QT_L10NDIR%%/qt_help_es.qm
%%QT_L10NDIR%%/qt_help_fr.qm
%%QT_L10NDIR%%/qt_help_gl.qm
%%QT_L10NDIR%%/qt_help_hu.qm
%%QT_L10NDIR%%/qt_help_it.qm
%%QT_L10NDIR%%/qt_help_ja.qm
%%QT_L10NDIR%%/qt_help_ko.qm
%%QT_L10NDIR%%/qt_help_pl.qm
%%QT_L10NDIR%%/qt_help_ru.qm
%%QT_L10NDIR%%/qt_help_sk.qm
%%QT_L10NDIR%%/qt_help_sl.qm
%%QT_L10NDIR%%/qt_help_uk.qm
%%QT_L10NDIR%%/qt_help_zh_CN.qm
%%QT_L10NDIR%%/qt_help_zh_TW.qm
%%QT_L10NDIR%%/qt_hu.qm
%%QT_L10NDIR%%/qt_it.qm
%%QT_L10NDIR%%/qt_ja.qm
%%QT_L10NDIR%%/qt_ko.qm
%%QT_L10NDIR%%/qt_lt.qm
%%QT_L10NDIR%%/qt_pl.qm
%%QT_L10NDIR%%/qt_pt.qm
%%QT_L10NDIR%%/qt_ru.qm
%%QT_L10NDIR%%/qt_sk.qm
%%QT_L10NDIR%%/qt_sl.qm
%%QT_L10NDIR%%/qt_sv.qm
%%QT_L10NDIR%%/qt_uk.qm
%%QT_L10NDIR%%/qt_zh_CN.qm
%%QT_L10NDIR%%/qt_zh_TW.qm
%%QT_L10NDIR%%/qtbase_bg.qm
%%QT_L10NDIR%%/qtbase_ca.qm
%%QT_L10NDIR%%/qtbase_cs.qm
%%QT_L10NDIR%%/qtbase_da.qm
%%QT_L10NDIR%%/qtbase_de.qm
%%QT_L10NDIR%%/qtbase_en.qm
%%QT_L10NDIR%%/qtbase_es.qm
%%QT_L10NDIR%%/qtbase_fi.qm
%%QT_L10NDIR%%/qtbase_fr.qm
%%QT_L10NDIR%%/qtbase_gd.qm
%%QT_L10NDIR%%/qtbase_he.qm
%%QT_L10NDIR%%/qtbase_hu.qm
%%QT_L10NDIR%%/qtbase_it.qm
%%QT_L10NDIR%%/qtbase_ja.qm
%%QT_L10NDIR%%/qtbase_ko.qm
%%QT_L10NDIR%%/qtbase_lv.qm
%%QT_L10NDIR%%/qtbase_pl.qm
%%QT_L10NDIR%%/qtbase_ru.qm
%%QT_L10NDIR%%/qtbase_sk.qm
%%QT_L10NDIR%%/qtbase_uk.qm
%%QT_L10NDIR%%/qtconfig_hu.qm
%%QT_L10NDIR%%/qtconfig_ja.qm
%%QT_L10NDIR%%/qtconfig_ko.qm
%%QT_L10NDIR%%/qtconfig_pl.qm
%%QT_L10NDIR%%/qtconfig_ru.qm
%%QT_L10NDIR%%/qtconfig_sk.qm
%%QT_L10NDIR%%/qtconfig_sl.qm
%%QT_L10NDIR%%/qtconfig_uk.qm
%%QT_L10NDIR%%/qtconfig_zh_CN.qm
%%QT_L10NDIR%%/qtconfig_zh_TW.qm
%%QT_L10NDIR%%/qtconnectivity_bg.qm
%%QT_L10NDIR%%/qtconnectivity_da.qm
%%QT_L10NDIR%%/qtconnectivity_de.qm
%%QT_L10NDIR%%/qtconnectivity_en.qm
%%QT_L10NDIR%%/qtconnectivity_es.qm
%%QT_L10NDIR%%/qtconnectivity_ko.qm
%%QT_L10NDIR%%/qtconnectivity_pl.qm
%%QT_L10NDIR%%/qtconnectivity_ru.qm
%%QT_L10NDIR%%/qtconnectivity_uk.qm
%%QT_L10NDIR%%/qtdeclarative_bg.qm
%%QT_L10NDIR%%/qtdeclarative_da.qm
%%QT_L10NDIR%%/qtdeclarative_de.qm
%%QT_L10NDIR%%/qtdeclarative_en.qm
%%QT_L10NDIR%%/qtdeclarative_es.qm
%%QT_L10NDIR%%/qtdeclarative_fi.qm
%%QT_L10NDIR%%/qtdeclarative_fr.qm
%%QT_L10NDIR%%/qtdeclarative_ja.qm
%%QT_L10NDIR%%/qtdeclarative_ko.qm
%%QT_L10NDIR%%/qtdeclarative_lv.qm
%%QT_L10NDIR%%/qtdeclarative_pl.qm
%%QT_L10NDIR%%/qtdeclarative_ru.qm
%%QT_L10NDIR%%/qtdeclarative_sk.qm
%%QT_L10NDIR%%/qtdeclarative_uk.qm
%%QT_L10NDIR%%/qtlocation_bg.qm
%%QT_L10NDIR%%/qtlocation_da.qm
%%QT_L10NDIR%%/qtlocation_de.qm
%%QT_L10NDIR%%/qtlocation_en.qm
%%QT_L10NDIR%%/qtlocation_es.qm
%%QT_L10NDIR%%/qtlocation_fr.qm
%%QT_L10NDIR%%/qtlocation_ko.qm
%%QT_L10NDIR%%/qtlocation_pl.qm
%%QT_L10NDIR%%/qtlocation_ru.qm
%%QT_L10NDIR%%/qtlocation_uk.qm
%%QT_L10NDIR%%/qtmultimedia_bg.qm
%%QT_L10NDIR%%/qtmultimedia_ca.qm
%%QT_L10NDIR%%/qtmultimedia_cs.qm
%%QT_L10NDIR%%/qtmultimedia_da.qm
%%QT_L10NDIR%%/qtmultimedia_de.qm
%%QT_L10NDIR%%/qtmultimedia_en.qm
%%QT_L10NDIR%%/qtmultimedia_es.qm
%%QT_L10NDIR%%/qtmultimedia_fi.qm
%%QT_L10NDIR%%/qtmultimedia_fr.qm
%%QT_L10NDIR%%/qtmultimedia_hu.qm
%%QT_L10NDIR%%/qtmultimedia_it.qm
%%QT_L10NDIR%%/qtmultimedia_ja.qm
%%QT_L10NDIR%%/qtmultimedia_ko.qm
%%QT_L10NDIR%%/qtmultimedia_pl.qm
%%QT_L10NDIR%%/qtmultimedia_ru.qm
%%QT_L10NDIR%%/qtmultimedia_sk.qm
%%QT_L10NDIR%%/qtmultimedia_uk.qm
%%QT_L10NDIR%%/qtquick1_bg.qm
%%QT_L10NDIR%%/qtquick1_ca.qm
%%QT_L10NDIR%%/qtquick1_cs.qm
%%QT_L10NDIR%%/qtquick1_da.qm
%%QT_L10NDIR%%/qtquick1_de.qm
%%QT_L10NDIR%%/qtquick1_en.qm
%%QT_L10NDIR%%/qtquick1_es.qm
%%QT_L10NDIR%%/qtquick1_fi.qm
%%QT_L10NDIR%%/qtquick1_fr.qm
%%QT_L10NDIR%%/qtquick1_he.qm
%%QT_L10NDIR%%/qtquick1_hu.qm
%%QT_L10NDIR%%/qtquick1_it.qm
%%QT_L10NDIR%%/qtquick1_ja.qm
%%QT_L10NDIR%%/qtquick1_ko.qm
%%QT_L10NDIR%%/qtquick1_pl.qm
%%QT_L10NDIR%%/qtquick1_ru.qm
%%QT_L10NDIR%%/qtquick1_sk.qm
%%QT_L10NDIR%%/qtquick1_uk.qm
%%QT_L10NDIR%%/qtquickcontrols2_bg.qm
%%QT_L10NDIR%%/qtquickcontrols2_en.qm
%%QT_L10NDIR%%/qtquickcontrols2_ko.qm
%%QT_L10NDIR%%/qtquickcontrols2_uk.qm
%%QT_L10NDIR%%/qtquickcontrols_bg.qm
%%QT_L10NDIR%%/qtquickcontrols_de.qm
%%QT_L10NDIR%%/qtquickcontrols_en.qm
%%QT_L10NDIR%%/qtquickcontrols_fi.qm
%%QT_L10NDIR%%/qtquickcontrols_fr.qm
%%QT_L10NDIR%%/qtquickcontrols_ja.qm
%%QT_L10NDIR%%/qtquickcontrols_ru.qm
%%QT_L10NDIR%%/qtquickcontrols_uk.qm
%%QT_L10NDIR%%/qtscript_bg.qm
%%QT_L10NDIR%%/qtscript_ca.qm
%%QT_L10NDIR%%/qtscript_cs.qm
%%QT_L10NDIR%%/qtscript_da.qm
%%QT_L10NDIR%%/qtscript_de.qm
%%QT_L10NDIR%%/qtscript_en.qm
%%QT_L10NDIR%%/qtscript_es.qm
%%QT_L10NDIR%%/qtscript_fi.qm
%%QT_L10NDIR%%/qtscript_fr.qm
%%QT_L10NDIR%%/qtscript_he.qm
%%QT_L10NDIR%%/qtscript_hu.qm
%%QT_L10NDIR%%/qtscript_it.qm
%%QT_L10NDIR%%/qtscript_ja.qm
%%QT_L10NDIR%%/qtscript_ko.qm
%%QT_L10NDIR%%/qtscript_lv.qm
%%QT_L10NDIR%%/qtscript_pl.qm
%%QT_L10NDIR%%/qtscript_ru.qm
%%QT_L10NDIR%%/qtscript_sk.qm
%%QT_L10NDIR%%/qtscript_uk.qm
%%QT_L10NDIR%%/qtserialport_de.qm
%%QT_L10NDIR%%/qtserialport_en.qm
%%QT_L10NDIR%%/qtserialport_es.qm
%%QT_L10NDIR%%/qtserialport_ja.qm
%%QT_L10NDIR%%/qtserialport_ko.qm
%%QT_L10NDIR%%/qtserialport_pl.qm
%%QT_L10NDIR%%/qtserialport_ru.qm
%%QT_L10NDIR%%/qtserialport_uk.qm
%%QT_L10NDIR%%/qtwebengine_de.qm
%%QT_L10NDIR%%/qtwebengine_en.qm
%%QT_L10NDIR%%/qtwebengine_es.qm
%%QT_L10NDIR%%/qtwebengine_ko.qm
%%QT_L10NDIR%%/qtwebengine_pl.qm
%%QT_L10NDIR%%/qtwebengine_ru.qm
%%QT_L10NDIR%%/qtwebengine_uk.qm
%%QT_L10NDIR%%/qtwebsockets_de.qm
%%QT_L10NDIR%%/qtwebsockets_en.qm
%%QT_L10NDIR%%/qtwebsockets_es.qm
%%QT_L10NDIR%%/qtwebsockets_fr.qm
%%QT_L10NDIR%%/qtwebsockets_ja.qm
%%QT_L10NDIR%%/qtwebsockets_ko.qm
%%QT_L10NDIR%%/qtwebsockets_pl.qm
%%QT_L10NDIR%%/qtwebsockets_ru.qm
%%QT_L10NDIR%%/qtwebsockets_uk.qm
%%QT_L10NDIR%%/qtxmlpatterns_bg.qm
%%QT_L10NDIR%%/qtxmlpatterns_ca.qm
%%QT_L10NDIR%%/qtxmlpatterns_cs.qm
%%QT_L10NDIR%%/qtxmlpatterns_da.qm
%%QT_L10NDIR%%/qtxmlpatterns_de.qm
%%QT_L10NDIR%%/qtxmlpatterns_en.qm
%%QT_L10NDIR%%/qtxmlpatterns_es.qm
%%QT_L10NDIR%%/qtxmlpatterns_fr.qm
%%QT_L10NDIR%%/qtxmlpatterns_hu.qm
%%QT_L10NDIR%%/qtxmlpatterns_it.qm
%%QT_L10NDIR%%/qtxmlpatterns_ja.qm
%%QT_L10NDIR%%/qtxmlpatterns_ko.qm
%%QT_L10NDIR%%/qtxmlpatterns_pl.qm
%%QT_L10NDIR%%/qtxmlpatterns_ru.qm
%%QT_L10NDIR%%/qtxmlpatterns_sk.qm
%%QT_L10NDIR%%/qtxmlpatterns_uk.qm