Re: Ports update - is something broken?

2001-01-25 Thread Odhiambo Washington

* Bob K <[EMAIL PROTECTED]> [20010125 17:14]: writing on the subject 'Re: Ports update - 
is something broken?'
Bob> On Fri, 26 Jan 2001, Kal Torak wrote:
Bob> 
Bob> > I think you will find cvsup didnt remove some of the old stuff in your
Bob> > ports tree... A simple solution if you have the time is to rm -rf your
Bob> > ports and cvsup them again...
Bob> 
Bob> Actually, Dmitry probably needs to download an upgrade kit from
Bob> http://www.freebsd.org/ports/ .


*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
^^

Or did he remove that from the supfile?


-Wash

--
Odhiambo Washington  Inter-Connect Ltd.,
[EMAIL PROTECTED]  5th Flr Furaha Plaza
Tel: 254 11 222604   Nkrumah Rd.,
Fax: 254 11 222636   PO Box 83613 MOMBASA, KE.

Many come to bring their clothes to church rather than themselves. -Thomas 
Fuller 


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



Re: Bootstrapping issues with groff(1)

2001-01-25 Thread Marcel Moolenaar

[I don't know why -current is CC'd this is clearly about -stable]

Ruslan Ermilov wrote:
> 
> Attached is the patch for RELENG_4.  It works but I don't like
> how it pollutes the Makefile.inc1.  Anyone with a better idea?

Allow me to sidetrack for a moment:

I just ugraded a machine from 4.1 to 4.2-stable without any problems.
I'm a bit confused. Rene picks up RELENG_4 and sees his build fail. Why
did it work for me?

-- 
Marcel Moolenaar
  mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
  tel:  (408) 447-4222


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



Re: make buildworld fails: share/doc/usd/13.viref

2001-01-25 Thread Valentin Nechayev

 Thu, Jan 25, 2001 at 19:48:32, ru wrote about "Re: make buildworld fails: 
share/doc/usd/13.viref": 

> Please try with attached patch.

=== cut ===

===> libgroff
c++ -I/usr/obj/m4/REL4/src/i386/usr/include/g++ -O -m486 -pipe -I/m4/REL4/src/gn
u/usr.bin/groff/libgroff/../include -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_L
IMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1
 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 -DHAVE_CC_LIM
ITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_GETPAGESIZE=1 -DHAVE_
MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PU
TENV=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1
 -DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1 -I/m4/REL4/src/gnu/usr
.bin/groff/libgroff/../../../../contrib/groff/include -fno-for-scope -I/usr/obj/
m4/REL4/src/i386/usr/include -fno-rtti -fno-exceptions -c /m4/REL4/src/gnu/usr.b
in/groff/libgroff/../../../../contrib/groff/libgroff/assert.cc -o assert.o
cc1plus: Invalid option `-fno-exceptions'
*** Error code 1

=== end cut ===

The same conditions: target system is 4-stable, host one is 3.4-stable

> On Thu, Jan 25, 2001 at 07:44:05PM +0200, Valentin Nechayev wrote:
> > ===> share/doc/usd/13.viref
> > (cd /m4/REL4/src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.
> > ref; sed -e\ 's:\(\.so[\ \  ][\ \   ]*\)\(vi.ref\)$:\1/m4/REL4/src/share/doc
> > /usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \
> > ][\ \   ]*\)\(ex.cmd.roff\)$:\1/m4/REL4/src/share/doc/usd/13.viref/../..
> > /../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \   ][\ \   ]*\)\(re
> > f.so\)$:\1/m4/REL4/src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.d
> > oc/vi.ref/\2:' -e\ 's:\(\.so[\ \][\ \   ]*\)\(set.opt.roff\)$:\1/m4/REL4
> > /src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\
> >  's:\(\.so[\ \  ][\ \   ]*\)\(vi.cmd.roff\)$:\1/m4/REL4/src/share/doc/usd/13.vir
> > ef/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e 's:^\.so index.so$::' vi.
> > ref) |  groff -mtty-char -Tascii -t -s -me -U -o1- > /dev/null
> > groff: illegal option -- U
> > usage: groff [-abehilpstvzCENRSVXZ] [-Fdir] [-mname] [-Tdev] [-ffam] [-wname]
> >[-Wname] [ -Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg] [-Larg]
> >[files...]
> > groff -h gives more help
> > 
> > 
> > host OS is `FreeBSD 3.4-STABLE i386'
> > No words in src/UPDATING about it
> > 
> > 
> > /netch
> 
> -- 
> Ruslan ErmilovOracle Developer/DBA,
> [EMAIL PROTECTED] Sunbay Software AG,
> [EMAIL PROTECTED]FreeBSD committer,
> +380.652.512.251  Simferopol, Ukraine
> 
> http://www.FreeBSD.orgThe Power To Serve
> http://www.oracle.com Enabling The Information Age

