Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2005 10:27:08 +0900
From:      Tod McQuillin <devin@spamcop.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jonas@schiebtsich.net
Subject:   ports/89563: [PATCH] net/gtk-gnutella: [Fix build on 4.x]
Message-ID:  <E1EfoqK-000DmW-CD@mail.distalzou.net>
Resent-Message-ID: <200511260130.jAQ1U9LF073891@freefall.freebsd.org>

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

>Number:         89563
>Category:       ports
>Synopsis:       [PATCH] net/gtk-gnutella: [Fix build on 4.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:   Sat Nov 26 01:30:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tod McQuillin
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Fri Oct 21 00:15:17 JST 2005
>Description:
Does not compile using gcc 2.x ... add USE_GCC=3.2+ when building
on FreeBSD 4.x.

Port maintainer (jonas@schiebtsich.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Attempt build on 4.x.

>Fix:

--- gtk-gnutella-0.96.b.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/src/cvs-repo/ports/net/gtk-gnutella/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	25 Nov 2005 15:27:11 -0000	1.29
+++ Makefile	26 Nov 2005 01:06:29 -0000
@@ -61,7 +61,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Does not compile"
+USE_GCC=3.2+
 .endif
 
 .if !defined(INTERACTIVE_CONFIGURE)
--- gtk-gnutella-0.96.b.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?E1EfoqK-000DmW-CD>