ports/101329: [PATCH] x11-toolkits/py-gnome-extras - fix build on FreeBSD 4.x

Shaun Amott shaun at FreeBSD.org
Thu Aug 3 20:00:36 UTC 2006


>Number:         101329
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/py-gnome-extras - fix build on FreeBSD 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 03 20:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

FreeBSD 4.11; gcc version 2.95.4

>Description:

py-gnome-extras fails to build on FreeBSD 4.x. Using a newer version of
gcc fixes this.

>How-To-Repeat:

>Fix:

--- py-gnome-extras.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/py-gnome-extras/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	13 Jul 2006 02:53:41 -0000	1.17
+++ Makefile	3 Aug 2006 19:12:38 -0000
@@ -24,6 +24,8 @@
 		gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
 		gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
 
+USE_GCC=	3.2+
+
 USE_GECKO=	firefox mozilla seamonkey
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- py-gnome-extras.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list