* [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx/files: terminatorx-3.84-new-zlib.patch
@ 2015-01-29 10:28 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-29 10:28 UTC (permalink / raw
To: gentoo-commits
pacho 15/01/29 10:28:47
Added: terminatorx-3.84-new-zlib.patch
Log:
Use gnome2.eclass properly, fix compilation with current zlib (#413623), drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.1 media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.1&content-type=text/plain
Index: terminatorx-3.84-new-zlib.patch
===================================================================
Description: Fix FTBFS errors with newer zlib.
Author: Moritz Muehlenhoff <muehlenhoff@univention.de>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053
Forwarded: no
---
src/tX_midiin.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- terminatorx.orig/src/tX_midiin.cc
+++ terminatorx/src/tX_midiin.cc
@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
void tX_midiin::store_connections(FILE *rc, char *indent)
{
- gzFile *rz=NULL;
+ gzFile rz=NULL;
tX_store("%s<midi_connections>\n", indent);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx/files: terminatorx-3.84-new-zlib.patch
@ 2015-02-05 9:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-05 9:53 UTC (permalink / raw
To: gentoo-commits
jer 15/02/05 09:53:51
Modified: terminatorx-3.84-new-zlib.patch
Log:
Clean up patch (maybe bug #538906).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?r1=1.1&r2=1.2
Index: terminatorx-3.84-new-zlib.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- terminatorx-3.84-new-zlib.patch 29 Jan 2015 10:28:47 -0000 1.1
+++ terminatorx-3.84-new-zlib.patch 5 Feb 2015 09:53:51 -0000 1.2
@@ -6,8 +6,8 @@
src/tX_midiin.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- terminatorx.orig/src/tX_midiin.cc
-+++ terminatorx/src/tX_midiin.cc
+--- a/src/tX_midiin.cc
++++ b/src/tX_midiin.cc
@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
void tX_midiin::store_connections(FILE *rc, char *indent)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-05 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 9:53 [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx/files: terminatorx-3.84-new-zlib.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-01-29 10:28 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox