FreeBSD Bugzilla – Attachment 253696 Details for
Bug 281611
security/gvm-libs: missing dependency: devel/libcjson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for security/gvm-libs/Makefile adding devel/libcjson and sorting the list of dependencies
security___gvm-libs___Makefile.diff (text/plain), 4.13 KB, created by
Trond Endrestøl
on 2024-09-20 18:17:07 UTC
(
hide
)
Description:
Patch for security/gvm-libs/Makefile adding devel/libcjson and sorting the list of dependencies
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2024-09-20 18:17:07 UTC
Size:
4.13 KB
patch
obsolete
>-------------------------------------------------------------------------------- >-- Phase: configure >-------------------------------------------------------------------------------- >===> Configuring for gvm-libs-22.12.1 >===> Performing out-of-source build >/bin/mkdir -p /construction/xports/security/gvm-libs/work/.build >CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required): > Compatibility with CMake < 3.5 will be removed from a future version of > CMake. > > Update the VERSION argument <min> value or use a ...<max> suffix to tell > CMake that the project does not need compatibility with older versions. > > >-- Configuring the Greenbone Vulnerability Management Libraries... >-- The C compiler identification is Clang 18.1.6 >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/local/libexec/ccache/cc - skipped >-- Detecting C compile features >-- Detecting C compile features - done >-- Could NOT find Git (missing: GIT_EXECUTABLE) >-- Looking for clang-format... >-- Looking for clang-format... /usr/bin/clang-format >-- Using redis socket /var/run/redis/redis.sock >-- Install prefix: /usr/local >-- Found PkgConfig: /usr/local/bin/pkgconf (found version "2.3.0") >-- Checking for module 'glib-2.0>=2.42' >-- Found glib-2.0, version 2.80.5 >-- Looking for libnet... >-- Looking for net... /usr/local/lib/libnet.so >-- Looking for libnet-config... >-- Looking for libnet-config... /usr/local/bin/libnet-config >-- Looking for pcap... >-- Looking for pcap... /usr/lib/libpcap.so >-- Looking for pcap-config... >-- pcap-config not found, using defaults... >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed >-- Looking for pthread_create in pthreads >-- Looking for pthread_create in pthreads - not found >-- Looking for pthread_create in pthread >-- Looking for pthread_create in pthread - found >-- Found Threads: TRUE >-- Checking for module 'zlib>=1.2.8' >-- Found zlib, version 1.3.1 >-- Checking for module 'gio-2.0>=2.42' >-- Found gio-2.0, version 2.80.5 >-- Checking for module 'gnutls>=3.2.15' >-- Found gnutls, version 3.8.7 >-- Checking for module 'uuid>=1.45.6' >-- Found uuid, version 1.47.1 >-- Checking for module 'libssh>=0.6.0' >-- Found libssh, version 0.11.1 >-- Checking for module 'hiredis>=0.10.1' >-- Found hiredis, version 1.2.0 >-- Checking for module 'libxml-2.0>=2.0' >-- Found libxml-2.0, version 2.11.9 >-- Checking for module 'gpgme>=1.7.0' >-- Found gpgme, version 1.23.2 >-- Checking for module 'libgcrypt' >-- Found libgcrypt, version 1.11.0 >-- Checking for module 'libcjson>=1.7.14' -- Package 'libcjson' not found >CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:645 (message): > The following required packages were not found: > > - libcjson>=1.7.14 > >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal) > util/CMakeLists.txt:46 (pkg_check_modules) > > >-- Configuring incomplete, errors occurred! >*** Error code 1 > >Stop. >make: stopped in /xports/security/gvm-libs > >diff --git a/security/gvm-libs/Makefile b/security/gvm-libs/Makefile >index 520e916db317..2c5be0a99ce7 100644 >--- a/security/gvm-libs/Makefile >+++ b/security/gvm-libs/Makefile >@@ -12,15 +12,16 @@ LICENSE= GPLv2+ > > BUILD_DEPENDS= doxygen>0:devel/doxygen > LIB_DEPENDS= libassuan.so:security/libassuan \ >+ libcjson.so:devel/libcjson \ >+ libgcrypt.so:security/libgcrypt \ >+ libgnutls.so:security/gnutls \ > libgpgme.so:security/gpgme \ > libgpg-error.so:security/libgpg-error \ >- libgnutls.so:security/gnutls \ >- libuuid.so:misc/e2fsprogs-libuuid \ >- libssh.so:security/libssh \ > libhiredis.so:databases/hiredis \ > libnet.so:net/libnet \ >- libgcrypt.so:security/libgcrypt \ >- libpaho-mqtt3a.so:net/libpaho-mqtt3 >+ libpaho-mqtt3a.so:net/libpaho-mqtt3 \ >+ libssh.so:security/libssh \ >+ libuuid.so:misc/e2fsprogs-libuuid > RUN_DEPENDS= doxygen>0:devel/doxygen > > USES= cmake gnome pkgconfig
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281611
: 253696