diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
commit | 7138638c96036593aa069118078b5c5dd6441adc (patch) | |
tree | dff57885d2eef5d81987dadda332386238f938fc /net/dictd/files | |
parent | - update to 1.10.8 (diff) |
- Update to 1.10.8
- maintain it for a while
Diffstat (limited to 'net/dictd/files')
-rw-r--r-- | net/dictd/files/patch-break-utf8 | 33 | ||||
-rw-r--r-- | net/dictd/files/patch-decl.h | 11 | ||||
-rw-r--r-- | net/dictd/files/patch-libmaa::configure | 13 | ||||
-rw-r--r-- | net/dictd/files/patch-libmaa::getopt.c | 11 | ||||
-rw-r--r-- | net/dictd/files/patch-libmaa::memtest.c | 11 | ||||
-rw-r--r-- | net/dictd/files/patch-libmaa::strtol.c | 11 |
6 files changed, 0 insertions, 90 deletions
diff --git a/net/dictd/files/patch-break-utf8 b/net/dictd/files/patch-break-utf8 deleted file mode 100644 index e9c172b2ac72..000000000000 --- a/net/dictd/files/patch-break-utf8 +++ /dev/null @@ -1,33 +0,0 @@ ---- index.c.orig Mon Jan 26 02:52:14 2004 -+++ index.c Mon Jan 26 03:02:18 2004 -@@ -144,9 +144,12 @@ - p[i] = &s[2 * i]; - } - /* Sort those strings in the locale */ -+#include <osreldate.h> -+#if __FreeBSD_version > 499999 - if (utf8_mode) - qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_utf8); - else -+#endif - qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_strcoll); - - /* Extract our unordered arrays */ -@@ -1245,6 +1248,9 @@ - */ - static int stranagram_utf8 (char *str) - { -+#if __FreeBSD_version < 500000 -+ abort(); -+#else - size_t len; - char *p; - -@@ -1267,6 +1273,7 @@ - - stranagram_8bit (str, -1); - return 1; -+#endif - } - #endif - diff --git a/net/dictd/files/patch-decl.h b/net/dictd/files/patch-decl.h deleted file mode 100644 index 4e970dfaa592..000000000000 --- a/net/dictd/files/patch-decl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- decl.h.orig Sat Jan 11 18:39:08 2003 -+++ decl.h Sat Jan 11 18:38:58 2003 -@@ -28,7 +28,7 @@ - declarations for standard library calls. We provide them here for - situations that we know about. */ - --#if defined(__sparc__) && !defined(__linux__) -+#if defined(__sparc__) && !(defined(__linux__) || defined(__FreeBSD__)) - /* Both SunOS and Solaris */ - extern int getrusage( int who, struct rusage * ); - extern void bcopy( const void *, void *, int ); diff --git a/net/dictd/files/patch-libmaa::configure b/net/dictd/files/patch-libmaa::configure deleted file mode 100644 index 75ace37af66d..000000000000 --- a/net/dictd/files/patch-libmaa::configure +++ /dev/null @@ -1,13 +0,0 @@ ---- libmaa/configure.orig Mon Mar 10 01:22:39 2003 -+++ libmaa/configure Thu Oct 9 22:16:29 2003 -@@ -1859,10 +1859,7 @@ - # Check whether --with-cflags or --without-cflags was given. - if test "${with_cflags+set}" = set; then - withval="$with_cflags" -- --if test "x${withval}" = xyes; then - CFLAGS="$withval" --fi - - fi; - diff --git a/net/dictd/files/patch-libmaa::getopt.c b/net/dictd/files/patch-libmaa::getopt.c deleted file mode 100644 index 7db8008f368c..000000000000 --- a/net/dictd/files/patch-libmaa::getopt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libmaa/getopt.c.orig Sat Jan 11 18:40:00 2003 -+++ libmaa/getopt.c Sat Jan 11 18:40:12 2003 -@@ -44,7 +44,7 @@ - - #include <stdio.h> - --#ifdef __sparc__ -+#if defined(__sparc__) && !defined(__FreeBSD__) - extern int fprintf( FILE *, const char *, ... ); - extern int strncmp( const char *, const char *, int n ); - #endif diff --git a/net/dictd/files/patch-libmaa::memtest.c b/net/dictd/files/patch-libmaa::memtest.c deleted file mode 100644 index 7e40ee4f536c..000000000000 --- a/net/dictd/files/patch-libmaa::memtest.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libmaa/memtest.c.orig Sat Jan 11 18:40:21 2003 -+++ libmaa/memtest.c Sat Jan 11 18:40:45 2003 -@@ -24,7 +24,7 @@ - #include <stdio.h> - #include <stdlib.h> - --#ifdef __sparc__ -+#if defined(__sparc__) && !defined(__FreeBSD__) - extern int printf( const char *, ... ); - #endif - diff --git a/net/dictd/files/patch-libmaa::strtol.c b/net/dictd/files/patch-libmaa::strtol.c deleted file mode 100644 index 648ed0b672d2..000000000000 --- a/net/dictd/files/patch-libmaa::strtol.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libmaa/strtol.c.orig Sat Jan 11 18:40:34 2003 -+++ libmaa/strtol.c Thu Aug 24 21:59:08 1995 -@@ -25,7 +25,7 @@ - #include <stdlib.h> - #include <errno.h> - --#ifdef __sparc__ -+#if defined(__sparc__) && !defined(__FreeBSD__) - extern int errno; - extern int toupper(int); - #endif |