One of the ports I maintain requires the threaded version of Boehm GC, but since it tries to detect it via "pkg-config bdw-gc", it links against the non-threaded libraries. It would simplify my life a bit if devel/boehm-gc-threaded would install it's own .pc file, so I could depend on it. Note: I think a similar thing can be done to devel/boehm-gc-redirect, if the maintainer wishes so. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
stas 2010-09-12 10:43:58 UTC FreeBSD ports repository Modified files: devel/boehm-gc-threaded Makefile Log: - Install pkg-config file. - Bump portrevision. PR: ports/149567 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Revision Changes Path 1.2 +6 -1 ports/devel/boehm-gc-threaded/Makefile _______________________________________________ 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!