[Bug 248043] devel/libftdi1: Wrong pkg-config after 1.5 update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 17 12:52:31 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248043
Bug ID: 248043
Summary: devel/libftdi1: Wrong pkg-config after 1.5 update
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bsam at FreeBSD.org
Reporter: manu at freebsd.org
Flags: maintainer-feedback?(bsam at FreeBSD.org)
Assignee: bsam at FreeBSD.org
With 1.4_15 :
$ pkg-config --cflags
libftdi1 -I/usr/local/include/libftdi1
$ pkg-config --cflags
libftdipp1 -I/usr/local/include/libftdi1
$ ls /usr/local/include/libftdi1
ftdi.h ftdi.hpp
With 1.5
$ pkg-config --cflags libftdi1
-I/usr/local/include/libftdipp1
$ pkg-config --cflags libftdipp1
-I/usr/local/include/libftdipp1
$ ls /usr/local/include/libftdipp1/
ftdi.hpp
ftdi.h is still present in the same directory.
This cause breakage it ports that uses it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list