diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 17:11:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 17:11:00 +0000 |
commit | c4c115b14926e0982f69c42d4954021f58b51e79 (patch) | |
tree | 31f271d860bcc806de79cf3118e607309a1cedee /audio/grip/files/patch-ad | |
parent | Update 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-ad')
-rw-r--r-- | audio/grip/files/patch-ad | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/grip/files/patch-ad b/audio/grip/files/patch-ad deleted file mode 100644 index 9fa8b797b681..000000000000 --- a/audio/grip/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- grip.c.orig Thu Oct 19 04:12:53 2000 -+++ grip.c Fri Oct 20 20:55:01 2000 -@@ -314,7 +314,7 @@ - gboolean use_proxy=FALSE; - gboolean use_proxy_env=FALSE; - --char *bin_search_paths[]={"/cpd/misc/bin","/usr/bin","/usr/local/bin",NULL}; -+char *bin_search_paths[]={"/cpd/misc/bin","/usr/bin","%%LOCALBASE%%/bin",NULL}; - Ripper ripper_defaults[]={ - #ifdef CDPAR - {"grip (cdparanoia)",""}, -@@ -327,7 +327,7 @@ - #endif - {"other",""}, - {"",""}}; --char ripexename[256]="/usr/bin/cdparanoia"; -+char ripexename[256]="%%LOCALBASE%%/bin/cdparanoia"; - char ripcmdline[256]="-d %c %t:[.%b]-%t:[.%e] %f"; - int selected_ripper=0; - char outputdir[256]; -@@ -346,7 +346,7 @@ - gboolean disable_extra_paranoia=FALSE; - gboolean disable_scratch_detect=FALSE; - gboolean disable_scratch_repair=FALSE; --char mp3exename[256]="/usr/bin/bladeenc"; -+char mp3exename[256]="%%LOCALBASE%%/bin/bladeenc"; - char mp3cmdline[256]="-%b -QUIT %f"; - int selected_encoder=1; - char mp3fileformat[256]="~/mp3/%a/%d/%n.mp3"; |