Java-GNOME is a set of Java bindings for GNOME and GTK libraries, so GNOME applications can be written in Java. It is implemented as a JNI layer that delegates the Java calls out to the underlying C library. -- Java-GNOME README WWW: http://java-gnome.sourceforge.net/ 11-11T16:58:20+00:00 9808414e6dc1f972db6b73fb357ff30638e9dec6 While here, also add a PLIST_SUB for the .so-version, and fix up the workaround for inplace updates, to use CONFIGURE_WRKSRC instead of WRKSRC, as we are using qmake:outsource (see r422785). Approved by: rakuco (mentor)
While here, also add a PLIST_SUB for the .so-version, and fix up the
workaround for inplace updates, to use CONFIGURE_WRKSRC instead of
WRKSRC, as we are using qmake:outsource (see r422785).

Approved by:	rakuco (mentor)
Update the Qt5 ports to 5.6.1. 2016-09-17T09:46:54+00:00 rakuco rakuco@FreeBSD.org 2016-09-17T09:46:54+00:00 7fdf0da385d7c6b2b7639653af91bc8fc409f713 This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.

General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
  being used. According to the discussion here:
  https://codereview.qt-project.org/#/c/154800/
  The Qt project is not opposed to LibreSSL, but does not want to mix
  support for it into the OpenSSL backend code, especially as they move
  towards supporting OpenSSL 1.1.
  People interested in LibreSSL support are welcome to submit a separate
  backend upstream, but are expected to maintain it. We (kde@) are not
  opposed to carrying some patches authored by others in the future, as long
  as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
  default (this is an upstream change). You can add "CONFIG -= c++11" to
  your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
  separately as a community release tarball. kde@ does not have an ETA for a
  qt5-webengine port, as it requires a huge effort (and number of patches)
  similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
  release is 5.5.1.

Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
  FreeBSD, replacing the outdated freebsd-g++ one that was moved to
  unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
  still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
  mkspecs. Instead of running the `configure' script, which requires a
  compiler and adjustments to the mkspecs files and also ends up building a
  new qmake binary, we now leverage USES=qmake to generate all the Makefiles
  from the top-level qt.pro. Getting this to work requires some tricks,
  though, and qt.conf.in has a longer explanation of what's being done.
  Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2

Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.

PR:		211916
Update devel/qbs to 1.6.0 and devel/qtcreator to 4.1.0 2016-09-13T20:54:45+00:00 tcberner tcberner@FreeBSD.org 2016-09-13T20:54:45+00:00 01e79546fd22f71cc1e360d0695c3743fe7371c7 Summary: * Update devel/qbs to 1.6.0 * Update devel/qtcreator to 4.1.0 * Add the QMAKE_LIBDIR_FLAGS hack we use in bsd.qt.mk for the Qt-ports. This should hopefully make it possible to upgrade qbs & qtcreator without deinstalling them first. * As there is a qtcreator plugin linking against libqbscore.so, change the RUN_- and BUILD_DEPENDS into a LIB_DEPENDS. Test Plan: Tested in poudriere: 9.3 (32&64), 10.3 (32&64), 12 (64) Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7884
Summary:
        * Update devel/qbs to 1.6.0
        * Update devel/qtcreator to 4.1.0
        * Add the QMAKE_LIBDIR_FLAGS hack we use in bsd.qt.mk for the Qt-ports.
          This should hopefully make it possible to upgrade qbs & qtcreator
          without deinstalling them first.
        * As there is a qtcreator plugin linking against libqbscore.so, change
          the RUN_- and BUILD_DEPENDS into a LIB_DEPENDS.

Test Plan:      Tested in poudriere: 9.3 (32&64), 10.3 (32&64), 12 (64)

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7884
Update to 1.5.2. 2016-07-10T16:54:32+00:00 rakuco rakuco@FreeBSD.org 2016-07-10T16:54:32+00:00 cb7f41dee0aef16c62570f11a342c72ceb848d6e PR: 210899 Submitted by: Ralf Nolden <nolden@kde.org>
PR:		210899
Submitted by:	Ralf Nolden <nolden@kde.org>
Declare missing dependencies to pass `make stage-qa'. 2016-07-10T16:52:09+00:00 rakuco rakuco@FreeBSD.org 2016-07-10T16:52:09+00:00 287546cc630022fc481378da0dc1313623b372cb Error: /usr/local/bin/qbs is linked to /usr/local/lib/libQt5Core.so.5 from devel/qt5-core but it is not declared as a dependency Warning: you need USE_QT5+=core Error: /usr/local/bin/qbs-config-ui is linked to /usr/local/lib/.mesa/libGL.so from graphics/libGL but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libqbscore.so.1.5.2 is linked to /usr/local/lib/libQt5Network.so.5 from net/qt5-network but it is not declared as a dependency Warning: you need USE_QT5+=network MFH: 2016Q3
Error: /usr/local/bin/qbs is linked to /usr/local/lib/libQt5Core.so.5 from devel/qt5-core but it is not declared as a dependency
Warning: you need USE_QT5+=core
Error: /usr/local/bin/qbs-config-ui is linked to /usr/local/lib/.mesa/libGL.so from graphics/libGL but it is not declared as a dependency
Warning: you need USE_GL+=gl
Error: /usr/local/lib/libqbscore.so.1.5.2 is linked to /usr/local/lib/libQt5Network.so.5 from net/qt5-network but it is not declared as a dependency
Warning: you need USE_QT5+=network