> Index: Makefile.inc1
> ===
> RCS file: /home/ncvs/src/Makefile.inc1,v
> retrieving revision 1.141.2.19
> diff -u -p -r1.141.2.19 Makefile.inc1
> --- Makefile.inc1 2001/01/22 23:26:15 1.141.2.19
> +++ Makefile.inc1 2001/01/25 17:47:57
> @@ -168,6 +168,8 @@ CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
>   COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
>   LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \
>   OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
> + GROFF_FONT_PATH=${WORLDTMP}/usr/share/groff_font \
> + GROFF_TMAC_PATH=${WORLDTMP}/usr/share/tmac \
>   PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.00503
>  
>  # bootstrap-tool stage
> @@ -199,7 +201,24 @@ IMAKEENV=${CROSSENV} \
>  IMAKE=   ${IMAKEENV} ${MAKE} -f Makefile.inc1
>  
>  USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
> - usr/libexec/${OBJFORMAT} usr/sbin usr/share/misc
> + usr/libexec/${OBJFORMAT} usr/sbin usr/share/misc \
> + usr/share/tmac/locale usr/share/tmac/mdoc/locale \
> + usr/share/tmac/mm \
> + usr/share/groff_font/devX100 \
> + usr/share/groff_font/devX100-12 \
> + usr/share/groff_font/devX75 \
> + usr/share/groff_font/devX75-12 \
> + usr/share/groff_font/devascii \
> + usr/share/groff_font/devcp1047 \
> + usr/share/groff_font/devdvi \
> + usr/share/groff_font/devhtml \
> + usr/share/groff_font/devkoi8-r \
> + usr/share/groff_font/devlatin1 \
> + usr/share/groff_font/devlbp \
> + usr/share/groff_font/devlj4 \
> + usr/share/groff_font/devps \
> + usr/share/groff_font/devutf8 \
> + usr/share/dict
>  
>  .if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
>  USRDIRS+=usr/libexec/aout
> @@ -222,7 +241,7 @@ buildworld:
>  .if !defined(NOCLEAN)
>   rm -rf ${WORLDTMP}
>  .el

http://www.freebsd.org/releases/4.2R/errata.html

2001-01-25 Thread Gerald Pfeifer

...is out of date and does not match the version found at
  ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.2-RELEASE/ERRATA.TXT

I strongly feel that the version on the web should be up-to-date, and
indeed this seems to have been the case for earlier releases.

Also having *both* online versions say "This ERRATA.TXT file is obviously
already out of date by definition" does not seem correct, either.

Gerald
-- 
Gerald "Jerry" [EMAIL PROTECTED] http://www.dbai.tuwien.ac.at/~pfeifer/



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



World build failure

2001-01-25 Thread Forrest Aldrich

Make world is failing on /usr/src/games/morse (despite my telling make.conf 
not to build games).  Can someone please fix this.




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



soundmax card?

2001-01-25 Thread Anand

Hi, I have a Dell desktop with an integrated soundmax card. It uses an
AD 188x chip. I'm wondering if this is supported under FreeBSD or if
people have had success with this card.

Thanks a lot.
Anand
-- 


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



Re: EtherExpress100 on Intel Easton

2001-01-25 Thread Mikhail Kononenko

Dustin Harris <[EMAIL PROTECTED]> wrote:

