Summary: | [PATCH] sysutils/openipmi (fix pthread/pkg-config issue) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Eric Freeman <freebsdports> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Eric Freeman
2012-12-18 16:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool) Maintainer of sysutils/openipmi, Please note that PR ports/174545 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/174545 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Just for cross reference purposes, the PR for net-mgmt/collectd5 update I mentioned that was the trigger for this fix is now in the system as ports/174953 State Changed From-To: feedback->closed Committed. Thanks! Author: swills Date: Sun Jan 13 21:18:41 2013 New Revision: 310337 URL: http://svnweb.freebsd.org/changeset/ports/310337 Log: - fix pthread/pkg-config issue PR: ports/174545 Submitted by: Eric Freeman <freebsdports@chillibear.com> Approved by: maintainer timeout (alex.deiter@gmail.com, >3 weeks) Added: head/sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in (contents, props changed) Modified: head/sysutils/openipmi/Makefile (contents, props changed) Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Sun Jan 13 21:14:23 2013 (r310336) +++ head/sysutils/openipmi/Makefile Sun Jan 13 21:18:41 2013 (r310337) @@ -7,6 +7,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.19 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library DISTNAME= OpenIPMI-${PORTVERSION} Added: head/sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in Sun Jan 13 21:18:41 2013 (r310337) @@ -0,0 +1,11 @@ +--- OpenIPMIpthread.pc.in.orig 2012-12-18 16:15:18.000000000 +0000 ++++ OpenIPMIpthread.pc.in 2012-12-18 16:15:29.000000000 +0000 +@@ -6,6 +6,6 @@ + Name: OpenIPMIpthread + Description: Pthread OS handler for OpenIPMI + Version: @VERSION@ +-Requires: OpenIPMI pthread ++Requires: OpenIPMI + Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread +-Cflags: -I${includedir} ++Cflags: -I${includedir} ${PTHREAD_LIBS} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |