Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (05d4ec74fcbfed002b6d47b76deb2d324f7fffec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (05d4ec74fcbfed002b6d47b76deb2d324f7fffec)
  • Date: Tue, 9 Jul 2019 04:01:12 +0000

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 9 +++++++--
FUNCTIONS | 1 +
games-emulators/dosbox/CONFIGURE | 3 ++-
games-emulators/dosbox/HISTORY | 5 +++++
games-fps/tremulous/HISTORY | 5 +++++
games-fps/tremulous/INSTALL | 2 +-
6 files changed, 21 insertions(+), 4 deletions(-)

New commits:
commit 05d4ec74fcbfed002b6d47b76deb2d324f7fffec
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tremulous: Set 64-bit for EM64T as well.

Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.

commit 99bd518f138cdc1e0bf837667fda81ae05655490
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dosbox: Set 64-bit for EM64T as well.

Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.

commit 2574a8968c5232b404ddd819bc62d13616398f65
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

FUNCTIONS: In disable_pic, check 64-bit for EM64T as well.

Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
SMGL_COMPAT_ARCH[1] from x86_64 to em64t.

diff --git a/ChangeLog b/ChangeLog
index f65a619..80129f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
+ * FUNCTIONS: In disable_pic, check 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
+ SMGL_COMPAT_ARCH[1] from x86_64 to em64t.
+
2018-04-24 Vlad Glagolev <stealth AT sourcemage.org>
* games-emulators/nestopia: new spell, portable NES/Famicom emulator
written in C++
@@ -6,8 +11,8 @@
* games-fps/eduke32: new spell, a port of the Duke Nukem 3D engine

2018-01-15 Ismael Luceno <ismael AT sourcemage.org>
- * games-emulators/xmame: spell deprecated [project dead, x11 support
- available in mame]
+ * games-emulators/xmame: spell deprecated [project dead, x11 support
+ available in mame]

2017-12-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: port changes to qt*_cmake_build from test grimoire
diff --git a/FUNCTIONS b/FUNCTIONS
index 1a4fc7d..ad135b5 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -254,6 +254,7 @@ function verify_file() {
#---
disable_pic() {
if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" ]] &&
+ [[ "${SMGL_COMPAT_ARCHS[1]}" != "em64t" ]] &&
[[ "${SMGL_COMPAT_ARCHS[1]}" != "alpha" ]] ||
[[ "$1" == "force" ]]
then
diff --git a/games-emulators/dosbox/CONFIGURE
b/games-emulators/dosbox/CONFIGURE
index 38b7c94..c8d335f 100755
--- a/games-emulators/dosbox/CONFIGURE
+++ b/games-emulators/dosbox/CONFIGURE
@@ -4,7 +4,8 @@ config_query_option DOSBOX_CORE_INLINE
\
"--enable-core-inline" \
"--disable-core-inline" &&
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]] ||
- [[ ${SMGL_COMPAT_ARCHS[1]} == "ia32" ]]; then
+ [[ ${SMGL_COMPAT_ARCHS[1]} == "em64t" ]] ||
+ [[ ${SMGL_COMPAT_ARCHS[1]} == "ia32" ]]; then
config_query_option DOSBOX_X86_DYNAMIC \
"Enable x86 dynamic cpu core" \
"y" \
diff --git a/games-emulators/dosbox/HISTORY b/games-emulators/dosbox/HISTORY
index cd2a43b..2eadf51 100644
--- a/games-emulators/dosbox/HISTORY
+++ b/games-emulators/dosbox/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2019-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.74-3
* PRE_BUILD, sdl-xorg-1.20.1.patch: removed
diff --git a/games-fps/tremulous/HISTORY b/games-fps/tremulous/HISTORY
index 4af54ad..6fd8431 100644
--- a/games-fps/tremulous/HISTORY
+++ b/games-fps/tremulous/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Switch dependency from openal(-soft) to OPENAL

diff --git a/games-fps/tremulous/INSTALL b/games-fps/tremulous/INSTALL
index a7cd1d0..d3b1b9b 100755
--- a/games-fps/tremulous/INSTALL
+++ b/games-fps/tremulous/INSTALL
@@ -1,7 +1,7 @@
cd ${SOURCE_DIRECTORY} &&
mkdir -p ${INSTALL_ROOT}/usr/share/games/${SPELL}/base &&
cp -Rv base/* ${INSTALL_ROOT}/usr/share/games/${SPELL}/base &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
cp *.${SMGL_COMPAT_ARCHS[1]} ${INSTALL_ROOT}/usr/share/games/${SPELL}
else
cp *.x86 ${INSTALL_ROOT}/usr/share/games/${SPELL}



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (05d4ec74fcbfed002b6d47b76deb2d324f7fffec), Eric Sandall, 07/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page