Created attachment 187327 [details] 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.
Request exp-run.
Exp-run looks fine.
A commit references this bug: Author: sunpoet Date: Mon Oct 30 14:54:29 UTC 2017 New revision: 453182 URL: https://svnweb.freebsd.org/changeset/ports/453182 Log: Install readline.pc - Bump PORTREVISION for package change PR: 223130 Submitted by: bsam Exp-run by: antoine Changes: head/devel/readline/Makefile head/devel/readline/pkg-plist
Committed. Thanks!