summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-14 02:54:27 +0000
committersbd <sbd@pkgsrc.org>2011-12-14 02:54:27 +0000
commit837702656e5ba120585fe538c91c83ee23f007dd (patch)
tree4bd7805b52117de435d76aab7ce9e3870179ce14 /sysutils
parent407e4bc9fd5b410ba6324cfdaef50e7aece5e427 (diff)
downloadpkgsrc-837702656e5ba120585fe538c91c83ee23f007dd.tar.gz
Regenerate diffs for GNU patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnometoaster/distinfo4
-rw-r--r--sysutils/gnometoaster/patches/patch-cddb_c13
2 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/gnometoaster/distinfo b/sysutils/gnometoaster/distinfo
index f84553cce73..e78403aafbd 100644
--- a/sysutils/gnometoaster/distinfo
+++ b/sysutils/gnometoaster/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2011/11/24 13:34:29 joerg Exp $
+$NetBSD: distinfo,v 1.10 2011/12/14 02:54:27 sbd Exp $
SHA1 (gtoaster1.0Beta5.tgz) = c55bf7e8e532956a8907cd29cbfb98a721c5bb3a
RMD160 (gtoaster1.0Beta5.tgz) = f8c7386497c56b8e1bf924e099ddf68cbcbd02a0
@@ -10,7 +10,7 @@ SHA1 (patch-ae) = b1a6f1f9bbaa605b9782f67dd8f6cdaf6770a438
SHA1 (patch-af) = ca8bb1aa0b5eb267448dc8761ccfcd8428d00503
SHA1 (patch-audiotrack_c) = 9fcd4edb86405db91e6a7b2902b344f9b92f1fbb
SHA1 (patch-audiotrack_h) = 83757fbecfa059a4103099bf63c8544b0b7e1cff
-SHA1 (patch-cddb_c) = 18ade5a23408c0eaab0a0604b390abcd55d8ebf8
+SHA1 (patch-cddb_c) = 701da519a05b8ded311570fce628ed1328b2f59b
SHA1 (patch-cddb_h) = bb49ee918f00e5f94f7733422b09a0e8a6ba22e3
SHA1 (patch-cddrives_c) = 6f870d1c3cc7f756575dacde85a8346d886439fb
SHA1 (patch-cdromlow_h) = 201c5578d2beaa133e3ac05fe24f639f6124736f
diff --git a/sysutils/gnometoaster/patches/patch-cddb_c b/sysutils/gnometoaster/patches/patch-cddb_c
index b536c300d28..c2422a5899b 100644
--- a/sysutils/gnometoaster/patches/patch-cddb_c
+++ b/sysutils/gnometoaster/patches/patch-cddb_c
@@ -1,11 +1,11 @@
-$NetBSD: patch-cddb_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
+$NetBSD: patch-cddb_c,v 1.2 2011/12/14 02:54:27 sbd Exp $
- fix include silliness
- fix LP64 problems
--- cddb.c.orig 2001-10-28 11:41:51.000000000 +0000
+++ cddb.c
-@@ -45,10 +45,7 @@
+@@ -45,11 +45,8 @@
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
@@ -16,7 +16,8 @@ $NetBSD: patch-cddb_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
-#endif
#include <netdb.h>
#include <string.h>
-@@ -431,7 +431,7 @@ GList *cddb_serverrequest(gchar *server,
+ #include <unistd.h>
+@@ -431,7 +428,7 @@ GList *cddb_serverrequest(gchar *server,
if (result==210)
{
/* the first line is the corresponding cddb_key */
@@ -25,7 +26,7 @@ $NetBSD: patch-cddb_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
/* store a response line */
while (cddb_poll(cddb_sfd,resstr))
entry=g_list_append(entry,g_strdup(resstr));
-@@ -458,7 +458,7 @@ GList *cddb_cachelookup(cddb_essentials
+@@ -458,7 +455,7 @@ GList *cddb_cachelookup(cddb_essentials
while ((current!=NULL)&&(result==NULL))
{
GList *entry=(GList*)current->data;
@@ -34,7 +35,7 @@ $NetBSD: patch-cddb_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
result=entry;
current=current->next;
};
-@@ -754,7 +754,7 @@ void *cddb_commthread(void *s)
+@@ -754,7 +751,7 @@ void *cddb_commthread(void *s)
* cancelled.
* data can point to additional informations passed to the callback
* but may otherwise safely be set to NULL */
@@ -43,7 +44,7 @@ $NetBSD: patch-cddb_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
int tracknum,
cddb_datahandler callback,
gpointer data)
-@@ -786,12 +786,12 @@ int cddb_lookup(cddb_essentials *es,
+@@ -786,12 +783,12 @@ int cddb_lookup(cddb_essentials *es,
pthread_mutex_unlock(&cddb_sem);
};