Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/crafty: ChangeLog crafty-21.6.ebuild
Date: Sun, 09 Dec 2007 10:25:23
Message-Id: E1J1JLZ-0007ar-OW@stork.gentoo.org
1 tupone 07/12/09 10:25:17
2
3 Modified: ChangeLog crafty-21.6.ebuild
4 Log:
5 Fix problem on x86_64 platform. Bug #195918 & Bug #201630
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.23 games-board/crafty/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 7 Dec 2007 22:33:56 -0000 1.22
22 +++ ChangeLog 9 Dec 2007 10:25:17 -0000 1.23
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-board/crafty
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.22 2007/12/07 22:33:56 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.23 2007/12/09 10:25:17 tupone Exp $
28 +
29 + 09 Dec 2007; <atupone@g.o> crafty-21.6.ebuild:
30 + Fix problem on x86_64 platform.
31 + Bug #195918 by HTS.
32 + Bug #201630 by Chris Smith
33
34 *crafty-21.6 (07 Dec 2007)
35
36
37
38
39 1.2 games-board/crafty/crafty-21.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-21.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-21.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/crafty/crafty-21.6.ebuild?r1=1.1&r2=1.2
44
45 Index: crafty-21.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-21.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- crafty-21.6.ebuild 7 Dec 2007 22:33:56 -0000 1.1
52 +++ crafty-21.6.ebuild 9 Dec 2007 10:25:17 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-21.6.ebuild,v 1.1 2007/12/07 22:33:56 tupone Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-21.6.ebuild,v 1.2 2007/12/09 10:25:17 tupone Exp $
58
59 inherit flag-o-matic games
60
61 @@ -52,7 +52,13 @@
62 -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT
63 append-flags -fno-gcse \
64 -fomit-frame-pointer -mpreferred-stack-boundary=2
65 - makeopts="${makeopts} CC=gcc CXX=g++ asm=X86.o"
66 + makeopts="${makeopts} CC=gcc CXX=g++"
67 + elif [[ "${CHOST}" == "x86_64-pc-linux-gnu" ]] ; then
68 + append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
69 + -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \
70 + -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT
71 + append-flags -fomit-frame-pointer
72 + makeopts="${makeopts} CC=gcc CXX=g++"
73 else
74 : # everything else :)
75 fi
76
77
78
79 --
80 gentoo-commits@g.o mailing list