[Bug 211146] [PATCH] baselibs stage-qa only looks for elfs in a fixed set of locations, and misses other elfs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 15 17:34:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211146

            Bug ID: 211146
           Summary: [PATCH] baselibs stage-qa only looks for elfs in a
                    fixed set of locations, and misses other elfs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: yuri at rawbw.com
                CC: freebsd-ports-bugs at FreeBSD.org
          Keywords: patch

Created attachment 172560
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172560&action=edit
patch

For example, net-p2p/bitmessage optionally installs the shared library into the
pythin-specific directory. This shared library requires OpenSSL, and triggers
baselibs message that USES=ssl isn't needed when in fact it is needed.

What does this patch do:
* Splits out the elf-finding part of proxydeps check into a separate function
* Reuses this function in baselibs too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list