Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 14:32:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223130] devel:readline: Add pkgconfig file (readline.pc)
Message-ID:  <bug-223130-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: bsam@FreeBSD.org

Created attachment 187327
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187327&action=
=3Dedit
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.

--=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-223130-13>