summaryrefslogtreecommitdiff
path: root/audio/streamripper/files/patch-lib_util.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 00:10:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 00:10:47 +0000
commit50f0efc5ae170d7ce79ed8d5e2b1800fb9925222 (patch)
tree2c68b70786d5a462588f2abf85ad19b26bc6c84b /audio/streamripper/files/patch-lib_util.c
parentbetter example in sample config for lighttpd (diff)
audio/streamripper update to 1.61.16
Simple version bump to 1.61.16 I re-diff-ed the patch-lib_parse.c and patch-lib_util.c files to get rid of fuzz, but otherwise these patches are unchanged. Added new patch-Makefile.in to force using BSD_INSTALL* macros. Thus avoiding the install.sh script which was breaking the install. PR: ports/89328 Submitted by: Yarema <yds@CoolRat.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=152764
Diffstat (limited to 'audio/streamripper/files/patch-lib_util.c')
-rw-r--r--audio/streamripper/files/patch-lib_util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamripper/files/patch-lib_util.c b/audio/streamripper/files/patch-lib_util.c
index 365ef2f92a48..8f2291298655 100644
--- a/audio/streamripper/files/patch-lib_util.c
+++ b/audio/streamripper/files/patch-lib_util.c
@@ -1,7 +1,7 @@
Argh, FreeBSD 4.X has a wctype.h header that does nothing.
---- lib/util.c.orig Sat Nov 13 17:41:09 2004
-+++ lib/util.c Wed Jan 19 07:01:41 2005
+--- lib/util.c.orig Sun Sep 11 12:46:20 2005
++++ lib/util.c Sun Sep 11 12:46:20 2005
@@ -28,9 +28,7 @@
#if defined HAVE_WCHAR_H
#include <wchar.h>
@@ -13,7 +13,7 @@ Argh, FreeBSD 4.X has a wctype.h header that does nothing.
#endif
#include <locale.h>
#include <time.h>
-@@ -464,7 +462,7 @@ strip_invalid_chars_testing(char *str)
+@@ -450,7 +448,7 @@
/* Replace illegals to legal */
for (wstrp = w_in; *wstrp; wstrp++) {
@@ -22,7 +22,7 @@ Argh, FreeBSD 4.X has a wctype.h header that does nothing.
continue;
*wstrp = replacement;
}
-@@ -543,7 +541,7 @@ strip_invalid_chars_stable(char *str)
+@@ -525,7 +523,7 @@
/* Replace illegals to legal */
for (wstrp = w_in; *wstrp; wstrp++) {