pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gcombust Fix some static/non-static conflicts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c4b2b9c60a9
branches:  trunk
changeset: 503354:1c4b2b9c60a9
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Nov 19 01:04:19 2005 +0000

description:
Fix some static/non-static conflicts that prevented this from building
with gcc 4.

diffstat:

 sysutils/gcombust/distinfo         |   4 +++-
 sysutils/gcombust/patches/patch-ac |  12 ++++++++++++
 sysutils/gcombust/patches/patch-ad |   9 +++++++++
 3 files changed, 24 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r 9d604e909485 -r 1c4b2b9c60a9 sysutils/gcombust/distinfo
--- a/sysutils/gcombust/distinfo        Sat Nov 19 00:30:54 2005 +0000
+++ b/sysutils/gcombust/distinfo        Sat Nov 19 01:04:19 2005 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 13:40:53 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/11/19 01:04:19 kristerw Exp $
 
 SHA1 (gcombust-0.1.54.tar.gz) = 768dbc5e8d88eb2d106e1c19b1012f94a89816d3
 RMD160 (gcombust-0.1.54.tar.gz) = 34529bda20c80b31edd16c6fa5905e9f69aef64a
 Size (gcombust-0.1.54.tar.gz) = 786628 bytes
 SHA1 (patch-ab) = 437e15e09601345b75afac2f9d6b3e755e4c936d
+SHA1 (patch-ac) = ba8e524f669f8637321ebbabc226f99b53c2c1a9
+SHA1 (patch-ad) = 320a0f1fc7bf1e4b6b4a97f39b60f3911cf6f269
diff -r 9d604e909485 -r 1c4b2b9c60a9 sysutils/gcombust/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gcombust/patches/patch-ac        Sat Nov 19 01:04:19 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/11/19 01:04:19 kristerw Exp $
+
+--- src/optimize_usage.h.orig  2005-11-18 23:38:44.000000000 +0100
++++ src/optimize_usage.h       2005-11-18 23:39:00.000000000 +0100
+@@ -16,7 +16,6 @@
+ ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+ 
+-extern GtkWidget *opt_try_harder;
+ extern long int opt_cdsize;
+ 
+ void open_optimize_size_win(GtkWidget *, gpointer);
diff -r 9d604e909485 -r 1c4b2b9c60a9 sysutils/gcombust/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gcombust/patches/patch-ad        Sat Nov 19 01:04:19 2005 +0000
@@ -0,0 +1,9 @@
+$NetBSD: patch-ad,v 1.1 2005/11/19 01:04:19 kristerw Exp $
+
+--- src/rip_audio.h.orig       2005-11-18 23:40:43.000000000 +0100
++++ src/rip_audio.h    2005-11-18 23:40:56.000000000 +0100
+@@ -20,4 +20,3 @@
+ 
+ extern char *cdda2wav_path, *cdda_device_path, *cdparanoia_path;
+ extern char *def_rip_path;
+-extern GtkWidget *rip_path_entry;



Home | Main Index | Thread Index | Old Index