aboutsummaryrefslogtreecommitdiff
path: root/misc/qtchooser
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Ports Collection no longer offers Qt4 support, make the wording Qt version-Alexey Dokuchaev2020-09-132-4/+5
| | | | | | | agnostic so it won't become inaccurate with every Qt(n+1) vs. Qt(n) cadence. Notes: svn path=/head/; revision=548448
* Massage misc/qtchooserAdriaan de Groot2020-07-192-15/+53
| | | | | | | | | | | | | | | | | | | | - expand documentation of the tool used to manage the links; while we have only Qt5 in the tree the whole thing is rather moot, it's good to tidy up before Qt6 shows up on the horizon. - update the documentation in the Makefile to reflect the current state of Uses/qt.mk I've bumped PORTREVISION because the package contents will change with the updated script, but there's no functional change at all. SVN hooks have forced me to remove svn:executable from the script file, but this doesn't change the resulting permissions on the installed executable and script. PR: 242905 Notes: svn path=/head/; revision=542599
* Update Qt5 to 5.14.2Tobias C. Berner2020-04-131-0/+0
| | | | | | | | | | | | | | Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine Notes: svn path=/head/; revision=531601
* misc/qtchooser: remove verbosity of update scriptTobias C. Berner2020-03-142-7/+1
| | | | Notes: svn path=/head/; revision=528447
* misc/qtchooser: do not create unnecessary wrappersTobias C. Berner2020-01-254-48/+85
| | | | | | | | | | | | | | | | | | | | | | | | | misc/qtchooser provides a wrapper binary bin/qtchooser, that when called with name foo, will lauch the corresponding binary from lib/qt${current_qt_version}/bin/foo. Previously qtchooser would install a list of 30-ish symlinks to itself automatically. Now we switch this around. qt-dist ports that define QT_BINARIES will now have a @postexec and @postunexec entry added to their plist to run the shell-script update-qtchooser-wrapper (installed by qtchooser). update-qtchooser-wrapper removes all symlinks to bin/qtcreator that have no corresponding binary in lib/qt*/bin, and readds links that are missing. Exp-run by: antoine PR: 242905 PR: 243443 Reported by: grarpamp@gmail.com Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D22991 Notes: svn path=/head/; revision=524129
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* misc/qtchooser: update to 66.Tobias C. Berner2018-10-084-7/+31
| | | | Notes: svn path=/head/; revision=481555
* Mark CONFLICTS_INSTALL with rubygem-github-linguist, ↵Sunpoet Po-Chuan Hsieh2018-02-171-0/+3
| | | | | | | rubygem-github-linguist47 and rubygem-gitlab-linguist Notes: svn path=/head/; revision=462177
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458755
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-185-0/+99
* Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Notes: svn path=/head/; revision=434380