> There is usually a newer eepro100 driver at the maintainer's site than
what
> is distributed in the kernel source
> (ftp://ftp.scyld.com/pub/network/test/eepro100.c).


Thanks, Dustin!

It was exactly what I did. The new version (1.03) seems to work. But we'll
see.

Anyway, thanks to all, who replied to me off-line, and for Ben Lutgens: I
checked the driver file, #define USE IO=1 was alredy there...

Since I now have weird problem with hard drives detection, which prevents me
to build reliable soft RAID-1, I wonder if this (soft RAID-1,5) possible
under FreeBSD?

But first I should pinpoint the problem with HD detection on this damn Intel
Easton, of course.






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



RE: EtherExpress100 on Intel Easton

2001-01-25 Thread Dustin Harris

There is usually a newer eepro100 driver at the maintainer's site than what
is distributed in the kernel source
(ftp://ftp.scyld.com/pub/network/test/eepro100.c).

--dustin

-Original Message-
From: Doug White [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 11:18 PM
To: Mikhail Kononenko
Cc: [EMAIL PROTECTED]
Subject: Re: EtherExpress100 on Intel Easton


On Wed, 24 Jan 2001, Mikhail Kononenko wrote:

> Sorry, if this is offtopic here, but I could not get answer from native
> lists...
> 
> Linux kernel-2.2.17 on D815EEAL (with integrated NIC). The driver used:
> eepro100.

Traditionally, the Linux Intel EtherExpress Pro/100 drivers have, quite
frankly, sucked.  This is a known problem with no solution.  This is
counter to FreeBSD, where the fxp driver is one of the best ethernet
drivers in the system :-)

Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED] |  www.FreeBSD.org



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


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



Re: broken pipes on make world

2001-01-25 Thread Mike Tancsa

At 12:05 PM 1/25/01 -0600, Tim Zingelman wrote:
># uname -a
>FreeBSD xxx.xxx.xxx 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Dec 25
>14:22:10 CST 2000 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLQUAD  i386

Try a more recent build. i.e. one after the recent ssh commits

green  2001/01/11 20:26:22 PST

   Modified files:(Branch: RELENG_4)
 crypto/openssh   LICENCE Makefile.inc RFC.nroff atomicio.c
  auth-krb4.c auth-options.c auth-options.h




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



Re: How to mount iso image file????

2001-01-25 Thread Vivek Khera

> "j" == jreynold   writes:

j> Yup. You have to have 'pseudo-device  vn' in your kernel config and you have
j> to make sure the vn* devices are made in /dev. Once you do that, the following
j> commands will work:

vnconfig will automagically load the vn kernel module if it needs.
you don't have to have it statically built in your kernel.


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



Re: broken pipes on make world

2001-01-25 Thread Tim Zingelman

> Mike Tancsa wrote:
> > At 10:58 PM 1/14/2001 +0100, Dag-Erling Smorgrav wrote:
> > >Mike Tancsa <[EMAIL PROTECTED]> writes:
> > > > Does anyone else get this ?
> > >Lemme guess - full disk?
> > No, I have plenty of disk space on all 4 machines.  I didnt see this on
> > builds from Friday. Only today.
> Green made a number of changes to OpenSSH on Saturday. I only have
> problems if I log in and do a make world using ssh with those changes.
> What is interesting is to use both telnet and ssh to do the following.
> The output from the ssh session is seriously truncated when it is
> doing some of the traverses.
>
> cd /usr/src/share/man
> makewhatis -v /usr/share/man
>
> It didn't have problems with man9 but there are 5 broken pipes
> traversing man8.
> Kent

I just checked out, built, installed, & mergemastered...

# uname -a
FreeBSD xxx.xxx.xxx 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Dec 25
14:22:10 CST 2000 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLQUAD  i386

I can not duplicate your problem...

$ ssh xxx.xxx.xxx
xxx@xxx's password: xxx
$ su toor
Password: xxx
# cd /usr/src/share/man
# makewhatis -v /usr/share/man
...
Maybe /usr/share/man/man3/heap.3.gz is not a manpage
...

The above message is the only warning or error I get.

  - Tim



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



Re: Network stops working

2001-01-25 Thread Stephen Montgomery-Smith

That's interesting - I have a similar problem that also
just started recently (coincided with changing my power
supply but I'm sure that it is unrelated).  I find that
one of three things happens:

1.  dhcp simply does not successfully negotiate

2.  dhcp negotiates, gets an IP number and a router, but
then I get 100% packet loss.  (Never tried calling them to
see if they got through to me.)

3.  It actually works.

Option 2 is what usually happens, but if I restarting
dhcp enough times, I get option 3.  Since I keep the
connection up all the time, I only worry about the
problem sporadically.  So I have never tried to investigate
its cause.  (The ISP is att@home if that is useful.  My
NIC is a RealTek 8139.)



Luc Morin wrote:
> 
> Hi,
> 
> I've been asked to clarify the topology of my system.
> 
> Very simple setup. All I have is my home box connected to my ISP
> thru cable-modem. My NIC is a PCI NE2000 clone using the ed driver.
> 
> My ISP uses DHCP to assign my IP, so I run dhclient at boot time
> from my rc.conf file. This setup has been running fine for me for over
> a year now. Even after my last cvsup/buildworld everything was
> still perfectly working.
> 
> A few days ago, I started getting a  situation where after a few
> minutes of operation (after boot), I can't reach anything, not even
> my default gateway (assigned by my ISP as part of  DHCP).
> 
> I've talked to my ISP's tech support rep, and he told me he could
> ping my box just fine ( 0% packet loss ), while I couldn't ping
> anything ( 100% packet loss ). I also noticed that even though
> I can't reach the outside world, I still see some syslogd messages
> about failed attempt to connect to my box (I have log_in_vain="YES"
> in rc.conf).
> 
> Please see attached file for specifics of my system (kernel config
> file, dmesg output, uname -a, ps -ax etc...)
> 
> I hope this clarifies the situation :-)
> 
> Many thanks,
> 
> Luc Morin
> 
>   
>Name: info.txt
>info.txtType: Plain Text (text/plain)
>Encoding: quoted-printable

-- 
Stephen Montgomery-Smith
[EMAIL PROTECTED]
http://www.math.missouri.edu/~stephen


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



Re: Network stops working

2001-01-25 Thread Luc Morin

Hi,

I've been asked to clarify the topology of my system.

Very simple setup. All I have is my home box connected to my ISP
thru cable-modem. My NIC is a PCI NE2000 clone using the ed driver.

My ISP uses DHCP to assign my IP, so I run dhclient at boot time 
from my rc.conf file. This setup has been running fine for me for over
a year now. Even after my last cvsup/buildworld everything was
still perfectly working.

A few days ago, I started getting a  situation where after a few
minutes of operation (after boot), I can't reach anything, not even
my default gateway (assigned by my ISP as part of  DHCP).

I've talked to my ISP's tech support rep, and he told me he could
ping my box just fine ( 0% packet loss ), while I couldn't ping
anything ( 100% packet loss ). I also noticed that even though
I can't reach the outside world, I still see some syslogd messages
about failed attempt to connect to my box (I have log_in_vain="YES"
in rc.conf).

Please see attached file for specifics of my system (kernel config
file, dmesg output, uname -a, ps -ax etc...)

I hope this clarifies the situation :-)

