From root@ahze.ahze.net  Mon May 17 08:48:56 2004
Return-Path: <root@ahze.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BA9EF16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 May 2004 08:48:56 -0700 (PDT)
Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B78643D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 May 2004 08:48:56 -0700 (PDT)
	(envelope-from root@ahze.ahze.net)
Received: by ahze.ahze.net (Postfix, from userid 0)
	id B0FA66201; Mon, 17 May 2004 11:49:51 -0400 (EDT)
Message-Id: <20040517154951.B0FA66201@ahze.ahze.net>
Date: Mon, 17 May 2004 11:49:51 -0400 (EDT)
From: michael johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/qtorrent: [add note about python threads]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66760
>Category:       ports
>Synopsis:       [MAINTAINER] net/qtorrent: [add note about python threads]
>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:   Mon May 17 08:50:18 PDT 2004
>Closed-Date:    Fri May 21 06:46:28 PDT 2004
>Last-Modified:  Fri May 21 06:46:28 PDT 2004
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- add note about needing WITH_THREADS defined with python for this to work.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- qtorrent-0.9.6.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/qtorrent/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2 Apr 2004 05:46:03 -0000	1.2
+++ Makefile	17 May 2004 15:48:08 -0000
@@ -20,4 +20,10 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
+pre-everything::
+	@${ECHO_MSG} "===>"
+	@${ECHO_MSG} "===> For qtorrent to work you need to compile"
+	@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
+	@${ECHO_MSG} "===>"
+
 .include <bsd.port.mk>
--- qtorrent-0.9.6.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri May 21 06:46:16 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

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