Bug 266007 - x11-toolkits/qt5-gui: drop mesa-dri dependency
Summary: x11-toolkits/qt5-gui: drop mesa-dri dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jan Beich
URL:
Keywords:
Depends on: 241490
Blocks:
  Show dependency treegraph
 
Reported: 2022-08-23 22:54 UTC by Jan Beich
Modified: 2023-04-14 20:53 UTC (History)
5 users (show)

See Also:
tcberner: maintainer-feedback+
antoine: exp-run+


Attachments
v0 (apply via "git am") (1.05 KB, patch)
2022-08-23 22:54 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2022-08-23 22:54:11 UTC
Created attachment 236082 [details]
v0 (apply via "git am")

Tested via graphics/yacreader inside jail. Both Wayland and X11 work fine with the respective sockets connected with Sway/Xwayland outside of jail.

Note, devel/qt6-base doesn't depend on graphics/mesa-dri but works fine.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2022-08-25 23:03:16 UTC
Partially blocks https://github.com/RPCS3/rpcs3/issues/11721. graphics/mesa-dri doesn't support flavors, so having multiple llvm* used by FreeBSD CI increases test + self-review roundtrip.
Comment 2 Jan Beich freebsd_committer freebsd_triage 2022-11-02 18:38:12 UTC
Ping. ports 23e4dce35c4a didn't bump pinned LLVM_DEFAULT and bug 263456 standardizes on llvm13. However, the number of ports pulling llvm* newer than what mesa-dri uses grows:

$ ABI=FreeBSD:14:amd64 pkg rquery %ro llvm14 | sort
databases/postgresql11-server
databases/postgresql12-server
databases/postgresql13-server
databases/postgresql14-server
databases/postgresql15-server
devel/include-what-you-use
devel/intel-graphics-compiler
devel/opencl-clang
devel/spirv-llvm-translator
lang/crystal
lang/halide

Flavorizing ports won't help until Mk/* framework gains provides/requires support. For example, to have mesa-dri@llvm15 every consumer would have to grow @llvm15 flavor or whatever depends on mesa-dri will force-reinstall mesa-dri@llvm15 as mesa-dri@llvm13.
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2022-11-04 10:24:16 UTC
Moin moin 

I can't remember the exact reason why it was added -- I think it was for user-friendliness reasons. 

But yeah, let's drop it for now.


mfg Tobias
Comment 4 Denis Polygalov 2022-11-05 01:42:51 UTC
It was added because some users want to use qt5-gui in a scenario without Xorg stack:

https://svnweb.freebsd.org/ports?view=revision&revision=566177
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241490

for near the same reason X11 option (possibility of building qt5-gui while make.conf contain OPTIONS_UNSET+=X11) was added:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247994

BTW the X11=off still does not work correctly:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262036
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266398


