https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242905
--- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Sat Jan 25 20:19:45 UTC 2020 New revision: 524129 URL: https://svnweb.freebsd.org/changeset/ports/524129 Log: 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: grarp...@gmail.com Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D22991 Changes: head/Mk/Uses/qt-dist.mk head/comms/qt5-serialbus/Makefile head/devel/qt5-assistant/Makefile head/devel/qt5-buildtools/Makefile head/devel/qt5-core/Makefile head/devel/qt5-dbus/Makefile head/devel/qt5-designer/Makefile head/devel/qt5-help/Makefile head/devel/qt5-linguist/Makefile head/devel/qt5-linguisttools/Makefile head/devel/qt5-qdbus/Makefile head/devel/qt5-qdbusviewer/Makefile head/devel/qt5-qdoc/Makefile head/devel/qt5-qmake/Makefile head/devel/qt5-remoteobjects/Makefile head/devel/qt5-scxml/Makefile head/graphics/qt5-3d/Makefile head/graphics/qt5-pixeltool/Makefile head/graphics/qt5-wayland/Makefile head/misc/qtchooser/Makefile head/misc/qtchooser/files/patch-Makefile head/misc/qtchooser/files/update-qtchooser-wrapper.in head/misc/qtchooser/pkg-plist head/sysutils/qt5-qtdiag/Makefile head/sysutils/qt5-qtpaths/Makefile head/sysutils/qt5-qtplugininfo/Makefile head/textproc/qt5-xmlpatterns/Makefile head/www/qt5-webengine/Makefile head/x11/qt5-qev/Makefile head/x11-toolkits/qt5-declarative/Makefile head/x11-toolkits/qt5-gui/Makefile head/x11-toolkits/qt5-widgets/Makefile -- You are receiving this mail because: You are the assignee for the bug.