2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message: revbump for icu and libffi |
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message: x11: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz |
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message: x11: Remove SHA1 hashes for distfiles |
2021-09-29 21:28:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: qt5-qtbase: Fix building for Darwin 21 |
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message: revbump for boost-libs |
2021-07-21 17:31:29 by Tobias Nygren | Files touched by this commit (1) |
Log message: qt5-qtbase: fix build on Darwin. No need for -lexecinfo. |
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. |