Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 11:49:51 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66760: [MAINTAINER] net/qtorrent: [add note about python threads]
Message-ID:  <20040517154951.B0FA66201@ahze.ahze.net>
Resent-Message-ID: <200405171550.i4HFoIhu079697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 08:50:18 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040517154951.B0FA66201>