Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2020 11:19:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247993] [patch] net/frr7: Add missing dependencies
Message-ID:  <bug-247993-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247993
           Summary: [patch] net/frr7: Add missing dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: olivier@freebsd.org
          Reporter: garga@FreeBSD.org
          Assignee: olivier@freebsd.org
             Flags: maintainer-feedback?(olivier@freebsd.org)

Created attachment 216462
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216462&action=
=3Dedit
patch

When libunwind is installed, it links vtysh with it but doesn't register the
dependency.  Also, if SNMP option is enabled, it complains about missing US=
ES
ssl

This patch add these 2 dependencies to make sure package will have it all
registered.

Warning: you need USES=3Dssl
Error: /usr/local/bin/vtysh is linked to /usr/local/lib/libunwind.so.8 from
devel/libunw
ind but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibunwind.so:devel/libunwind

--=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-247993-7788>