Bug 149567 - [patch] devel/boehm-gc-threaded: add it's own pkg-config file
Summary: [patch] devel/boehm-gc-threaded: add it's own pkg-config file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 10:50 UTC by Vitaly Magerya
Modified: 2010-09-12 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2010-08-12 10:50 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2010-08-12 10:50:03 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-12 11:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-12 11:44:09 UTC
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"
Comment 3 Stanislav Sedov freebsd_committer freebsd_triage 2010-09-12 11:44:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!