non port: databases/qt5-sql/Makefile |
SVNWeb
|
Number of commits found XX: 14 |
Sat, 21 Nov 2020
|
[ 18:18 tcberner ] 
556007 comms/qt5-connectivity/Makefile
556007 comms/qt5-sensors/Makefile
556007 comms/qt5-serialbus/Makefile
556007 comms/qt5-serialport/Makefile
556007 databases/qt5-sql/Makefile
556007 devel/qt5-buildtools/Makefile
556007 devel/qt5-concurrent/Makefile
556007 devel/qt5-dbus/Makefile
556007 devel/qt5-designer/Makefile
556007 devel/qt5-help/Makefile
(Only the first 10 of 44 ports in this commit are shown above. )
Only define USE_LDCONFIG in devel/qt5-core
All the qt5-ports share the same library directory. devel/qt5-core is dependet
on
by all others.
So there is no need to add identical entries to libdata/ldconfig, and restart
the
ldconfig service on every pkg change of those ports.
Reported by: bapt
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D27224
|
Fri, 8 Nov 2019
|
[ 16:59 tcberner ] 
517080 Mk/Uses/qt-dist.mk
517080 Mk/Uses/qt.mk
517080 cad/qcad/Makefile
517080 comms/qt5-connectivity/Makefile
517080 comms/qt5-sensors/Makefile
517080 comms/qt5-serialbus/Makefile
517080 comms/qt5-serialport/Makefile
517080 databases/qt5-sql/Makefile
517080 devel/qt5-assistant/Makefile
517080 devel/qt5-buildtools/Makefile
(Only the first 10 of 88 ports in this commit are shown above. )
Update Qt5 to 5.13.2
Announcement:
https://www.qt.io/blog/qt-5.13.2-released
Thanks to kai@ for updating webengine.
PR: 241649
Exp-run by: antoine
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 12 Feb 2019
|
[ 17:43 tcberner ] 
492793 Mk/Uses/qt-dist.mk
492793 Mk/Uses/qt.mk
492793 accessibility/qt5-speech/Makefile
492793 comms/qt5-connectivity/Makefile
492793 comms/qt5-sensors/Makefile
492793 comms/qt5-serialbus/Makefile
492793 comms/qt5-serialport/Makefile
492793 databases/qt5-sql/Makefile
492793 databases/qt5-sqldrivers-ibase/Makefile
492793 databases/qt5-sqldrivers-mysql/Makefile
(Only the first 10 of 102 ports in this commit are shown above. )
Update Qt5 to 5.12.1
Release announcement:
https://blog.qt.io/blog/2019/02/01/qt-5-12-1-released/
Changelog:
https://wiki.qt.io/Qt_5.12.1_Change_Files
- A change was required to qt-dist.mk to always pass LOCALBASE to qmake,
as Qt5 has been installed to a prefix for some time now, there should
not be any harm in that, with respect to it picking up installed versions
of itself during build.
PR: 235622
Exp-run by: antoine
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 14 Oct 2018
|
[ 08:01 tcberner ] 
482034 Mk/Uses/qt-dist.mk
482034 accessibility/qt5-speech/Makefile
482034 comms/qt5-sensors/Makefile
482034 comms/qt5-serialport/Makefile
482034 databases/qt5-sql/Makefile
482034 devel/qt5-assistant/Makefile
482034 devel/qt5-buildtools/Makefile
482034 devel/qt5-concurrent/Makefile
482034 devel/qt5-core/Makefile
482034 devel/qt5-dbus/Makefile
(Only the first 10 of 41 ports in this commit are shown above. )
qt5: Fix build on GCC based architectures.
PR: 231584
PR: 231677
PR: 231685
PR: 231830
PR: 231955
PR: 231905
PR: 231892
PR: 231684
PR: 231958
PR: 231960
PR: 231818
PR: 231542
PR: 231860 (Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Fri, 18 May 2018
|
[ 12:27 rakuco ] 
470288 Mk/bsd.qt.mk
470288 accessibility/qt5-speech/Makefile
470288 accessibility/qt5-speech/pkg-plist
470288 comms/qt5-connectivity/Makefile
470288 comms/qt5-connectivity/pkg-plist
470288 comms/qt5-sensors/Makefile
470288 comms/qt5-serialbus/Makefile
470288 comms/qt5-serialport/Makefile
470288 comms/qt5-serialport/pkg-plist
470288 databases/qt5-sql/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
Update the Qt5 ports to 5.10.1.
The work was done by tcberner and myself, with thanks to antoine for the
exp-run.
Not a lot to report compared to other Qt5 updates:
* net/qt5-network is still broken with LibreSSL. I said this in a commit
message ages ago but it bears repeating: upstream is open to adding support
for LibreSSL, but someone needs to step up to maintain it upstream, otherwise
things will continue to be broken all the time.
* www/qt5-webengine is a huge monster that is terrible to update, just like
www/chromium itself is. We (kde@) have decided to keep using the 5.9 series
for the time being, as it should be compatible with the rest of Qt anyway. It
was updated to 5.9.5, the latest 5.9 release at the time of writing.
PR: 228213
|
Thu, 29 Mar 2018
|
[ 19:03 tcberner ] 
465911 Mk/bsd.qt.mk
465911 accessibility/qt5-speech/Makefile
465911 comms/qt5-connectivity/Makefile
465911 comms/qt5-sensors/Makefile
465911 comms/qt5-serialbus/Makefile
465911 comms/qt5-serialport/Makefile
465911 databases/qt5-sql/Makefile
465911 devel/qt5-assistant/Makefile
465911 devel/qt5-buildtools/Makefile
465911 devel/qt5-concurrent/Makefile
(Only the first 10 of 63 ports in this commit are shown above. )
Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
--no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.
Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)
PR: 227027
Reported by: grarpamp@gmail.com
|
Sat, 6 Jan 2018
|
[ 21:30 rakuco ] 
458293 CHANGES
458293 MOVED
458293 Mk/Uses/qmake.mk
458293 Mk/bsd.qt.mk
458293 accessibility/Makefile
458293 accessibility/qt5-speech
458293 accessibility/qt5-speech/Makefile
458293 accessibility/qt5-speech/pkg-plist
458293 biology/ugene/files/patch-src_plugins__3rdparty_phylip_src_phylip.h
458293 cad/qelectrotech/Makefile
(Only the first 10 of 558 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 Nov 2014
|
[ 09:39 rakuco ] 
372179 MOVED
372179 Mk/Uses/qmake.mk
372179 Mk/bsd.qt.mk
372179 comms/qt5-serialport
372179 comms/qt5-serialport/Makefile
372179 comms/qt5-serialport/pkg-plist
372179 databases/qt5-sql/Makefile
372179 databases/qt5-sqldrivers-odbc/Makefile
372179 databases/qt5-sqldrivers-sqlite2/Makefile
372179 databases/qt5-sqldrivers-sqlite3/Makefile
(Only the first 10 of 106 ports in this commit are shown above. )
Update Qt5 ports to 5.3.2.
Proudly presented by the KDE on FreeBSD team, with several guest stars.
This update took way longer than initially expected due to us previously
accumulating assumptions and changes to Qt's build system that finally bit
us back with the 5.3 release series, so we had to do a fair amount of
cleanup.
New ports:
- comms/qt5-serialport: Qt functions to access serial ports, originally
based on work by Fernando Apesteguia. [1]
- devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of
devel/qt4-qdoc3. Originally worked on by Tobias Berner.
It had already been half-split from devel/qt5-buildtools, (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Jul 2014
|
[ 11:09 tijl ] 
362251 Mk/bsd.qt.mk
362251 databases/qt4-sql/Makefile
362251 databases/qt4-sql/pkg-plist
362251 databases/qt5-sql/Makefile
362251 databases/qt5-sql/pkg-plist
362251 devel/dbus-qt4/Makefile
362251 devel/dbus-qt4/pkg-plist
362251 devel/dbus-qt5/Makefile
362251 devel/dbus-qt5/pkg-plist
362251 devel/gnome-vfs/files/patch-ac
(Only the first 10 of 93 ports in this commit are shown above. )
Remove libtool .la files from all Qt ports
Approvedy by: kde (makc)
|
Mon, 3 Mar 2014
|
[ 16:50 makc ] 
346930 CHANGES
346930 Mk/bsd.port.mk
346930 Mk/bsd.qt.mk
346930 databases/Makefile
346930 databases/qt5-sql
346930 databases/qt5-sql/Makefile
346930 databases/qt5-sql/pkg-message
346930 databases/qt5-sql/pkg-plist
346930 databases/qt5-sqldrivers-ibase
346930 databases/qt5-sqldrivers-ibase/Makefile
(Only the first 10 of 167 ports in this commit are shown above. )
KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
|
Number of commits found XX: 14 |
|
Latest Vulnerabilities |
12 vulnerabilities affecting 81 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-23 18:22:23
|
|