MFH:		2016Q3
devel/qbs: 1.5.0 -> 1.5.1 2016-06-10T05:30:58+00:00 pi pi@FreeBSD.org 2016-06-10T05:30:58+00:00 97b248d621770dc77d7e83d9fdade15e30359a06 Changes: https://blog.qt.io/blog/2016/06/08/qt-creator-4-0-1-released/ - Allows compiling with GCC 6 PR: 210173 Submitted by: Ralf Nolden <nolden@kde.org> (kde)
Changes: https://blog.qt.io/blog/2016/06/08/qt-creator-4-0-1-released/
- Allows compiling with GCC 6

PR:		210173
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
devel/qbs: 1.4.5 -> 1.5.0 2016-06-04T12:10:13+00:00 pi pi@FreeBSD.org 2016-06-04T12:10:13+00:00 d6f3cef47a314fa917cf01220eb7dfaf13979e9f As part of the Qt Creator 4.0.0 release, QBS is also updated to version 1.5.0. This release contains the QBS documentation for importing into Qt Creator's help viewer by adding the qbs.qch file from LOCALBASE/share/doc/qbs to the help configuraton. Also included are the HTML docs to qbs. PR: 209974 Submitted by: Ralf Nolden <nolden@kde.org> (kde) Reviewed by: Tobias C.Berner <tcberner@gmail.com> (kde)
As part of the Qt Creator 4.0.0 release, QBS is also updated to
version 1.5.0.

This release contains the QBS documentation for importing into Qt
Creator's help viewer by adding the qbs.qch file from
LOCALBASE/share/doc/qbs to the help configuraton. Also included are
the HTML docs to qbs.

PR:		209974
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
Reviewed by:	Tobias C.Berner <tcberner@gmail.com> (kde)
New port: devel/qbs 2016-05-24T19:43:59+00:00 pi pi@FreeBSD.org 2016-05-24T19:43:59+00:00 77eb61ad2639cdda869b91dd8206ab7232b181a8 QBS (Qt Build Suite) is a cross-platform build environment) tailored to the needs of Qt developers. It is part of the Qt Project. WWW: https://wiki.qt.io/Qt_Build_Suite Submitted by: Ralf Nolden <nolden@kde.org> (kde)
QBS (Qt Build Suite) is a cross-platform build environment)
tailored to the needs of Qt developers. It is part of the
Qt Project.

WWW: https://wiki.qt.io/Qt_Build_Suite

Submitted by:	Ralf Nolden <nolden@kde.org> (kde)