Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2009 16:10:44 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132900: [PATCH] net-p2p/deluge: prepare for upcoming boost 1.37.0
Message-ID:  <20090321131044.62D77108839@hades.panopticon>
Resent-Message-ID: <200903211320.n2LDK1Os065958@freefall.freebsd.org>

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

>Number:         132900
>Category:       ports
>Synopsis:       [PATCH] net-p2p/deluge: prepare for upcoming boost 1.37.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 21 13:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Feb 10 23:56:47 MSK 2009
>Description:
Deluge doesn't build with upcoming boost 1.37.0 (see http://wiki.freebsd.org/BoostPortingProject)

On 6.x, there are errors:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.6-exp.20090211224145/deluge-0.5.9.4.log

and on later freebsd versions, it triggers internal compiler errors in gcc 4.2.

USE_GCC=4.3+ fixes both of those. 

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

--- deluge-1.1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net-p2p/deluge/Makefile,v
retrieving revision 1.52
diff -u -u -r1.52 Makefile
--- Makefile	18 Mar 2009 20:06:35 -0000	1.52
+++ Makefile	21 Mar 2009 03:13:45 -0000
@@ -24,6 +24,7 @@
 USE_GETTEXT=	yes
 USE_OPENSSL=	yes
 USE_PYTHON=	yes
+USE_GCC=	4.3+
 
 MAKE_ENV+=	PYTHONPATH=${PYTHONPREFIX_SITELIBDIR}
 
--- deluge-1.1.5.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?20090321131044.62D77108839>