Date: Wed, 22 Aug 2007 15:31:25 GMT From: Gustavo Perez <gustau.perez@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115726: games/brutalchess gcc problem on current Message-ID: <200708221531.l7MFVPJl075621@www.freebsd.org> Resent-Message-ID: <200708221540.l7MFe1D3088235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708221531.l7MFVPJl075621>