[Bug 257698] sysutils/usbtop: reduce dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Aug 2021 06:05:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257698

            Bug ID: 257698
           Summary: sysutils/usbtop: reduce dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

Created attachment 227035
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227035&action=edit
v1 (apply via "git am")

- Drop net/libpcap in favor of base system (i.e., /usr/lib/libpcap.so)
- Drop 166 MiB large boost-libs from RUN_DEPENDS

$ poudriere testport -j 114i386 sysutils/usbtop
[...]
=>> Checking shared library dependencies
 0x00000001 NEEDED               Shared library: [libc++.so.1]
 0x00000001 NEEDED               Shared library: [libc.so.7]
 0x00000001 NEEDED               Shared library: [libcxxrt.so.1]
 0x00000001 NEEDED               Shared library: [libgcc_s.so.1]
 0x00000001 NEEDED               Shared library: [libm.so.5]
 0x00000001 NEEDED               Shared library: [libpcap.so.8]
 0x00000001 NEEDED               Shared library: [libthr.so.3]

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