public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-icculus/
@ 2024-05-12 22:41 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-05-12 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c6dc72e13a12a414286a9ea6c4e0769ffec8137f
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun May 12 18:06:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 12 22:38:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dc72e1

games-fps/quake2-icculus: update EAPI 7 -> 8

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{quake2-icculus-0.16.1-r2.ebuild => quake2-icculus-0.16.1-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r3.ebuild
similarity index 99%
rename from games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
rename to games-fps/quake2-icculus/quake2-icculus-0.16.1-r3.ebuild
index cf62daab5cd0..c51bb899c34f 100644
--- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
+++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop flag-o-matic toolchain-funcs
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-icculus/
@ 2024-05-12 22:41 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-05-12 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6938cabc43d900fa8e1090cf580b521c7e8bec
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun May 12 17:58:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 12 22:38:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6938ca

games-fps/quake2-icculus: mark as LTO-unsafe, strict-aliasing unsafe

Upstream is dead since 2006, no use reporting anything. Even then, their
last act was to convert CVS to SVN.

Closes: https://bugs.gentoo.org/858752
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
index ef6f7b8b34a4..29ebfee4ab85 100644
--- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
+++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop toolchain-funcs
+inherit desktop flag-o-matic toolchain-funcs
 
 MY_P="quake2-r${PV}"
 DESCRIPTION="The icculus.org Linux port of iD's Quake 2 engine"
@@ -102,6 +102,14 @@ yesno() {
 }
 
 src_compile() {
+	# -Werror=strict-aliasing, also -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/858752
+	#
+	# Upstream last committed changes in 2006, and that was "Switch from CVS to SVN".
+	# Effectively no mailing list discussion since then (sporadic posts from users).
+	append-flags -fno-strict-aliasing
+	filter-lto
+
 	# xatrix fails to build
 	# rogue fails to build
 	local libsuffix


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-icculus/
@ 2024-05-12 22:41 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-05-12 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4104790e00a645fbc3e1c41f830d25ac161595e5
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun May 12 18:01:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 12 22:38:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4104790e

games-fps/quake2-icculus: update HOMEPAGE, SRC_URI to use HTTPS

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
index 29ebfee4ab85..cf62daab5cd0 100644
--- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
+++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r2.ebuild
@@ -7,9 +7,9 @@ inherit desktop flag-o-matic toolchain-funcs
 
 MY_P="quake2-r${PV}"
 DESCRIPTION="The icculus.org Linux port of iD's Quake 2 engine"
-HOMEPAGE="http://icculus.org/quake2/"
-SRC_URI="http://icculus.org/quake2/files/${MY_P}.tar.gz
-	qmax? ( http://icculus.org/quake2/files/maxpak.pak )
+HOMEPAGE="https://icculus.org/quake2/"
+SRC_URI="https://icculus.org/quake2/files/${MY_P}.tar.gz
+	qmax? ( https://icculus.org/quake2/files/maxpak.pak )
 	rogue? ( mirror://idsoftware/quake2/source/roguesrc320.shar.Z )
 	xatrix? ( mirror://idsoftware/quake2/source/xatrixsrc320.shar.Z )"
 S="${WORKDIR}"/${MY_P}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-12 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-12 22:41 [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-icculus/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12 22:41 Sam James
2024-05-12 22:41 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox