From fd8eb4e48978f455a01424948d6ab38c41307621 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 28 Jul 1999 16:26:12 +0000 Subject: Use "files" and "patches" directory of the "dict-server" package. --- textproc/dict-client/Makefile | 9 ++++++--- textproc/dict-client/files/md5 | 3 --- textproc/dict-client/files/patch-sum | 5 ----- textproc/dict-client/patches/patch-aa | 16 ---------------- textproc/dict-client/patches/patch-ab | 30 ------------------------------ textproc/dict-client/patches/patch-ac | 15 --------------- 6 files changed, 6 insertions(+), 72 deletions(-) delete mode 100644 textproc/dict-client/files/md5 delete mode 100644 textproc/dict-client/files/patch-sum delete mode 100644 textproc/dict-client/patches/patch-aa delete mode 100644 textproc/dict-client/patches/patch-ab delete mode 100644 textproc/dict-client/patches/patch-ac (limited to 'textproc/dict-client') diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index ec9e2c069db..41bc069a9ee 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/27 22:00:21 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/28 16:26:12 tron Exp $ DISTNAME= dictd-1.4.9 PKGNAME= dict-client-1.4.9 @@ -9,10 +9,13 @@ MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ +USE_GMAKE= yes +GNU_CONFIGURE= yes + ALL_TARGET= dict INSTALL_TARGET= install.dict -USE_GMAKE= yes -GNU_CONFIGURE= yes +FILESDIR= ${.CURDIR}/../dict-server/files +PATCHDIR= ${.CURDIR}/../dict-server/patches .include "../../mk/bsd.pkg.mk" diff --git a/textproc/dict-client/files/md5 b/textproc/dict-client/files/md5 deleted file mode 100644 index 3d925d0e006..00000000000 --- a/textproc/dict-client/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/07/27 22:00:21 tron Exp $ - -MD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 diff --git a/textproc/dict-client/files/patch-sum b/textproc/dict-client/files/patch-sum deleted file mode 100644 index d06a0eb1b80..00000000000 --- a/textproc/dict-client/files/patch-sum +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/07/27 22:00:21 tron Exp $ - -MD5 (patch-aa) = 497f18d240f14633e3f015c923ae4bab -MD5 (patch-ab) = d4819948345574ae7185c730489a173e -MD5 (patch-ac) = f7bec0b55edec5037ded0e0ee3697e96 diff --git a/textproc/dict-client/patches/patch-aa b/textproc/dict-client/patches/patch-aa deleted file mode 100644 index fde77707635..00000000000 --- a/textproc/dict-client/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/27 22:00:22 tron Exp $ - -*** libmaa/maaP.h.orig Sun Jul 11 21:58:17 1999 ---- libmaa/maaP.h Sun Jul 11 18:06:52 1999 -*************** -*** 104,110 **** ---- 104,112 ---- - #if !defined(__FreeBSD__) && !defined(__DGUX__) && !defined(__hpux__) - #if !defined(__bsdi__) && !(defined(__sparc) && defined(__svr4__)) -+ #if !defined(__NetBSD__) - extern int getopt( int, char **, char * ); - extern int optind; - extern char *optarg; -+ #endif - #endif - #endif diff --git a/textproc/dict-client/patches/patch-ab b/textproc/dict-client/patches/patch-ab deleted file mode 100644 index eec1005f343..00000000000 --- a/textproc/dict-client/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/07/27 22:00:22 tron Exp $ - -*** configure.orig Tue Jul 13 23:04:36 1999 ---- configure Tue Jul 13 23:06:29 1999 -*************** -*** 47,50 **** ---- 47,51 ---- - build=NONE - cache_file=./config.cache -+ etcdir=/etc - exec_prefix=NONE - host=NONE -*************** -*** 52,55 **** ---- 53,57 ---- - nonopt=NONE - no_recursion= -+ piddir=/var/run - prefix=NONE - program_prefix=NONE -*************** -*** 550,556 **** - - -- prefix=/usr -- etcdir=/etc -- piddir=/var/run - - echo Configuring for dict ---- 552,555 ---- diff --git a/textproc/dict-client/patches/patch-ac b/textproc/dict-client/patches/patch-ac deleted file mode 100644 index e6e0f524608..00000000000 --- a/textproc/dict-client/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/07/27 22:00:22 tron Exp $ - ---- Makefile.in.orig Mon Jul 6 00:09:59 1998 -+++ Makefile.in Tue Jul 27 23:55:26 1999 -@@ -141,8 +141,8 @@ - $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< - - install.dict: dict -- install dict $(bindir) -- install -m 644 dict.1 $(man1_prefix) -+ ${BSD_INSTALL_PROGRAM} dict $(bindir) -+ ${BSD_INSTALL_MAN} dict.1 $(man1_prefix) - - install.dictzip: dictzip - install dictzip $(bindir) -- cgit v1.2.3