mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/xen-tools: add GNU TLS dependency
The Xen toolstack `vncpasswd` guest configuration option depends on QEMU being built with an external crypto library as of QEMU commit: 21407ddf967f crypto: delete built-in DES implementation Introduce a dependency of the xen-tools package on gnutls, so that the option continues to work as expected. Otherwise when attempting to use `vncpasswd` option guest creation fails due to QEMU not starting. Reported by: Subbsd <subbsd@gmail.com> Sponsored by: Cloud Software Group Approved by: bapt (implicit)
This commit is contained in:
parent
ae2e734010
commit
d94cb88a40
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= xen
|
||||
PKGNAMESUFFIX= -tools
|
||||
DISTVERSION= 4.19.1.20250217
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils emulators
|
||||
|
||||
USE_GITLAB= yes
|
||||
|
@ -23,7 +24,8 @@ LICENSE_COMB= multi
|
|||
LIB_DEPENDS= libyajl.so:devel/yajl \
|
||||
liblzo2.so:archivers/lzo2 \
|
||||
libpixman-1.so:x11/pixman \
|
||||
libargp.so:devel/argp-standalone
|
||||
libargp.so:devel/argp-standalone \
|
||||
libgnutls.so:security/gnutls
|
||||
BUILD_DEPENDS= seabios>0:misc/seabios \
|
||||
${LOCALBASE}/share/edk2-xen/XEN_X64_EFI.fd:sysutils/edk2@xen_x64 \
|
||||
bash>0:shells/bash
|
||||
|
|
Loading…
Add table
Reference in a new issue