ports/123297: [PATCH] net-p2p/rtorrent-devel: Fix build on FreeBSD 6.x
Gea-Suan Lin
gslin at gslin.org
Thu May 1 13:40:02 UTC 2008
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list