freebsd-ports/misc/qt4-l10n/pkg-plist
Raphael Kubo da Costa 39ced03cc1 Update the Qt4 ports to 4.8.7.
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>

Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
  original patch is part of the release (curiously enough, the original
  patch was never actually used, as the ?= assignment in r362837 after
  r362770 was never possible).

  This works around the way compiler support for C++11 features is detected
  in Qt 4.8.7: while it originally only uses the compiler to determine if
  something is supported or not, the initializer lists feature also depends
  on the C++ standard library being used. It's a problem in FreeBSD 9.x,
  where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use
  clang to build a port but use libstdc++ from base (GCC 4.2). The latter
  obviously does not support initializer lists, and the build fails because
  Qt tries to include headers that do not exist (<initializer_list>).

  Since detecting libstdc++'s version is not trivial (we need to include a
  non-lightweight header like cstdio and then check for __GLIBCXX__), we
  just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used
  (there should be no reason for someone to be using clang with GCC 4.8's
  libstdc++, for example).

  x11/kdelibs4's FindQt4.cmake had to include a backported change from the
  upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect
  flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h
  makes the build fail.

This patch contains changes by me, makc@ and alonso@.

PR:             202552 [1]
PR:             202808 [exp-run]
Submitted by:	pawel@ [1]
2015-09-16 08:55:04 +00:00

100 lines
2.8 KiB
Text

%%QT_L10NDIR%%/assistant_cs.qm
%%QT_L10NDIR%%/assistant_da.qm
%%QT_L10NDIR%%/assistant_de.qm
%%QT_L10NDIR%%/assistant_eu.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_sl.qm
%%QT_L10NDIR%%/assistant_uk.qm
%%QT_L10NDIR%%/assistant_zh_CN.qm
%%QT_L10NDIR%%/assistant_zh_TW.qm
%%QT_L10NDIR%%/designer_cs.qm
%%QT_L10NDIR%%/designer_de.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_sl.qm
%%QT_L10NDIR%%/designer_uk.qm
%%QT_L10NDIR%%/designer_zh_CN.qm
%%QT_L10NDIR%%/designer_zh_TW.qm
%%QT_L10NDIR%%/linguist_cs.qm
%%QT_L10NDIR%%/linguist_de.qm
%%QT_L10NDIR%%/linguist_eu.qm
%%QT_L10NDIR%%/linguist_fr.qm
%%QT_L10NDIR%%/linguist_he.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_sl.qm
%%QT_L10NDIR%%/linguist_uk.qm
%%QT_L10NDIR%%/linguist_zh_CN.qm
%%QT_L10NDIR%%/linguist_zh_TW.qm
%%QT_L10NDIR%%/qt_ar.qm
%%QT_L10NDIR%%/qt_cs.qm
%%QT_L10NDIR%%/qt_da.qm
%%QT_L10NDIR%%/qt_de.qm
%%QT_L10NDIR%%/qt_es.qm
%%QT_L10NDIR%%/qt_eu.qm
%%QT_L10NDIR%%/qt_fa.qm
%%QT_L10NDIR%%/qt_fr.qm
%%QT_L10NDIR%%/qt_gl.qm
%%QT_L10NDIR%%/qt_he.qm
%%QT_L10NDIR%%/qt_help_cs.qm
%%QT_L10NDIR%%/qt_help_da.qm
%%QT_L10NDIR%%/qt_help_de.qm
%%QT_L10NDIR%%/qt_help_eu.qm
%%QT_L10NDIR%%/qt_help_fr.qm
%%QT_L10NDIR%%/qt_help_gl.qm
%%QT_L10NDIR%%/qt_help_hu.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_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_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%%/qtconfig_eu.qm
%%QT_L10NDIR%%/qtconfig_he.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_sl.qm
%%QT_L10NDIR%%/qtconfig_uk.qm
%%QT_L10NDIR%%/qtconfig_zh_CN.qm
%%QT_L10NDIR%%/qtconfig_zh_TW.qm
%%QT_L10NDIR%%/qtscript_eu.qm
%%QT_L10NDIR%%/qvfb_eu.qm
%%QT_L10NDIR%%/qvfb_hu.qm
%%QT_L10NDIR%%/qvfb_ja.qm
%%QT_L10NDIR%%/qvfb_ko.qm
%%QT_L10NDIR%%/qvfb_pl.qm
%%QT_L10NDIR%%/qvfb_ru.qm
%%QT_L10NDIR%%/qvfb_sl.qm
%%QT_L10NDIR%%/qvfb_uk.qm
%%QT_L10NDIR%%/qvfb_zh_CN.qm
%%QT_L10NDIR%%/qvfb_zh_TW.qm