From nobody@FreeBSD.org  Sat Aug 15 15:39:11 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 01C74106568B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Aug 2009 15:39:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E59088FC60
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Aug 2009 15:39:10 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7FFdA4O096655
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Aug 2009 15:39:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7FFdAx6096646;
	Sat, 15 Aug 2009 15:39:10 GMT
	(envelope-from nobody)
Message-Id: <200908151539.n7FFdAx6096646@www.freebsd.org>
Date: Sat, 15 Aug 2009 15:39:10 GMT
From: Max Brazhnikov <makc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-p2p/valknut: fix build on 6-stable
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137799
>Category:       ports
>Synopsis:       net-p2p/valknut: fix build on 6-stable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 15:40:07 UTC 2009
>Closed-Date:    Tue Aug 18 10:26:09 UTC 2009
>Last-Modified:  Tue Aug 18 10:26:09 UTC 2009
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.2-STABLE FreeBSD 7.2-STABLE #2: Fri Jun 26 21:57:33 MSD 2009     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
Fix build after recent update for Qt4 ports.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/valknut/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	31 Jul 2009 13:55:04 -0000	1.46
+++ Makefile	15 Aug 2009 15:10:57 -0000
@@ -35,6 +35,7 @@
 INSTALLS_ICONS=	yes
 CFLAGS+=	-I${QT_INCDIR}
 LDFLAGS=	-L${QT_LIBDIR}
+QTCFGLIBS+=	${PTHREAD_LIBS}
 CONFIGURE_ENV+=	DCLIB_CFLAGS=-I${LOCALBASE}/include
 
 post-patch:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 15 15:40:23 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137799 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Aug 18 10:26:08 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

Fine to me. I haven't tested it myself, but I trust you on that :)
Go ahead and commit it.