Many thanks,

Luc Morin




uname -a ouput:

FreeBSD southpark.videotron.ca 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Jan 18 18:00:27 
EST 2001 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERN4  i386


dmesg output

Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.2-STABLE #0: Thu Jan 18 18:00:27 EST 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERN4
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
  
Features=0x383f9ff
real memory  = 134201344 (131056K bytes)
Invalid command or syntax.  Type `?' for help.
avail memory = 127844352 (124848K bytes)
Preloaded elf kernel "kernel" at 0xc02d7000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02d709c.
Pentium Pro MTRR support enabled
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 11
isab0:  at device 4.0 on pci0
isa0:  on isab0
atapci0:  port 0xb800-0xb80f at device 4.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0:  at 4.2 irq 5
chip1:  port 0xe800-0xe80f at device 4.3 on 
pci0
pcm0:  port 0xb000-0xb03f irq 10 at device 10.0 on pci0
ed0:  port 0xa800-0xa81f irq 5 at device 13.0 on 
pci0
ed0: address 00:e0:29:40:c0:4f, type NE2000 (16 bit) 
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0:  PRINTER MLC,PCL,PJL
lpt0:  on ppbus0
lpt0: Interrupt-driven port
IP Filter: v3.4.8 initialized.  Default = pass all, Logging = disabled
ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable
ad0: 13216MB  [26853/16/63] at ata0-master UDMA33
ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable
ad2: 8063MB  [16383/16/63] at ata1-master UDMA33
ad3: 3079MB  [6256/16/63] at ata1-slave UDMA33
acd0: CDROM  at ata0-slave using PIO4
Mounting root from ufs:/dev/ad0s2a


ifconfig -a output:

ed0: flags=8843 mtu 1500
inet 24.200.211.9 netmask 0xff00 broadcast 255.255.255.255
ether 00:e0:29:40:c0:4f 
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff00 


cat /usr/src/sys/i386/conf/MYKERN4 ouput:

machine i386
cpu I686_CPU
ident   MYKERN4
maxusers10


options INET#InterNETworking
options IPFILTER
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message 

Re: make buildworld fails: share/doc/usd/13.viref

2001-01-25 Thread Ruslan Ermilov

Please try with attached patch.

On Thu, Jan 25, 2001 at 07:44:05PM +0200, Valentin Nechayev wrote:
> ===> share/doc/usd/13.viref
> (cd /m4/REL4/src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.
> ref; sed -e\ 's:\(\.so[\ \  ][\ \   ]*\)\(vi.ref\)$:\1/m4/REL4/src/share/doc
> /usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \
> ][\ \   ]*\)\(ex.cmd.roff\)$:\1/m4/REL4/src/share/doc/usd/13.viref/../..
> /../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \   ][\ \   ]*\)\(re
> f.so\)$:\1/m4/REL4/src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.d
> oc/vi.ref/\2:' -e\ 's:\(\.so[\ \][\ \   ]*\)\(set.opt.roff\)$:\1/m4/REL4
> /src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\
>  's:\(\.so[\ \  ][\ \   ]*\)\(vi.cmd.roff\)$:\1/m4/REL4/src/share/doc/usd/13.vir
> ef/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e 's:^\.so index.so$::' vi.
> ref) |  groff -mtty-char -Tascii -t -s -me -U -o1- > /dev/null
> groff: illegal option -- U
> usage: groff [-abehilpstvzCENRSVXZ] [-Fdir] [-mname] [-Tdev] [-ffam] [-wname]
>[-Wname] [ -Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg] [-Larg]
>[files...]
> groff -h gives more help
> 
> 
> host OS is `FreeBSD 3.4-STABLE i386'
> No words in src/UPDATING about it
> 
> 
> /netch

