diff options
author | simonb <simonb@pkgsrc.org> | 2001-10-12 10:51:51 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-10-12 10:51:51 +0000 |
commit | be12b9c17fd973385cedc0a89e70b9b2d76c9878 (patch) | |
tree | df02672fa3d23bfd423e7207718b78cafa8c9c63 /textproc/dict-server/patches | |
parent | ccfd31fb5327ad44e1c50b8f20c468d4d808559a (diff) | |
download | pkgsrc-be12b9c17fd973385cedc0a89e70b9b2d76c9878.tar.gz |
Update packages to version 1.5.5. Notable changes are:
- Update for 64-bit machines.
- Some memory leak fixes.
Diffstat (limited to 'textproc/dict-server/patches')
-rw-r--r-- | textproc/dict-server/patches/patch-aa | 38 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-ab | 17 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-ac | 19 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-ae | 14 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-ah | 14 |
5 files changed, 44 insertions, 58 deletions
diff --git a/textproc/dict-server/patches/patch-aa b/textproc/dict-server/patches/patch-aa index 941d66355d3..f5ddfdc8f9b 100644 --- a/textproc/dict-server/patches/patch-aa +++ b/textproc/dict-server/patches/patch-aa @@ -1,28 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/28 16:17:20 tron Exp $ +$NetBSD: patch-aa,v 1.2 2001/10/12 10:51:51 simonb Exp $ ---- configure.orig Mon Jul 6 03:38:03 1998 -+++ configure Wed Jul 28 17:57:42 1999 -@@ -46,11 +46,13 @@ - # dashes changed to underlines. - build=NONE - cache_file=./config.cache -+etcdir=/etc - exec_prefix=NONE - host=NONE - no_create= - nonopt=NONE - no_recursion= -+piddir=/var/run - prefix=NONE - program_prefix=NONE - program_suffix=NONE -@@ -549,9 +551,6 @@ - - - --prefix=/usr --etcdir=/etc --piddir=/var/run - - echo Configuring for dict - echo . +--- configure.orig Fri Jan 12 20:24:53 2001 ++++ configure Wed Oct 10 14:54:02 2001 +@@ -1416,7 +1416,6 @@ + fi + fi + +-local_zlib=1 + if test "$local_zlib" = 0; then + echo $ac_n "checking for zlibVersion in -lz""... $ac_c" 1>&6 + echo "configure:1423: checking for zlibVersion in -lz" >&5 diff --git a/textproc/dict-server/patches/patch-ab b/textproc/dict-server/patches/patch-ab index 8a9b200ac2c..5bef1da232a 100644 --- a/textproc/dict-server/patches/patch-ab +++ b/textproc/dict-server/patches/patch-ab @@ -1,25 +1,26 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/07/28 16:17:20 tron Exp $ +$NetBSD: patch-ab,v 1.2 2001/10/12 10:51:51 simonb Exp $ ---- Makefile.in.orig Mon Jul 6 00:09:59 1998 -+++ Makefile.in Wed Jul 28 17:57:42 1999 -@@ -141,16 +141,16 @@ - $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< +--- Makefile.in.orig Fri Jan 12 20:24:29 2001 ++++ Makefile.in Wed Oct 10 14:57:51 2001 +@@ -141,17 +141,16 @@ + $(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $< install.dict: dict - install dict $(bindir) -- install -m 644 dict.1 $(man1_prefix) +- install -m 644 dict.1 $(man1_prefix)/dict.1 + ${INSTALL_PROGRAM} dict $(bindir) + ${BSD_INSTALL_MAN} dict.1 $(man1_prefix) install.dictzip: dictzip - install dictzip $(bindir) -- install -m 644 dictzip.1 $(man1_prefix) +- install -m 644 dictzip.1 $(man1_prefix)/dictzip.1 + ${INSTALL_PROGRAM} dictzip $(bindir) + ${BSD_INSTALL_MAN} dictzip.1 $(man1_prefix) install.dictd: dictd - install dictd $(sbindir) -- install -m 644 dictd.8 $(man8_prefix) +- if test ! -d $(man8_prefix); then install -d 755 $(man8_prefix); fi +- install -m 644 dictd.8 $(man8_prefix)/dictd.8 + ${INSTALL_PROGRAM} dictd $(sbindir) + ${BSD_INSTALL_MAN} dictd.8 $(man8_prefix) diff --git a/textproc/dict-server/patches/patch-ac b/textproc/dict-server/patches/patch-ac index 57cbb235a3e..15c4aabb8c0 100644 --- a/textproc/dict-server/patches/patch-ac +++ b/textproc/dict-server/patches/patch-ac @@ -1,16 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/07/28 16:17:20 tron Exp $ +$NetBSD: patch-ac,v 1.2 2001/10/12 10:51:52 simonb Exp $ ---- libmaa/maaP.h.orig Sun Feb 22 14:41:19 1998 -+++ libmaa/maaP.h Wed Jul 28 17:57:42 1999 -@@ -103,9 +103,11 @@ +--- libmaa/maaP.h.orig Fri Dec 24 00:30:12 1999 ++++ libmaa/maaP.h Wed Oct 10 14:59:11 2001 +@@ -102,7 +102,7 @@ + # include <getopt.h> #else #if !defined(__FreeBSD__) && !defined(__DGUX__) && !defined(__hpux__) - #if !defined(__bsdi__) && !(defined(__sparc) && defined(__svr4__)) -+#if !defined(__NetBSD__) +-#if !defined(__bsdi__) && !defined(__OpenBSD__) ++#if !defined(__bsdi__) && !defined(__OpenBSD__) && !defined(__NetBSD__) + #if !(defined(__sparc) && defined(__svr4__)) extern int getopt( int, char **, char * ); extern int optind; - extern char *optarg; -+#endif - #endif - #endif - #endif diff --git a/textproc/dict-server/patches/patch-ae b/textproc/dict-server/patches/patch-ae index 99d571199e5..8645958ab9d 100644 --- a/textproc/dict-server/patches/patch-ae +++ b/textproc/dict-server/patches/patch-ae @@ -1,11 +1,13 @@ -$NetBSD: patch-ae,v 1.1 2000/06/26 21:02:05 dmcmahill Exp $ +$NetBSD: patch-ae,v 1.2 2001/10/12 10:51:52 simonb Exp $ ---- decl.h.orig Thu Jan 15 22:51:55 1998 -+++ decl.h Mon Jun 26 16:20:25 2000 -@@ -29,5 +29,5 @@ +--- decl.h.orig Mon Jan 1 08:14:18 2001 ++++ decl.h Wed Oct 10 15:45:31 2001 +@@ -28,7 +28,7 @@ + declarations for standard library calls. We provide them here for situations that we know about. */ --#if defined(__sparc__) -+#if defined(__sparc__) && !defined(__NetBSD__) +-#if defined(__sparc__) && !defined(__linux__) ++#if defined(__sparc__) && !defined(__linux__) && !defined(__NetBSD__) /* Both SunOS and Solaris */ extern int getrusage( int who, struct rusage * ); + extern void bcopy( const void *, void *, int ); diff --git a/textproc/dict-server/patches/patch-ah b/textproc/dict-server/patches/patch-ah index 8b9a0f166ac..0e1ee0c3ad0 100644 --- a/textproc/dict-server/patches/patch-ah +++ b/textproc/dict-server/patches/patch-ah @@ -1,11 +1,13 @@ -$NetBSD: patch-ah,v 1.1 2000/06/26 21:02:07 dmcmahill Exp $ +$NetBSD: patch-ah,v 1.2 2001/10/12 10:51:52 simonb Exp $ ---- libmaa/decl.h.orig Thu Jan 15 22:51:48 1998 -+++ libmaa/decl.h Mon Jun 26 16:27:02 2000 -@@ -29,5 +29,5 @@ +--- libmaa/decl.h.orig Mon Jan 1 08:14:19 2001 ++++ libmaa/decl.h Wed Oct 10 15:46:45 2001 +@@ -28,7 +28,7 @@ + declarations for standard library calls. We provide them here for situations that we know about. */ --#if defined(__sparc__) -+#if defined(__sparc__) && !defined(__NetBSD__) +-#if defined(__sparc__) && !defined(linux) ++#if defined(__sparc__) && !defined(linux) && !defined(__NetBSD__) #include <sys/resource.h> /* Both SunOS and Solaris */ + extern int getrusage( int who, struct rusage * ); |