*BSD News Article 11463


Return to BSD News archive

Received: by minnie.vk1xwt.ampr.org with NNTP
	id AA1656 ; Tue, 23 Feb 93 14:52:15 EST
Newsgroups: comp.os.386bsd.bugs,comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!uuneo!sugar!karl
From: karl@NeoSoft.com (Karl Lehenbauer)
Subject: Patch to make groff compile (needed to compile /usr/src)
Organization: NeoSoft Communications Services -- (713) 684-5900
Date: Thu, 18 Feb 1993 07:13:41 GMT
Message-ID: <C2Muqt.LIG@sugar.neosoft.com>
Lines: 46

This is an unofficial patch.  It is *not* part of the official 
unofficial patchkit maintained by Jordan Hubbard (jkh@whisker.lotus.ie)
and previously by Nate Williams.

If you apply this patch you need your own backout plan.  Further you can
expect with reasonable certainty that this patch or one like it will come
out through the official unofficial patchkit.

If you need it now and can't wait, though, use it.  As always, we are not
responsible for whatever this patch does or fails to do to your system.

PATCH:          GROFF COMPILATION FIX
AUTHOR:         Nick Handel (nick@madhouse.neosoft.com)
DESCRIPTION:

        A "make" from /usr/src will abort due to the absence of a "./grotty"
subdirectory in "/usr/src/usr.bin/groff". The source code for this "grotty"
program is apparently too valuable to distribute, as it was not included.
The binary distribution includes a compiled version, however.  The patch
removes the reference to "grotty" in "/usr/src/usr.bin/groff/Makefile",
and groff should now compile fine.


*** /usr/src/usr.bin/groff/Makefile.pre-neosoft	Thu Feb 18 00:01:22 1993
--- /usr/src/usr.bin/groff/Makefile	Wed Feb 10 23:59:03 1993
***************
*** 1,7 ****
  #	@(#)Makefile	6.3 (Berkeley) 5/6/91
  
  SUBDIR=		libgroff libdriver groff troff tbl eqn pic \
! 		grotty grops devices macros
  
  depend:
  
--- 1,7 ----
  #	@(#)Makefile	6.3 (Berkeley) 5/6/91
  
  SUBDIR=		libgroff libdriver groff troff tbl eqn pic \
! 		grops devices macros
  
  depend:
  
-- 
-- Email info@NeoSoft.com for info on getting interactive Internet access.
"I didn't have time to write a short letter, so I wrote a long one instead."
-- Twain