diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-12-27 02:40:18 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-12-27 02:40:18 +0000 |
commit | 678b6387524e30425f48d555641f9c8b006db2c6 (patch) | |
tree | 309be4af7744440eb24550dffa250f331b4d07a8 /textproc/dict-server/patches | |
parent | c4f93d486414e816ed90c1aef09240657f4bebcc (diff) | |
download | pkgsrc-678b6387524e30425f48d555641f9c8b006db2c6.tar.gz |
* Separate dictionary data from dict-server. A patch problem found by bulk
build is solved.
* Make dict-client depend on dict-server.
Bump PKGREVISIONs.
Diffstat (limited to 'textproc/dict-server/patches')
-rw-r--r-- | textproc/dict-server/patches/patch-al | 13 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-am | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/textproc/dict-server/patches/patch-al b/textproc/dict-server/patches/patch-al deleted file mode 100644 index d1169b3f18e..00000000000 --- a/textproc/dict-server/patches/patch-al +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-al,v 1.1 2002/12/10 08:26:44 uebayasi Exp $ - ---- ../dict-gazetteer-1.3/format.c.orig Mon Jul 21 00:21:24 1997 -+++ ../dict-gazetteer-1.3/format.c -@@ -22,7 +22,7 @@ - This is usually clearer when - searching. */ - --#ifdef __sparc__ -+#if defined(__sparc__) && !defined(__NetBSD__) - extern int atoi(char *); - extern int printf( char *, ... ); - extern int fprintf( FILE *, char *, ... ); diff --git a/textproc/dict-server/patches/patch-am b/textproc/dict-server/patches/patch-am deleted file mode 100644 index 8b0680e4be5..00000000000 --- a/textproc/dict-server/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.1 2002/12/10 08:26:44 uebayasi Exp $ - ---- ../dict-web1913-1.4/dump.h.orig Mon Feb 23 04:31:40 1998 -+++ ../dict-web1913-1.4/dump.h -@@ -139,7 +139,7 @@ - declarations for standard library calls. We provide them here for - situations that we know about. */ - --#if defined(__sparc__) -+#if defined(__sparc__) && !defined(__NetBSD__) - /* Both SunOS and Solaris */ - extern int getrusage( int who, struct rusage * ); - extern void bcopy( const void *, void *, int ); |