Re: sort and gperf

2002-04-15 Thread Bruce Evans

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
--- Makefile11 Apr 2002 11:06:06 -  1.8
+++ Makefile15 Apr 2002 21:13:30 -
@@ -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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



sort and gperf

2002-04-12 Thread Clive Lin

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)

sort:
--- gnu/usr.bin/Makefile.orig   Sat Apr 13 02:16:45 2002
+++ gnu/usr.bin/MakefileSat Apr 13 02:16:52 2002
@@ -1,7 +1,7 @@
 # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.62 2002/04/10 00:18:14
 obrien Exp $
 
 SUBDIR= awk bc binutils cpio dc dialog diff diff3 gperf \
-   grep groff gzip man patch ptx rcs sdiff send-pr tar texinfo
+   grep groff gzip man patch ptx rcs sdiff send-pr sort tar
texinfo
 
 .if !defined(NO_CVS)
 SUBDIR+=cvs

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#


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message