summaryrefslogtreecommitdiff
path: root/audio/grip/files/patch-grip.h
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 17:11:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 17:11:00 +0000
commitc4c115b14926e0982f69c42d4954021f58b51e79 (patch)
tree31f271d860bcc806de79cf3118e607309a1cedee /audio/grip/files/patch-grip.h
parentUpdate to 1.04. (diff)
quotes from the PR:
>>>> 1. Add a timeout to CDDB connect, so it won't hang forever. 2. Remove two patches that did nothing. 3. Fix misspellings of "psychedelic". 4. Change MASTER_SITE to MASTER_SITE_SOURCEFORGE, since SF has multiple download URLs. Note 1: I had to remove the original site when I added MASTER_SITE_SOURCEFORGE, because the md5sums don't match, although the untarred contents do. Note 2: patch-ad, which was also removed, was folded into patch-grip.c. <<<< PR: 34152 Submitted by: maintainer
Diffstat (limited to 'audio/grip/files/patch-grip.h')
-rw-r--r--audio/grip/files/patch-grip.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/grip/files/patch-grip.h b/audio/grip/files/patch-grip.h
new file mode 100644
index 000000000000..9a7b02bee3e7
--- /dev/null
+++ b/audio/grip/files/patch-grip.h
@@ -0,0 +1,18 @@
+--- grip.h.orig Mon Jul 16 12:15:32 2001
++++ grip.h Mon Jan 21 22:51:22 2002
+@@ -239,13 +239,10 @@
+ char *CDDBGenre(int genre);
+ int CDDBGenreValue(char *genre);
+ gboolean CDDBDoQuery(int cd_desc,CDDBServer *server,
+- CDDBHello *hello,CDDBQuery *query);
++ CDDBHello *hello,CDDBQuery *query, int ns);
+ gboolean CDDBRead(int cd_desc,CDDBServer *server,
+ CDDBHello *hello,CDDBEntry *entry,
+- DiscData *data);
+-gboolean CDDBRead(int cd_desc,CDDBServer *server,
+- CDDBHello *hello,CDDBEntry *entry,
+- DiscData *data);
++ DiscData *data, int ns);
+ gboolean CDDBStatDiscData(int cd_desc);
+ int CDDBReadDiscData(int cd_desc, DiscData *outdata);
+ int CDDBWriteDiscData(int cd_desc,DiscData *ddata,FILE *outfile,