diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:21:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 22:21:04 +0000 |
commit | 8b32b323baa67eed346d4c6b954c9542c1a8c751 (patch) | |
tree | 2d26313741ef7731834e73d02532c0f93edcb9c1 /games-emulation/xmess | |
parent | initial commit; #45058 (diff) | |
download | historical-8b32b323baa67eed346d4c6b954c9542c1a8c751.tar.gz historical-8b32b323baa67eed346d4c6b954c9542c1a8c751.tar.bz2 historical-8b32b323baa67eed346d4c6b954c9542c1a8c751.zip |
sync ebuild with xmame
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r-- | games-emulation/xmess/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/xmess/Manifest | 5 | ||||
-rw-r--r-- | games-emulation/xmess/files/0.81.1-glx-fix.patch | 11 | ||||
-rw-r--r-- | games-emulation/xmess/xmess-0.81.1.ebuild | 5 |
4 files changed, 22 insertions, 5 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog index f95b9c5e40e5..5b333d1569ca 100644 --- a/games-emulation/xmess/ChangeLog +++ b/games-emulation/xmess/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/xmess # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.12 2004/04/19 10:30:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.13 2004/04/21 22:21:04 mr_bones_ Exp $ + + 21 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xmess-0.81.1.ebuild, + files/0.81.1-glx-fix.patch: + sync ebuild with xmame *xmess-0.81.1 (19 Apr 2004) diff --git a/games-emulation/xmess/Manifest b/games-emulation/xmess/Manifest index a1ed7c615112..60d59c20b7da 100644 --- a/games-emulation/xmess/Manifest +++ b/games-emulation/xmess/Manifest @@ -1,9 +1,9 @@ -MD5 8860020b3646448c058974736202ff24 ChangeLog 2299 +MD5 5c1d76d3e747e2e6075fb79b087a6b39 ChangeLog 2431 MD5 9234fb73ff5152a82d4e5cf8b85ab3b8 xmess-0.77.1.ebuild 6254 MD5 b1fbb4dfbdb5c17c8dc09d9db55dfea8 xmess-0.78.1.ebuild 6257 MD5 92eb6adc623daf0f2aa00bf67a4b617c xmess-0.80.1.ebuild 6230 MD5 0234d9024c471faf92bb1219242614ef metadata.xml 1566 -MD5 3a17420652fff7263ee2e81484b52d29 xmess-0.81.1.ebuild 6444 +MD5 6c26fbdb240ac4d0b7daf1002e959afb xmess-0.81.1.ebuild 6484 MD5 93b9c4a740015eb7262b223c7b8b7bbf files/0.77.1-icc.patch 584 MD5 13dc5b32bbff98dec74c41dd0c9b33a1 files/0.77.1-glx-fix.patch 597 MD5 13dc5b32bbff98dec74c41dd0c9b33a1 files/0.78.1-glx-fix.patch 597 @@ -17,3 +17,4 @@ MD5 93b9c4a740015eb7262b223c7b8b7bbf files/0.80.1-icc.patch 584 MD5 a956d1afa6724941d56732f2b91f42eb files/0.80.1-make.patch 1243 MD5 e6d34df3a2c4a7f74b4853084f9b363e files/digest-xmess-0.80.1 67 MD5 9890e1cb0e82b29fde141274f5ce5eec files/digest-xmess-0.81.1 67 +MD5 240bd404f0deb6cd68bf6a98a5fb76db files/0.81.1-glx-fix.patch 386 diff --git a/games-emulation/xmess/files/0.81.1-glx-fix.patch b/games-emulation/xmess/files/0.81.1-glx-fix.patch new file mode 100644 index 000000000000..cbcb32d8a7dc --- /dev/null +++ b/games-emulation/xmess/files/0.81.1-glx-fix.patch @@ -0,0 +1,11 @@ +--- src/unix/osd_cpu.h.orig 2004-04-20 14:30:49.000000000 -0700 ++++ src/unix/osd_cpu.h 2004-04-20 14:31:48.000000000 -0700 +@@ -38,7 +38,7 @@ + #endif + #endif + +-#ifndef __ARCH_solaris ++#if !defined __ARCH_solaris && !defined xgl + /* grrr work around some stupid header conflicts */ + #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 + typedef signed char INT8; diff --git a/games-emulation/xmess/xmess-0.81.1.ebuild b/games-emulation/xmess/xmess-0.81.1.ebuild index cc8146c2f82e..5036a8e5dc4b 100644 --- a/games-emulation/xmess/xmess-0.81.1.ebuild +++ b/games-emulation/xmess/xmess-0.81.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.81.1.ebuild,v 1.1 2004/04/19 10:30:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.81.1.ebuild,v 1.2 2004/04/21 22:21:04 mr_bones_ Exp $ -inherit games flag-o-matic gcc eutils +inherit flag-o-matic gcc eutils games TARGET="${PN}" @@ -36,6 +36,7 @@ S="${WORKDIR}/xmame-${PV}" src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${PV}-glx-fix.patch sed -i \ -e 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h \ || die "setting joybuttons failed" #36818 |