ports/115726: games/brutalchess gcc problem on current

Gustavo Perez gustau.perez at gmail.com
Wed Aug 22 15:40:01 UTC 2007


>Number:         115726
>Category:       ports
>Synopsis:       games/brutalchess gcc problem on current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 22 15:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gustavo Perez
>Release:        6.2
>Organization:
>Environment:
FreeBSD portatil 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jul 30 16:07:18 CEST 2007     gperez at portatil:/usr/obj/usr/src/sys/CUSTOM  i386

>Description:
Brutalchess doesn't compile on 7.0 as it has some problem with gcc shipped. In 6.2 gcc version is 3.4 which is fine. Forcing 3.4 should do the trick. 
>How-To-Repeat:
Build brutalchess on CURRENT raises the problem.-
>Fix:
Using 3.4 (tested 4.1) compiles flawlessly. The patch modifies the Makefile.

Patch attached with submission follows:

--- Makefile.orig	2007-08-22 17:16:23.000000000 +0200
+++ Makefile	2007-08-22 17:16:27.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=		brutalchess
 PORTVERSION=		0.5.2
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		games
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,6 +22,7 @@
 
 USE_GMAKE=		yes
 USE_AUTOTOOLS=		libtool:15
+USE_GCC=		3.4
 
 USE_GL=			yes
 USE_SDL=		sdl image


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



More information about the freebsd-ports-bugs mailing list