Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 20:43:21 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 601b49a2b806 - main - net/tigervnc-server: add now missing libcxvt dependency
Message-ID:  <202208032043.273KhL9C056776@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=601b49a2b806bb3f8f38773dccb136016b41924c

commit 601b49a2b806bb3f8f38773dccb136016b41924c
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-08-03 20:42:33 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-08-03 20:43:20 +0000

    net/tigervnc-server: add now missing libcxvt dependency
    
    This is needed since the xorg-server upgrade
---
 net/tigervnc-server/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/tigervnc-server/Makefile b/net/tigervnc-server/Makefile
index 2c3a719234e2..d8317bc79256 100644
--- a/net/tigervnc-server/Makefile
+++ b/net/tigervnc-server/Makefile
@@ -10,7 +10,8 @@ PATCH_DEPENDS+=	${NONEXISTENT}:x11-servers/xorg-server:patch
 BUILD_DEPENDS+=	${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \
 		${LOCALBASE}/libdata/pkgconfig/fontutil.pc:x11-fonts/font-util \
 		bash:shells/bash
-LIB_DEPENDS=	libxshmfence.so:x11/libxshmfence
+LIB_DEPENDS=	libxshmfence.so:x11/libxshmfence \
+		libxcvt.so:x11/libxcvt
 # almost equivalent to x11-servers/xorg-server's
 RUN_DEPENDS+=	${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \
 		xkbcomp:x11/xkbcomp



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