pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gmp3info Fix build problem with GCC 3.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14f355b464f7
branches:  trunk
changeset: 461802:14f355b464f7
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Sep 21 20:39:26 2003 +0000

description:
Fix build problem with GCC 3.3.1.

diffstat:

 audio/gmp3info/distinfo         |   3 ++-
 audio/gmp3info/patches/patch-ab |  23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r dcbb718b348a -r 14f355b464f7 audio/gmp3info/distinfo
--- a/audio/gmp3info/distinfo   Sun Sep 21 20:33:41 2003 +0000
+++ b/audio/gmp3info/distinfo   Sun Sep 21 20:39:26 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2002/12/30 20:47:29 tron Exp $
+$NetBSD: distinfo,v 1.6 2003/09/21 20:39:26 tron Exp $
 
 SHA1 (mp3info-0.8.4.tgz) = a291aa1c3c216f838f85c1148adbb69f7bf31d80
 Size (mp3info-0.8.4.tgz) = 38773 bytes
 SHA1 (patch-aa) = 8d371ae15a05bd3d4f52ad0b850b9e739fcb0b54
+SHA1 (patch-ab) = 7b96582d8b0681383afacb89c3ca968b3d6b24c4
diff -r dcbb718b348a -r 14f355b464f7 audio/gmp3info/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gmp3info/patches/patch-ab   Sun Sep 21 20:39:26 2003 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1 2003/09/21 20:39:27 tron Exp $
+
+--- gmp3info.c.orig    2001-07-16 11:17:16.000000000 +0200
++++ gmp3info.c 2003-09-21 22:36:40.000000000 +0200
+@@ -484,12 +484,12 @@
+ }
+ 
+ void about_mp3info(void) {
+-      quick_popup(VERSION,"MP3Info
+-                      An ID3 Tag Editor\n\n
+-                      Original author: Ricardo Cerqueira <rmc%plug.pt@localhost>
+-                      Current maintainer: Cedric Tefft <cedric%earthling.net@localhost>
+-                      GTK Version: Ricardo Cerqueira <rmc%plug.pt@localhost>\n\n
+-                      Ricardo Cerqueira, Cedric Tefft   1999-2001\n\n");
++      quick_popup(VERSION,"MP3Info\n"
++                      "An ID3 Tag Editor\n\n\n"
++                      "Original author: Ricardo Cerqueira <rmc%plug.pt@localhost>\n"
++                      "Current maintainer: Cedric Tefft <cedric%earthling.net@localhost>\n"
++                      "GTK Version: Ricardo Cerqueira <rmc%plug.pt@localhost>\n\n\n"
++                      "Ricardo Cerqueira, Cedric Tefft   1999-2001\n\n\n");
+ }
+ 
+ /* rmcc has left the building */



Home | Main Index | Thread Index | Old Index