From owner-freebsd-current Mon Apr 15 14:16:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0285A37B41E; Mon, 15 Apr 2002 14:16:01 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA04406; Tue, 16 Apr 2002 07:15:49 +1000 Date: Tue, 16 Apr 2002 07:16:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Clive Lin Cc: current@FreeBSD.ORG, Subject: Re: sort and gperf In-Reply-To: <20020412184821.GA15932@malloc.eb.kliev.net> Message-ID: <20020416071356.H5505-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 13 Apr 2002, Clive Lin wrote: > Hi, sort and gperf was not installed after make world. > > I think sort is easy to deal with, but I have no idea about gperf. Does > this intend to be ? (On regular i386 platform, of course) > ... > gperf: (Only gperf.info.gz installed !?) > /usr/src/gnu/usr.bin/gperf# make install > ===> doc > install-info --quiet --defsection="Programming & development tools." > --defentry="* Gperf: (gperf). The GNU perfect hash function > generator." gperf.info /usr/share/info/dir > install -c -o root -g wheel -m 444 gperf.info.gz /usr/share/info > /usr/src/gnu/usr.bin/gperf# gperf is still broken (mostly not even built). This patch has not been tested by makeworld. %%% Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/gperf/Makefile,v retrieving revision 1.8 diff -u -2 -r1.8 Makefile --- Makefile 11 Apr 2002 11:06:06 -0000 1.8 +++ Makefile 15 Apr 2002 21:13:30 -0000 @@ -7,5 +7,5 @@ SUBDIR= doc -PROG_GCC= gperf +PROG_CXX= gperf SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \ list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \ %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message