The textproc/libyaml install a pkg-config file that does not honor --cflags switch. This is the result of pkg-config --libs --cflags yaml-1.0 before the patch : -L/usr/local/lib -lyaml And this is after : -I/usr/local/include -L/usr/local/lib -lyaml How-To-Repeat: Install textproc/libyaml and type pkg-config --cflags yaml-1.0
Responsible Changed From-To: freebsd-ports-bugs->jpaetzel Over to maintainer (via the GNATS Auto Assign Tool)
jpaetzel 2012-02-13 15:10:10 UTC FreeBSD ports repository Modified files: textproc/libyaml Makefile Added files: textproc/libyaml/files patch-yaml-0.1.pc.in Log: Update libyaml to generate the correct pkg-config PR: ports/165091 Submitted by: David Demelier <demelier.david@gmail.com> Revision Changes Path 1.11 +1 -1 ports/textproc/libyaml/Makefile 1.1 +9 -0 ports/textproc/libyaml/files/patch-yaml-0.1.pc.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!
A commit references this bug: Author: ehaupt Date: Tue Jan 5 13:06:05 UTC 2016 New revision: 405285 URL: https://svnweb.freebsd.org/changeset/ports/405285 Log: Document CVE-2015-7696, CVE-2015-7697 PR: 165091 Submitted by: brnrd Changes: head/security/vuxml/vuln.xml