public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/files/
@ 2016-12-03 11:38 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2016-12-03 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbaa4de0ef08ab92f998c0bbbb0bc9dca7108d5
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 18:19:08 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 11:37:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbaa4de

games-rpg/eternal-lands: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch
deleted file mode 100644
index a41db54..00000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- platform.h.orig	2010-02-03 13:21:41.300205559 -0500
-+++ platform.h	2010-02-03 13:22:25.704049074 -0500
-@@ -79,7 +79,7 @@
-  #define GL_GLEXT_LEGACY
-  #include <GL/gl.h>
-  #include <GL/glu.h>
-- #include "glext.h"
-+ #include <GL/glext.h>
- #endif
- 
- // Inlucde the plaform specific location sound libs


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/files/
@ 2017-12-23 13:11 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-23 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2141769aba5f646f0d8b7d2dfee0fd2f207c77ec
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 15:27:30 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 13:10:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2141769a

games-rpg/eternal-lands: remove unused patches

 .../files/eternal-lands-1.9.1-libpng.patch         | 23 ----------------------
 .../files/eternal-lands-1.9.2-glext.patch          | 11 -----------
 2 files changed, 34 deletions(-)

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch
deleted file mode 100644
index 953ab8ffefd..00000000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- elc.orig/misc.c
-+++ elc/misc.c
-@@ -311,7 +311,7 @@ int IMG_SavePNG_RW (SDL_Surface *face, S
- 	}
- 	
- 	/* Set error handling. */
--	if (setjmp(png_ptr->jmpbuf))
-+	if (setjmp(png_jmpbuf(png_ptr)))
- 	{
- 		/* If we get here, we had a problem reading the file */
- 		IMG_SetError("Error writing the PNG file");
-@@ -360,10 +360,7 @@ done:
- 	if (row_pointers != NULL)
- 		free (row_pointers);
- 	
--	if (info_ptr != NULL && info_ptr->palette != NULL)
--		free (info_ptr->palette);
--	
--	png_destroy_write_struct (&png_ptr, (png_infopp)NULL);
-+	png_destroy_write_struct (&png_ptr, &info_ptr);
- 	
- 	return result;
- }

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch
deleted file mode 100644
index f096d2fc425..00000000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- platform.h.orig	2011-06-18 13:55:09.704489907 -0400
-+++ platform.h	2011-06-18 13:55:41.675544567 -0400
-@@ -79,7 +79,7 @@
-  #define GL_GLEXT_LEGACY
-  #include <GL/gl.h>
-  #include <GL/glu.h>
-- #include "glext.h"
-+ #include <GL/glext.h>
- #else // BSD
-  #include <GL/gl.h>
-  #include <GL/glu.h>


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

end of thread, other threads:[~2017-12-23 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 11:38 [gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/files/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2017-12-23 13:11 David Seifert

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