pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3blaster There is a bogus definition of gettex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ea096265347
branches:  trunk
changeset: 462768:4ea096265347
user:      cube <cube%pkgsrc.org@localhost>
date:      Sat Oct 11 21:55:24 2003 +0000

description:
There is a bogus definition of gettext in src/main.cc. Since that function
is actually never used (only in commented blocks), comment it also.

Fixes PR pkg/21803.

diffstat:

 audio/mp3blaster/distinfo         |   4 ++--
 audio/mp3blaster/patches/patch-ag |  12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r fa059758351b -r 4ea096265347 audio/mp3blaster/distinfo
--- a/audio/mp3blaster/distinfo Sat Oct 11 16:43:53 2003 +0000
+++ b/audio/mp3blaster/distinfo Sat Oct 11 21:55:24 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/09/30 09:43:59 cube Exp $
+$NetBSD: distinfo,v 1.5 2003/10/11 21:55:24 cube Exp $
 
 SHA1 (mp3blaster-3.1.3.tar.gz) = 516f0b55443c9b7035ef2a82903b369c13a8f001
 Size (mp3blaster-3.1.3.tar.gz) = 273688 bytes
@@ -8,7 +8,7 @@
 SHA1 (patch-ad) = b181950ed46cb29508f75a9e681038a66444b48d
 SHA1 (patch-ae) = 74e28ada4059863c51eb7590b28c58a3b07bb1c2
 SHA1 (patch-af) = bc48687a1e08d1884f79d5e0b5835f60435ea0a2
-SHA1 (patch-ag) = 3f8d5320cac1f76c1c43fd53bda1cdf5bc4ae08b
+SHA1 (patch-ag) = e1e3a921b45e46c688c1466f8de3970d8fc0bd38
 SHA1 (patch-ah) = 8dfd9c60b113a925187187100b785bb99d5f4722
 SHA1 (patch-ai) = 6a95a0ff24b09e4bc3b13cc5a09336f43a03bcbd
 SHA1 (patch-aj) = db1484dbbb10e951dd88b1b40bedafe3c6ede174
diff -r fa059758351b -r 4ea096265347 audio/mp3blaster/patches/patch-ag
--- a/audio/mp3blaster/patches/patch-ag Sat Oct 11 16:43:53 2003 +0000
+++ b/audio/mp3blaster/patches/patch-ag Sat Oct 11 21:55:24 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1 2003/09/30 09:44:00 cube Exp $
+$NetBSD: patch-ag,v 1.2 2003/10/11 21:55:24 cube Exp $
 
 --- src/main.cc.orig   2002-10-20 16:19:08.000000000 +0200
 +++ src/main.cc
@@ -15,3 +15,13 @@
  #endif
  #ifdef HAVE_ERRNO_H
  #include <errno.h>
+@@ -133,7 +133,9 @@ void usage();
+ void show_help();
+ void draw_static(int file_mode=0);
+ void draw_settings(int cleanit=0);
++#if 0
+ char *gettext(const char *label, short display_path=0);
++#endif
+ void fw_getpath(char *, void *);
+ void fw_convmp3(char *, void *);
+ void fw_addurl(char *, void *);



Home | Main Index | Thread Index | Old Index