files/libev.pc.in has a line saying "includedi=${prefix}/include", which should be "includedir=${prefix}/include". This makes pkg-config detection not work for libev. Fix: s/includedi/includedir/.
Responsible Changed From-To: freebsd-ports-bugs->vsevolod Over to maintainer (via the GNATS Auto Assign Tool)
vsevolod 2011-10-10 14:22:21 UTC FreeBSD ports repository Modified files: devel/libev Makefile devel/libev/files libev.pc.in Log: - Fix misprint in libev.pc.in file - Update PORTREVISION to provide correct version of libev.pc for the port PR: 161433 Submitted by: rakuco Revision Changes Path 1.12 +1 -0 ports/devel/libev/Makefile 1.2 +1 -1 ports/devel/libev/files/libev.pc.in _______________________________________________ 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!