Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 12:52:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248043] devel/libftdi1: Wrong pkg-config after 1.5 update
Message-ID:  <bug-248043-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: manu@freebsd.org
             Flags: maintainer-feedback?(bsam@FreeBSD.org)
          Assignee: bsam@FreeBSD.org

With 1.4_15 :

$ pkg-config --cflags
libftdi1 -I/usr/local/include/libftdi1
$ pkg-config --cflags
libftdipp1 -I/usr/local/include/libftdi1=20
$ ls /usr/local/include/libftdi1
ftdi.h          ftdi.hpp

 With 1.5
$ pkg-config --cflags libftdi1
-I/usr/local/include/libftdipp1=20
$ pkg-config --cflags libftdipp1
-I/usr/local/include/libftdipp1=20
$ ls /usr/local/include/libftdipp1/
ftdi.hpp

 ftdi.h is still present in the same directory.

This cause breakage it ports that uses it.

--=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-248043-7788>