Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 19:48:32 +0200
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Valentin Nechayev <netch@lucky.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make buildworld fails: share/doc/usd/13.viref
Message-ID:  <20010125194832.A42750@sunbay.com>
In-Reply-To: <20010125194405.W31587@lucky.net>; from netch@lucky.net on Thu, Jan 25, 2001 at 07:44:05PM %2B0200
References:  <20010125194405.W31587@lucky.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--uAKRQypu60I7Lcqm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

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

--uAKRQypu60I7Lcqm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=p

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; \

--uAKRQypu60I7Lcqm--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010125194832.A42750>