Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 03:52:30 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547408 - head/devel/libvirt/files
Message-ID:  <202009030352.0833qUN5064728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Sep  3 03:52:30 2020
New Revision: 547408
URL: https://svnweb.freebsd.org/changeset/ports/547408

Log:
  devel/libvirt: fix build on 11.x
  
  There are some direct test dependencies missing, which is tolerated by ld(1)
  on FreeBSD 12.x and newer, but is not tolerated on FreeBSD 11.x. Add these
  dependencies to fix the build.
  
  PR:		249056
  Reported by:	ddrinnon@cdor.net

Added:
  head/devel/libvirt/files/patch-tests_meson.build   (contents, props changed)

Added: head/devel/libvirt/files/patch-tests_meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libvirt/files/patch-tests_meson.build	Thu Sep  3 03:52:30 2020	(r547408)
@@ -0,0 +1,16 @@
+--- tests/meson.build.orig	2020-09-03 01:56:27 UTC
++++ tests/meson.build
+@@ -10,11 +10,13 @@ tests_dep = declare_dependency(
+     dlopen_dep,
+     glib_dep,
+     gnutls_dep,
++    kvm_dep,
+     libnl_dep,
+     libxml_dep,
+     rpc_dep,
+     sasl_dep,
+     selinux_dep,
++    util_dep,
+     xdr_dep,
+     yajl_dep,
+   ],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009030352.0833qUN5064728>