Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2007 11:34:40 -0300
From:      "Alejandro Pulver" <alepulver@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/114864: [PATCH] net-p2p/rblibtorrent: fix building on FreeBSD 7
Message-ID:  <1185287680.52611@deimos.mars.bsd>
Resent-Message-ID: <200707241510.l6OFA1u1099543@freefall.freebsd.org>

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

>Number:         114864
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rblibtorrent: fix building on FreeBSD 7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 15:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
    root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP



>Description:


- Remove USE_GCC=3.4 to fix building on FreeBSD 7 (I guess the problem was due to mixing GCC 4.x and GCC 3.x generated code).


>How-To-Repeat:





>Fix:


--- rblibtorrent.diff begins here ---
Index: rblibtorrent/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/rblibtorrent/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- rblibtorrent/Makefile	4 Jul 2007 15:10:57 -0000	1.8
+++ rblibtorrent/Makefile	24 Jul 2007 14:10:01 -0000
@@ -19,7 +19,6 @@
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GCC=	3.4
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
--- rblibtorrent.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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