-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


Index: Makefile.inc1
===
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.141.2.19
diff -u -p -r1.141.2.19 Makefile.inc1
--- Makefile.inc1   2001/01/22 23:26:15 1.141.2.19
+++ Makefile.inc1   2001/01/25 17:47:57
@@ -168,6 +168,8 @@ CROSSENV=   MAKEOBJDIRPREFIX=${OBJTREE} \
COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \
OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
+   GROFF_FONT_PATH=${WORLDTMP}/usr/share/groff_font \
+   GROFF_TMAC_PATH=${WORLDTMP}/usr/share/tmac \
PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.00503
 
 # bootstrap-tool stage
@@ -199,7 +201,24 @@ IMAKEENV=  ${CROSSENV} \
 IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
 
 USRDIRS=   usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
-   usr/libexec/${OBJFORMAT} usr/sbin usr/share/misc
+   usr/libexec/${OBJFORMAT} usr/sbin usr/share/misc \
+   usr/share/tmac/locale usr/share/tmac/mdoc/locale \
+   usr/share/tmac/mm \
+   usr/share/groff_font/devX100 \
+   usr/share/groff_font/devX100-12 \
+   usr/share/groff_font/devX75 \
+   usr/share/groff_font/devX75-12 \
+   usr/share/groff_font/devascii \
+   usr/share/groff_font/devcp1047 \
+   usr/share/groff_font/devdvi \
+   usr/share/groff_font/devhtml \
+   usr/share/groff_font/devkoi8-r \
+   usr/share/groff_font/devlatin1 \
+   usr/share/groff_font/devlbp \
+   usr/share/groff_font/devlj4 \
+   usr/share/groff_font/devps \
+   usr/share/groff_font/devutf8 \
+   usr/share/dict
 
 .if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
 USRDIRS+=  usr/libexec/aout
@@ -222,7 +241,7 @@ buildworld:
 .if !defined(NOCLEAN)
rm -rf ${WORLDTMP}
 .else
-   for dir in bin games include lib sbin; do \
+   for dir in bin games include lib sbin share; do \
rm -rf ${WORLDTMP}/usr/$$dir; \
done
rm -f ${WORLDTMP}/sys
@@ -512,7 +531,7 @@ _strfile=   games/fortune/strfile
 
 bootstrap-tools:
 .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
-gnu/usr.bin/gperf gnu/usr.bin/texinfo
+gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \