Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 22:13:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283370] net/tigervnc-server: Missing RUN_DEPENDS on x11/libxcvt
Message-ID:  <bug-283370-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283370

            Bug ID: 283370
           Summary: net/tigervnc-server: Missing RUN_DEPENDS on
                    x11/libxcvt
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: leres@freebsd.org
                CC: jbeich@FreeBSD.org, meta@FreeBSD.org
                CC: jbeich@FreeBSD.org, meta@FreeBSD.org

I have a system with tigervnc-server installed but without xorg-server. I
noticed there were no dependencies on libxcvt so I removed it and then noti=
ced:

    % ldd /usr/local/bin/Xvnc | fgrep not
    libxcvt.so.0 =3D> not found (0)
    % pkg which /usr/local/bin/Xvnc
    /usr/local/bin/Xvnc was installed by package tigervnc-server-1.14.1
    % pkg info -d tigervnc-server
    tigervnc-server-1.14.1:
            xkeyboard-config-2.41_4
            xkbcomp-1.4.7
            pixman-0.42.2
            libxshmfence-1.3.2
            libxkbfile-1.1.3
            libXtst-1.2.4
            libXrender-0.9.11
            libXrandr-1.5.4
            libXfixes-6.0.1
            libXext-1.3.6,1
            libXdmcp-1.1.5
            libXdamage-1.1.6
            libXau-1.0.11
            libX11-1.8.9,1
            libSM-1.2.4,1
            libICE-1.1.1,1
            libXfont2-2.0.6
            openssl33-3.3.2_1
            nettle-3.10_1
            ffmpeg-6.1.2_6,1
            gmp-6.3.0
            perl5-5.38.2_2
            mesa-libs-24.1.7_1
            libglvnd-1.7.0
            jpeg-turbo-3.0.4
            libunwind-20240221_1

Here's a patch to fix this. (I used RUN_DEPENDS, perhaps LIB_DEPENDS is more
appropriate?)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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