From ahze@gentoo.ahze.net  Wed Jul 28 06:57:32 2004
Return-Path: <ahze@gentoo.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5E7E716A4E5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Jul 2004 06:57:32 +0000 (GMT)
Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B232143D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Jul 2004 06:57:31 +0000 (GMT)
	(envelope-from ahze@gentoo.ahze.net)
Received: from gentoo.ahze.net ([68.209.163.3])
          by imf17aec.mail.bellsouth.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040728065731.ZUFF8009.imf17aec.mail.bellsouth.net@gentoo.ahze.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Wed, 28 Jul 2004 02:57:31 -0400
Received: (from root@localhost)
	by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i6S6vU8m017695;
	Wed, 28 Jul 2004 02:57:30 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200407280657.i6S6vU8m017695@gentoo.ahze.net>
Date: Wed, 28 Jul 2004 02:57:30 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/libopendaap: [fix pkg-config file to work with pthread]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69691
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libopendaap: [fix pkg-config file to work with pthread]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 07:00:44 GMT 2004
>Closed-Date:    Wed Jul 28 12:33:18 GMT 2004
>Last-Modified:  Wed Jul 28 12:33:18 GMT 2004
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Fix pthreads in opendaap.pc
 
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libopendaap-0.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	28 Jul 2004 06:11:06 -0000	1.6
+++ Makefile	28 Jul 2004 06:50:38 -0000
@@ -30,7 +30,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
-		${WRKSRC}/Makefile.am \
-		${WRKSRC}/Makefile.in
+		${WRKSRC}/Makefile.in \
+		${WRKSRC}/opendaap.pc.in
 
 .include <bsd.port.mk>
--- libopendaap-0.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jul 28 12:33:05 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69691 
>Unformatted:
