git: 1d64fdc267e3 - main - x11/waybar: prevent fetch during build

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 27 Oct 2022 14:42:35 UTC
The branch main has been updated by jbeich:

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

commit 1d64fdc267e33ca7658bced15d196f0c4a1fa967
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-10-27 14:22:46 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-10-27 14:42:17 +0000

    x11/waybar: prevent fetch during build
    
    Run-time dependency catch2 found: NO (tried pkgconfig and cmake)
    Looking for a fallback subproject for the dependency catch2
    Downloading catch2 source from https://github.com/catchorg/Catch2/archive/v3.1.0.tar.gz
    Download size: 1031425
    Downloading: ..........
    Downloading catch2 patch from https://wrapdb.mesonbuild.com/v2/catch2_3.1.0-1/get_patch
    Download size: 4889
    Downloading: ..........
    
    Executing subproject catch2
    
    catch2| Project name: catch2
    catch2| Project version: 3.1.0
    catch2| C++ compiler for the host machine: c++ (clang 13.0.0 "FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)")
    catch2| C++ linker for the host machine: c++ ld.lld 13.0.0
    catch2| Configuring catch_user_config.hpp using configuration
    catch2| Build targets in project: 39
    catch2| Subproject catch2 finished.
    
    Dependency catch2 from subproject subprojects/Catch2-3.1.0 found: YES 3.1.0
    
    ====> Checking for pkg-plist issues (check-plist)
    ===> Parsing plist
    ===> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: include/catch2/benchmark/catch_benchmark.hpp
    [...]
    Error: Orphaned: include/catch2/catch_all.hpp
    [...]
    Error: Orphaned: lib/libCatch2.a
    Error: Orphaned: lib/libCatch2Main.a
    Error: Orphaned: libdata/pkgconfig/catch2-with-main.pc
    Error: Orphaned: libdata/pkgconfig/catch2.pc
    ===> Checking for items in pkg-plist which are not in STAGEDIR
    ===> Error: Plist issues found.
    *** Error code 1
---
 x11/waybar/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index 851a2288a23b..0adff1c17610 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -28,6 +28,7 @@ USE_GITHUB=	yes
 USE_GNOME=	gtkmm30
 GH_ACCOUNT=	Alexays
 GH_PROJECT=	Waybar
+MESON_ARGS=	-Dtests=disabled
 PLIST_FILES=	bin/${PORTNAME} \
 		etc/xdg/${PORTNAME}/config \
 		etc/xdg/${PORTNAME}/style.css