From owner-freebsd-current Sat Nov 16 0:51:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1999A37B401; Sat, 16 Nov 2002 00:51:23 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1920843E77; Sat, 16 Nov 2002 00:51:22 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 228C924DB8; Sat, 16 Nov 2002 17:51:21 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 5CA7A24D98; Sat, 16 Nov 2002 17:51:17 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 0B3D91E4816; Sat, 16 Nov 2002 17:51:15 +0900 (JST) Date: Sat, 16 Nov 2002 17:51:15 +0900 Message-ID: <7mvg2xaoe4.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: markm@FreeBSD.org Cc: Current Subject: makewhatis.local User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've installed fresh -current box and it seems it does not have /usr/libexec/makewhatis.local script. How about connecting makewhatis.local to the build? That is shell script and doesn't require perl. Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/man/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 18 May 2002 19:47:57 -0000 1.5 +++ Makefile 16 Nov 2002 08:46:26 -0000 @@ -7,6 +7,6 @@ # $FreeBSD: src/gnu/usr.bin/man/Makefile,v 1.5 2002/05/18 19:47:57 markm Exp $ # -SUBDIR = lib man manpath apropos +SUBDIR = lib man manpath apropos makewhatis .include Index: makewhatis/Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/man/makewhatis/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- makewhatis/Makefile 7 Apr 2001 11:21:18 -0000 1.18 +++ makewhatis/Makefile 16 Nov 2002 08:46:41 -0000 @@ -1,8 +1,8 @@ # $FreeBSD: src/gnu/usr.bin/man/makewhatis/Makefile,v 1.18 2001/04/07 11:21:18 ru Exp $ MAINTAINER= wosch -SCRIPTS=makewhatis.perl makewhatis.local.sh -MAN= makewhatis.1 makewhatis.local.8 +SCRIPTS=makewhatis.local.sh +MAN= makewhatis.local.8 libexecdir=/usr/libexec LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message