It seems like all this mess caused by requests from people who want to use pdf-to-something or something-to-pdf conversion applications on a headless systems or run GUI application remotely. I think qt5-gui is essentially gui-related library and these requests to strip X11 and mesa-* dependencies from qt5-gui are... a bit unfounded but I might be wrong.
Comment 5 Jan Beich freebsd_committer freebsd_triage 2022-11-23 13:21:07 UTC
(In reply to Denis Polygalov from comment #4)
> It was added because some users want to use qt5-gui in a scenario without Xorg stack:

I can't reproduce. X11, Wayland, remote (VNC), headless (offscreen) work fine without mesa-dri.

  $ pkg install cage falkon-qtonly qterminal qt5-wayland
  $ pkg delete -f mesa-dri
  $ cage -d env -u WAYLAND_DISPLAY falkon # X11: works fine
  $ cage -d env -u WAYLAND_DISPLAY qterminal # X11: works fine
  $ cage -d env -u DISPLAY falkon # Wayland: works fine
  $ cage -d env -u DISPLAY qterminal # Wayland: works fine
  $ QT_QPA_PLATFORM=vnc falkon # works fine
  $ QT_QPA_PLATFORM=vnc qterminal # works fine
  $ QT_QPA_PLATFORM=offscreen falkon # fails in qt5-webengine
  $ QT_QPA_PLATFORM=offscreen qterminal # works fine

> want to use pdf-to-something or something-to-pdf conversion applications on a headless systems or run GUI application remotely.

deskutils/calibre calls OpenGL directly (see USE_GL=egl gl), so it wouldn't be qt5-gui fault if mesa-dri is required. However, I couldn't reproduce bug 241485 - calibre works fine without mesa-dri. libEGL prints warnings about missing swrast_dri.so but those are not critical (can be ignored).
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2022-12-05 16:53:33 UTC
ping
Comment 7 Denis Polygalov 2022-12-07 23:45:07 UTC
Just in case if I am the delay here - 
I also do not see any problems with dropping mesa-dri as runtime
dependency for qt5-gui.

BTW does anybody aware that 'portlint' is quite unhappy about qt5-gui/Makefile,
Makefiles in other qt5-* and also qt6-* ports?
I am just not sure it is worse opening new bug for this or I can ask
to fix this casually, as a part of other commit?

How to reproduce:

# pkg install portlint
# cd /usr/ports/x11-toolkits/qt5-gui
# portlint
WARN: Makefile: WWW should exist and immediately follow COMMENT.
FATAL: Makefile: extra item "BUILD_DEPENDS" placed in the LICENSE section.
FATAL: Makefile: extra item "BUILD_DEPENDS_armv6" placed in the LICENSE section.
FATAL: Makefile: extra item "BUILD_DEPENDS_armv7" placed in the LICENSE section.
FATAL: Makefile: extra item "LIB_DEPENDS" placed in the LICENSE section.
FATAL: Makefile: extra item "RUN_DEPENDS" placed in the LICENSE section.
WARN: /usr/ports/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevtouch_qevdevtouchhandler.cpp: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/x11-toolkits/qt5-gui/files/patch-src_plugins_platforms_xcb_qxcbconnection_xi2.cpp: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
5 fatal errors and 3 warnings found.

Regards,
Denis.
Comment 8 commit-hook freebsd_committer freebsd_triage 2023-04-07 19:28:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=020693c166d18f55c760793095996f470d434474

commit 020693c166d18f55c760793095996f470d434474
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-23 22:51:48 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 19:27:52 +0000

    x11-toolkits/qt5-gui: drop mesa-dri dependency (optional at runtime)

    This reverts commit 48249f104e80680f36280b54657528c9d7af120b.

    PR:             266007
    Approved by:    tcberner

 x11-toolkits/qt5-gui/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 9 Jan Beich freebsd_committer freebsd_triage 2023-04-07 19:47:41 UTC
https://github.com/rpcs3/rpcs3/commit/fb88e1c1c933 was the final nail. Personally, I use DEFAULT_VERSIONS+=gl=mesa-devel where LLVM is disabled plus dummy mesa-{dri,libs} to trick the official package repo because provides/requires is still vaporware.
Comment 10 commit-hook freebsd_committer freebsd_triage 2023-04-07 20:13:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16770c54b821fd3b610194e66abf68c24039ed7e

commit 16770c54b821fd3b610194e66abf68c24039ed7e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:12:13 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 20:13:04 +0000

    x11-toolkits/qt5-gui: restore mesa-dri dependency until exp-run

    This reverts commit 020693c166d18f55c760793095996f470d434474.

    PR:             266007

 x11-toolkits/qt5-gui/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 11 Jan Beich freebsd_committer freebsd_triage 2023-04-07 20:17:25 UTC
Many x11-toolkits/qt5-gui consumers rely on leaked lang/perl* dependency.
Comment 12 commit-hook freebsd_committer freebsd_triage 2023-04-07 20:27:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02111347bb47c1c461aa726278fdb975f5e31eef

commit 02111347bb47c1c461aa726278fdb975f5e31eef
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 20:27:25 +0000

    x11-toolkits/qt5-declarative: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQml -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-declarative/work/kde-qtdeclarative-5.15.8p21 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-declarative/work/kde-qtdeclarative-5.15.8p21 /wrkdirs/usr/ports/x11-toolkits/qt5-declarative/work/kde-qtdeclarative-5.15.8p21
    sh: perl: not found

    PR:             266007

 x11-toolkits/qt5-declarative/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 13 commit-hook freebsd_committer freebsd_triage 2023-04-07 20:27:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=574ff2a834bdd4d10bbc28153c9c4e8a6e6a7434

commit 574ff2a834bdd4d10bbc28153c9c4e8a6e6a7434
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 20:27:25 +0000

    graphics/qt5-svg: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtSvg -version 5.15.8 -outdir /wrkdirs/usr/ports/graphics/qt5-svg/work/kde-qtsvg-5.15.8p8 -builddir /wrkdirs/usr/ports/graphics/qt5-svg/work/kde-qtsvg-5.15.8p8 /wrkdirs/usr/ports/graphics/qt5-svg/work/kde-qtsvg-5.15.8p8
    sh: perl: not found

    PR:             266007

 graphics/qt5-svg/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 14 commit-hook freebsd_committer freebsd_triage 2023-04-07 20:32:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4be1fbab53f9a8f196a533f161771fada01f3a08

commit 4be1fbab53f9a8f196a533f161771fada01f3a08
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 20:30:36 +0000

    multimedia/qt5-multimedia-declarative: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtMultimedia -version 5.15.8 -outdir /wrkdirs/usr/ports/multimedia/qt5-multimedia/work/kde-qtmultimedia-5.15.8p1 -builddir /wrkdirs/usr/ports/multimedia/qt5-multimedia/work/kde-qtmultimedia-5.15.8p1 /wrkdirs/usr/ports/multimedia/qt5-multimedia/work/kde-qtmultimedia-5.15.8p1
    sh: perl: not found

    PR:             266007

 multimedia/qt5-multimedia/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 15 Evgenii Khramtsov 2023-04-08 03:45:31 UTC
graphics/qt5-wayland, devel/qt5-help also depend on perl5.

Disclaimer: non-exhaustive list, found via similar local change.
Comment 16 commit-hook freebsd_committer freebsd_triage 2023-04-08 14:57:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bbaf847daf66adf3ed67858af13036578840f0f0

commit bbaf847daf66adf3ed67858af13036578840f0f0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 14:55:02 +0000

    devel/qt5-help: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtHelp -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-help/work/kde-qttools-5.15.8p1 -builddir /wrkdirs/usr/ports/devel/qt5-help/work/kde-qttools-5.15.8p1 /wrkdirs/usr/ports/devel/qt5-help/work/kde-qttools-5.15.8p1
    sh: perl: not found

    PR:             266007

 devel/qt5-help/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 17 commit-hook freebsd_committer freebsd_triage 2023-04-08 14:57:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b6bcd86b83b634fa3b020c51cd8a76b909e1aae

commit 3b6bcd86b83b634fa3b020c51cd8a76b909e1aae
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 14:55:01 +0000

    graphics/qt5-wayland: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtWaylandClient -version 5.15.8 -outdir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 -builddir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57
    sh: perl: not found

    PR:             266007

 graphics/qt5-wayland/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 18 commit-hook freebsd_committer freebsd_triage 2023-04-08 15:02:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f25c7cf8fc7ddf23022e3c07ea0590ee15a36d3b

commit f25c7cf8fc7ddf23022e3c07ea0590ee15a36d3b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 15:01:47 +0000

    devel/qt5-uitools: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtUiPlugin -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-uitools/work/kde-qttools-5.15.8p1 -builddir /wrkdirs/usr/ports/devel/qt5-uitools/work/kde-qttools-5.15.8p1 /wrkdirs/usr/ports/devel/qt5-uitools/work/kde-qttools-5.15.8p1
    sh: perl: not found

    PR:             266007

 devel/qt5-uitools/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 19 commit-hook freebsd_committer freebsd_triage 2023-04-08 15:13:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f27264016e057356440093baeb6da38a4ac8d1bb

commit f27264016e057356440093baeb6da38a4ac8d1bb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 15:12:34 +0000

    x11-toolkits/qt5-quickcontrols2: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuickTemplates2 -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7 /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7
    sh: perl: not found

    PR:             266007

 x11-toolkits/qt5-quickcontrols2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 20 commit-hook freebsd_committer freebsd_triage 2023-04-08 15:42:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a5ff0e45af7c73c9be0c102d84e89254b17e7a6

commit 4a5ff0e45af7c73c9be0c102d84e89254b17e7a6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 15:41:32 +0000

    devel/qt5-location: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtPositioning -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3 -builddir /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3 /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3
    sh: perl: not found

    PR:             266007

 devel/qt5-location/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 21 commit-hook freebsd_committer freebsd_triage 2023-04-08 15:42:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39fb1bde7d43a42e36a9f857a3e20320994be212

commit 39fb1bde7d43a42e36a9f857a3e20320994be212
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 15:41:32 +0000

    x11-toolkits/qt5-declarative-test: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuickTest -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-declarative-test/work/kde-qtdeclarative-5.15.8p21 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-declarative-test/work/kde-qtdeclarative-5.15.8p21 /wrkdirs/usr/ports/x11-toolkits/qt5-declarative-test/work/kde-qtdeclarative-5.15.8p21
    sh: perl: not found

    PR:             266007

 x11-toolkits/qt5-declarative-test/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 22 commit-hook freebsd_committer freebsd_triage 2023-04-08 15:44:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60cda3fd43f9de17c459bdd4e53efe8061c06556

commit 60cda3fd43f9de17c459bdd4e53efe8061c06556
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 15:44:05 +0000

    devel/qt5-assistant: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtHelp -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1 -builddir /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1 /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1
    sh: perl: not found

    PR:             266007

 devel/qt5-assistant/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 23 commit-hook freebsd_committer freebsd_triage 2023-04-08 17:05:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0de897d5b68e6a76df4ad55520f5517b5eea498

commit e0de897d5b68e6a76df4ad55520f5517b5eea498
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 17:04:26 +0000

    devel/qt5-designer: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtDesigner -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-designer/work/kde-qttools-5.15.8p1 -builddir /wrkdirs/usr/ports/devel/qt5-designer/work/kde-qttools-5.15.8p1 /wrkdirs/usr/ports/devel/qt5-designer/work/kde-qttools-5.15.8p1
    sh: perl: not found

    PR:             266007

 devel/qt5-designer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 24 commit-hook freebsd_committer freebsd_triage 2023-04-08 17:05:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3b457c23659857de93d0529ad83b3a70cb8e949

commit a3b457c23659857de93d0529ad83b3a70cb8e949
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 17:04:27 +0000

    www/kf5-kjs: unbreak after 020693c166d1

    -- Could NOT find Perl (missing: PERL_EXECUTABLE)
    [...]
    -- The following REQUIRED packages have not been found:

     * Perl, <http://www.perl.org>
       Needed for building kdelibs

    CMake Error at /usr/local/share/cmake/Modules/FeatureSummary.cmake:464 (message):
      feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
      run.
    Call Stack (most recent call first):
      CMakeLists.txt:88 (feature_summary)

    PR:             266007

 www/kf5-kjs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 25 commit-hook freebsd_committer freebsd_triage 2023-04-08 17:27:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bb700c12aa93fc7d0db909719ed0e9551850051

commit 7bb700c12aa93fc7d0db909719ed0e9551850051
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 17:27:08 +0000

    x11-toolkits/qt5-charts: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtCharts -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-charts/work/kde-qtcharts-5.15.8p0 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-charts/work/kde-qtcharts-5.15.8p0 /wrkdirs/usr/ports/x11-toolkits/qt5-charts/work/kde-qtcharts-5.15.8p0
    sh: perl: not found

    PR:             266007

 x11-toolkits/qt5-charts/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 26 commit-hook freebsd_committer freebsd_triage 2023-04-08 17:59:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cea99b6c12100027319570070d26dff87f71b46

commit 1cea99b6c12100027319570070d26dff87f71b46
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 17:58:53 +0000

    www/qt5-webengine: unbreak after 020693c166d1

    cd /wrkdirs/usr/ports/www/qt5-webengine/work/qtwebengine-everywhere-src-5.15.8 && /usr/local/lib/qt5/bin/syncqt.pl -version 5.15.8
    env: perl: No such file or directory

    PR:             266007

 www/qt5-webengine/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 27 commit-hook freebsd_committer freebsd_triage 2023-04-08 22:04:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ae07ea92b6db54f101d7aa8fe5ada6d57152cc5

commit 0ae07ea92b6db54f101d7aa8fe5ada6d57152cc5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-08 22:03:36 +0000

    www/qt5-webview: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtWebView -version 5.15.8 -outdir /wrkdirs/usr/ports/www/qt5-webview/work/kde-qtwebview-5.15.8p0 -builddir /wrkdirs/usr/ports/www/qt5-webview/work/kde-qtwebview-5.15.8p0 /wrkdirs/usr/ports/www/qt5-webview/work/kde-qtwebview-5.15.8p0
    sh: perl: not found

    PR:             266007

 www/qt5-webview/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 28 Antoine Brodin freebsd_committer freebsd_triage 2023-04-09 19:09:31 UTC
Some new failure logs:

https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/libfm-qt-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-about-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-admin-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-globalkeys-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-notificationd-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-openssh-askpass-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-policykit-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-session-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/lxqt-sudo-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/obconf-qt-0.16.2.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qlipper-5.1.2.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-connectivity-5.15.8p5.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-datavis3d-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-gamepad-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-quick3d-5.15.8p1.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-remoteobjects-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-scripttools-5.15.11p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-scxml-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-sensors-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-webchannel-5.15.8p3.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qt5-xmlpatterns-5.15.8p0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/qterminal-1.2.0.log
https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-04-08_18h46m24s/logs/errors/screengrab-2.4.0.log
Comment 29 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c36d569e99bba230fe9ca499afc7c414b6f1240

commit 4c36d569e99bba230fe9ca499afc7c414b6f1240
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:03 +0000

    x11/screengrab: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/screengrab/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 30 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87c13bc07d3a7a3e9655f236310ad83f3619ebed

commit 87c13bc07d3a7a3e9655f236310ad83f3619ebed
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:03 +0000

    textproc/qt5-xmlpatterns: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtXmlPatterns -version 5.15.8 -outdir /wrkdirs/usr/ports/textproc/qt5-xmlpatterns/work/kde-qtxmlpatterns-5.15.8p0 -builddir /wrkdirs/usr/ports/textproc/qt5-xmlpatterns/work/kde-qtxmlpatterns-5.15.8p0 /wrkdirs/usr/ports/textproc/qt5-xmlpatterns/work/kde-qtxmlpatterns-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 textproc/qt5-xmlpatterns/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 31 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f986fa32b3222f5802717ca384d3db6db0ce08e7

commit f986fa32b3222f5802717ca384d3db6db0ce08e7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:02 +0000

    www/qt5-webchannel: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtWebChannel -version 5.15.8 -outdir /wrkdirs/usr/ports/www/qt5-webchannel/work/kde-qtwebchannel-5.15.8p3 -builddir /wrkdirs/usr/ports/www/qt5-webchannel/work/kde-qtwebchannel-5.15.8p3 /wrkdirs/usr/ports/www/qt5-webchannel/work/kde-qtwebchannel-5.15.8p3
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 www/qt5-webchannel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 32 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec9eef399272af296e4ddad3a886a5bde6e5cade

commit ec9eef399272af296e4ddad3a886a5bde6e5cade
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:03 +0000

    x11/qterminal: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/qterminal/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 33 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=214ee21d8de4d690b94ce0d2ac4eeb1bbab7e15a

commit 214ee21d8de4d690b94ce0d2ac4eeb1bbab7e15a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:59 +0000

    x11-wm/obconf-qt: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-wm/obconf-qt/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 34 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8c6ef0b00a8672fcf208d09e78a2583ab8e3ea8

commit d8c6ef0b00a8672fcf208d09e78a2583ab8e3ea8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:00 +0000

    x11-toolkits/qt5-gamepad: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtGamepad -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0 /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-toolkits/qt5-gamepad/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 35 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ae8f7df77c17f82d2928f9f417efa85339593a2

commit 0ae8f7df77c17f82d2928f9f417efa85339593a2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:02 +0000

    comms/qt5-sensors: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtSensors -version 5.15.8 -outdir /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0 -builddir /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0 /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 comms/qt5-sensors/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 36 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d89020a2712444da12f479eb1bdb7b404d661e93

commit d89020a2712444da12f479eb1bdb7b404d661e93
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:00 +0000

    x11-toolkits/qt5-datavis3d: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtDataVisualization -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-datavis3d/work/kde-qtdatavis3d-5.15.8p0 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-datavis3d/work/kde-qtdatavis3d-5.15.8p0 /wrkdirs/usr/ports/x11-toolkits/qt5-datavis3d/work/kde-qtdatavis3d-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-toolkits/qt5-datavis3d/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 37 commit-hook freebsd_committer freebsd_triage 2023-04-10 09:59:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b8321154edcbe1dcb255c7984adf752c5eaaeb8

commit 7b8321154edcbe1dcb255c7984adf752c5eaaeb8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:59 +0000

    deskutils/qlipper: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 deskutils/qlipper/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 38 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=676b3b556aba0dd38003577839a4bc1b6fd823ab

commit 676b3b556aba0dd38003577839a4bc1b6fd823ab
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:01 +0000

    devel/qt5-scripttools: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtScript -version 5.15.11 -outdir /wrkdirs/usr/ports/devel/qt5-scripttools/work/kde-qtscript-5.15.11p0 -builddir /wrkdirs/usr/ports/devel/qt5-scripttools/work/kde-qtscript-5.15.11p0 /wrkdirs/usr/ports/devel/qt5-scripttools/work/kde-qtscript-5.15.11p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 devel/qt5-scripttools/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 39 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d003854057da59e2879ba4f312e1951bd78bd78

commit 5d003854057da59e2879ba4f312e1951bd78bd78
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:01 +0000

    devel/qt5-remoteobjects: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtRepParser -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0 -builddir /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0 /wrkdirs/usr/ports/devel/qt5-remoteobjects/work/kde-qtremoteobjects-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 devel/qt5-remoteobjects/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 40 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b35ccd89f7a9e58e739e4f1986f93e062081c2f7

commit b35ccd89f7a9e58e739e4f1986f93e062081c2f7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:00 +0000

    comms/qt5-connectivity: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtBluetooth -version 5.15.8 -outdir /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5 -builddir /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5 /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 comms/qt5-connectivity/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 41 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b0b3cd2ea3113d2de698e841d866e373365198d

commit 1b0b3cd2ea3113d2de698e841d866e373365198d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:59 +0000

    x11-wm/lxqt-session: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-wm/lxqt-session/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 42 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bf9831fdfd1460559a7717074a17f50fe3549b0

commit 8bf9831fdfd1460559a7717074a17f50fe3549b0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:58 +0000

    deskutils/lxqt-notificationd: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 deskutils/lxqt-notificationd/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 43 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9cadf1b7eb4a7221c15b1253da2643ce5e3b70

commit ac9cadf1b7eb4a7221c15b1253da2643ce5e3b70
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:57 +0000

    x11/lxqt-globalkeys: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/lxqt-globalkeys/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 44 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd851b547df85bc12f559f28517062a5ffe16a17

commit bd851b547df85bc12f559f28517062a5ffe16a17
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:58 +0000

    sysutils/lxqt-policykit: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 sysutils/lxqt-policykit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 45 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad22fdf1d777a9cfaed08cc9e7f4be4e25098913

commit ad22fdf1d777a9cfaed08cc9e7f4be4e25098913
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:01 +0000

    x11-toolkits/qt5-quick3d: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuick3DUtils -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-toolkits/qt5-quick3d/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 46 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27cde2c4bc0c113ba36b5e639c8ba77834a80067

commit 27cde2c4bc0c113ba36b5e639c8ba77834a80067
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:59 +0000

    security/lxqt-sudo: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 security/lxqt-sudo/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 47 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d09568147b25299d313823aec6ea8f2fecbda297

commit d09568147b25299d313823aec6ea8f2fecbda297
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:57 +0000

    x11/lxqt-about: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/lxqt-about/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 48 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53f4d1aa3e215e896f0c627c9cb77960a043f60c

commit 53f4d1aa3e215e896f0c627c9cb77960a043f60c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:57 +0000

    x11/libfm-qt: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/libfm-qt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 49 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d60971f6634762823505a10c0fafa538325980e

commit 6d60971f6634762823505a10c0fafa538325980e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:57 +0000

    sysutils/lxqt-admin: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 sysutils/lxqt-admin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 50 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0803319f288839bb7295dcec49bfef8c3e0d8149

commit 0803319f288839bb7295dcec49bfef8c3e0d8149
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:58 +0000

    security/lxqt-openssh-askpass: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 security/lxqt-openssh-askpass/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 51 commit-hook freebsd_committer freebsd_triage 2023-04-10 10:00:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ceb4a7d203d98182cefdd10a449036ecd1f9753f

commit ceb4a7d203d98182cefdd10a449036ecd1f9753f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:59:02 +0000

    devel/qt5-scxml: unbreak after 020693c166d1

    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtScxml -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0 -builddir /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0 /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0
    sh: perl: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 devel/qt5-scxml/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 53 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179

commit 9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:11 +0000

    astro/stellarium: unbreak after 020693c166d1

    cd /wrkdirs/usr/ports/astro/stellarium/work/.build/doc && pod2man -s 1 -r 0.22.5 -center="\ " /wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.pod /wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.1
    /bin/sh: pod2man: not found

    PR:             266007
    Reported by:    antoine (via exp-run)

 astro/stellarium/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 54 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32d6fab87d8db851b34d5c9f8923f88add8f0483

commit 32d6fab87d8db851b34d5c9f8923f88add8f0483
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:10 +0000

    x11-fm/pcmanfm-qt: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-fm/pcmanfm-qt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 55 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1741d2410e62f712cd0617b114ebdffba517eb9e

commit 1741d2410e62f712cd0617b114ebdffba517eb9e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:10 +0000

    x11/lxqt-runner: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/lxqt-runner/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 56 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4d955257ae96424c022045bf00800451aa04c21

commit c4d955257ae96424c022045bf00800451aa04c21
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:10 +0000

    deskutils/qtfeedback: unbreak after 020693c166d1

    cd /wrkdirs/usr/ports/deskutils/qtfeedback/work/qtfeedback-5.0.0-beta1-32-ga14bd0b && /usr/local/lib/qt5/bin/syncqt.pl -version 5.15.8 -module QtFeedback
    env: perl: No such file or directory

    PR:             266007
    Reported by:    antoine (via exp-run)

 deskutils/qtfeedback/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 57 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e691d87693be1fed1c25871a716b3ca7cd1389ef

commit e691d87693be1fed1c25871a716b3ca7cd1389ef
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:10 +0000

    audio/pavucontrol-qt: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 audio/pavucontrol-qt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 58 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddb51d1c1f59010d9f4e6d0eaf088ba99a50d332

commit ddb51d1c1f59010d9f4e6d0eaf088ba99a50d332
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:08 +0000

    x11/compton-conf: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11/compton-conf/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 59 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53a647110091498d5ead3aa4f8fdd7beedb964c8

commit 53a647110091498d5ead3aa4f8fdd7beedb964c8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:09 +0000

    archivers/lxqt-archiver: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 archivers/lxqt-archiver/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 60 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c28b0a735777e22c909e3d8b2239d3018c37765

commit 8c28b0a735777e22c909e3d8b2239d3018c37765
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:08 +0000

    graphics/lximage-qt: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 graphics/lximage-qt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 61 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fb4db45d41ccbee3ea65b8421c2c364dc7d8629

commit 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:09 +0000

    x11-wm/lxqt-panel: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 x11-wm/lxqt-panel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 62 commit-hook freebsd_committer freebsd_triage 2023-04-12 21:18:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d5449174b7daa1e0465104c21319e63371b2bcf

commit 0d5449174b7daa1e0465104c21319e63371b2bcf
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:09 +0000

    sysutils/lxqt-powermanagement: unbreak after 020693c166d1

    CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find Perl (missing: PERL_EXECUTABLE)

    PR:             266007
    Reported by:    antoine (via exp-run)

 sysutils/lxqt-powermanagement/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 63 Antoine Brodin freebsd_committer freebsd_triage 2023-04-14 18:41:00 UTC
Exp-run looks fine
Comment 64 commit-hook freebsd_committer freebsd_triage 2023-04-14 20:36:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b61703c49ef21807aeb9ce054cd85bb92ff68d0b

commit b61703c49ef21807aeb9ce054cd85bb92ff68d0b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-23 22:51:48 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-14 20:34:23 +0000

    x11-toolkits/qt5-gui: drop mesa-dri dependency (optional at runtime)

    This reverts commit 48249f104e80680f36280b54657528c9d7af120b.

    PR:             266007
    Approved by:    tcberner
    Exp-run by:     antoine

 x11-toolkits/qt5-gui/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)