Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2021-07-04
Affects: users of misc/qtchooser Author: kde@FreeBSD.org Reason:
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in:
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
|
Port Moves |
- port deleted on 2021-07-04
REASON: No longer supported upstream
|
Number of commits found: 14
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
66_4 04 Jul 2021 16:55:16 |
Loïc Bartoletti (lbartoletti) |
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5. |
66_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
66_4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
66_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
66_4 13 Sep 2020 04:01:28 |
danfe |
Ports Collection no longer offers Qt4 support, make the wording Qt version-
agnostic so it won't become inaccurate with every Qt(n+1) vs. Qt(n) cadence. |
66_3 19 Jul 2020 21:37:57 |
adridg |
Massage misc/qtchooser
- 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 |
66_2 13 Apr 2020 12:35:59 |
tcberner |
Update Qt5 to 5.14.2
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 |
66_2 14 Mar 2020 21:13:53 |
tcberner |
misc/qtchooser: remove verbosity of update script |
66_1 25 Jan 2020 20:19:39 |
tcberner |
misc/qtchooser: do not create unnecessary wrappers
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 |
66 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
66 08 Oct 2018 18:26:07 |
tcberner |
misc/qtchooser: update to 66. |
39 17 Feb 2018 17:51:11 |
sunpoet |
Mark CONFLICTS_INSTALL with rubygem-github-linguist, rubygem-github-linguist47
and rubygem-gitlab-linguist |
39 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
39 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* 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 |
Number of commits found: 14
|