Bug 165855 - [patch] devel/zmq -- add pthread libraries to pkg-config file
Summary: [patch] devel/zmq -- add pthread libraries to 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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 17:10 UTC by Pietro Cerutti
Modified: 2012-03-09 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (426 bytes, patch)
2012-03-08 17:10 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2012-03-08 17:10:09 UTC
zmq requires pthread, but doesn't specify it in the pc file.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-08 17:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-08 17:10:21 UTC
Maintainer of devel/zmq,

Please note that PR ports/165855 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165855

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-08 17:10:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 gslin 2012-03-09 10:31:44 UTC
Thanks, please commit it.

On Thu, Mar 08, 2012 at 05:10:21PM +0000, Edwin Groothuis wrote:
> Maintainer of devel/zmq,
> 
> Please note that PR ports/165855 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165855
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-03-09 11:04:19 UTC
gahr        2012-03-09 11:04:06 UTC

  FreeBSD ports repository

  Modified files:
    devel/zmq            Makefile 
  Log:
  - Add pthread libraries to pkg-config file
  
  PR:             165855
  Submitted by:   Pietro Cerutti <gahr@FreeBSD.org>
  Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.12      +3 -0      ports/devel/zmq/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 6 Pietro Cerutti freebsd_committer freebsd_triage 2012-03-09 11:04:48 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!