Date: Thu, 1 May 2008 21:36:37 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, flz@FreeBSD.org Subject: ports/123297: [PATCH] net-p2p/rtorrent-devel: Fix build on FreeBSD 6.x Message-ID: <20080501133637.726691CC3D@ccreader.NCTU.edu.tw> Resent-Message-ID: <200805011340.m41De2Hk046919@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123297 >Category: ports >Synopsis: [PATCH] net-p2p/rtorrent-devel: Fix build on FreeBSD 6.x >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: Thu May 01 13:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #3: Tue Jan 15 11:22:08 CST 2008 >Description: - Fix build on FreeBSD 6.x since GCC 3.4 error. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2008043014/rtorrent-devel-0.8.1.log http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.6.2008042923/rtorrent-devel-0.8.1.log - Bump PORTREVISION because 5.x package will be changed. Port maintainer (flz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rtorrent-devel-0.8.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent-devel/Makefile /home/staff/gslin/work/ports/rtorrent-devel/Makefile --- /usr/ports/net-p2p/rtorrent-devel/Makefile 2008-04-21 20:45:04.000000000 +0800 +++ /home/staff/gslin/work/ports/rtorrent-devel/Makefile 2008-05-01 21:35:01.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= rtorrent-devel PORTVERSION= 0.8.1 -PORTREVISION= 0 +PORTREVISION= 1 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org @@ -22,6 +22,8 @@ PLIST= ${.CURDIR}/pkg-plist DESCR= ${MASTERDIR}/pkg-descr +USE_GCC= 4.2+ + CONFLICTS= rtorrent-[0-9]* .include "${MASTERDIR}/Makefile" --- rtorrent-devel-0.8.1_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?20080501133637.726691CC3D>