diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-10-27 14:22:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-10-27 14:42:17 +0000 |
commit | 1d64fdc267e33ca7658bced15d196f0c4a1fa967 (patch) | |
tree | 01a828e72b7eb79fd0effc05c0f99b5b5f8f2f50 | |
parent | b4873c86cf385902e6f2f40de0772a57192bd600 (diff) | |
download | ports-1d64fdc267e33ca7658bced15d196f0c4a1fa967.tar.gz ports-1d64fdc267e33ca7658bced15d196f0c4a1fa967.zip |
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
-rw-r--r-- | x11/waybar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |