2021-07-10 00:48:47 by Mark Davies | Files touched by this commit (6) |
Log message: qt5-qtbase: fix build with gcc-11 |
2021-07-06 21:50:10 by Olaf Seibert | Files touched by this commit (3) |
Log message: x11/qt5-qtbase: add QMAKE_STRIP to pkgsrc qmake.conf. In upstream qmake, QMAKE_STRIP is defined in places such as common/bsd/bsd.conf and common/linux.conf. The pkgsrc version of qmake.conf includes none of those. So add it there. For the special mac version, just include bsd/bsd.conf. The missing name was discovered while updating x11/XaoS. |
2021-06-21 14:44:39 by Nia Alarie | Files touched by this commit (2) |
Log message: qt5: Add BUILDLINK_FILES workarounds for cmake Fixes configuring in print/scribus-qt5. |
2021-06-18 04:21:32 by Dr. Thomas Orgis | Files touched by this commit (2) |
Log message: x11/qt5-qtbase: build fix for older gcc -march=native See https://bugreports.qt.io/browse/QTBUG-71564 . This replaces -march=core-avx2 with -mavx2 for the respective bits of the code, to avoid interaction with global -march=naitive in not freshest GCC. Otherwise, the build would fail in that setup. |
2021-05-25 11:26:32 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message: x11/qt5-qtbase: depend on libdrm explicitly if MesaLib does DRI On systems with DRI and a libdrm present in the host, it will be picked up anyway, so let's ensure that the dependency is properly handled. |
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message: *: recursive bump for perl 5.34 |
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message: revbump for boost-libs |
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message: revbump for textproc/icu |
2021-03-15 20:33:44 by Mark Davies | Files touched by this commit (1) |
Log message: qt5-qtbase: more than just linux needs QMAKE_PLATFORM set these days |
2021-03-15 20:32:21 by Mark Davies | Files touched by this commit (1) |
Log message: qt5-qtbase: allow passing additional arguments to qmake. |