ports/89563: [PATCH] net/gtk-gnutella: [Fix build on 4.x]
Tod McQuillin
devin at spamcop.net
Sat Nov 26 01:30:11 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list