[Bug 223130] devel:readline: Add pkgconfig file (readline.pc)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 20 14:32:39 UTC 2017


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

            Bug ID: 223130
           Summary: devel:readline: Add pkgconfig file (readline.pc)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bsam at FreeBSD.org

Created attachment 187327
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187327&action=edit
Add pkgconfig file (readline.pc)

1. The port does not install readline.pc file, but it does present at
distribution. Fix it.

2. readline requires a base library tinfo (and document it at readline.pc).
While trying to get 'pkg-config --cflags readline' we get an error:
---
   Package tinfo was not found in the pkg-config search path.
   Perhaps you should add the directory containing `tinfo.pc'
   to the PKG_CONFIG_PATH environment variable
   Package 'tinfo', required by 'readline', not found
---
Comment the 'Required' line since FreeBSD does not use *.pc files for base
libs.

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


More information about the freebsd-ports-bugs mailing list