Date: Wed, 22 Mar 2000 19:26:27 +0100 From: Jeroen Ruigrok van der Werven <asmodai@bart.nl> To: stable@freebsd.org Subject: PATCH! groff breaking world in 3-STABLE PATCH! Message-ID: <20000322192627.A30592@lucifer.bart.nl>
next in thread | raw e-mail | index | archive | help
--XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Hi guys, please try this patch as it solves the problems encountered with groff wrt the safer macro in 3-STABLE. With thanks to Bruce D. Evans for his help. Please report successes and failures back to me... -- Jeroen Ruigrok van der Werven Network- and systemadministrator <asmodai@bart.nl> VIA NET.WORKS The Netherlands BSD: Technical excellence at its best http://www.bart.nl Earth to earth, ashes to ashes, dust to dust... --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.inc1.patch" --- src/Makefile.inc1.orig Wed Mar 22 15:01:10 2000 +++ src/Makefile.inc1 Wed Mar 22 15:11:00 2000 @@ -183,6 +183,8 @@ COMPILER_ENV= BISON_SIMPLE=${TOOLROOT}/usr/share/misc/bison.simple \ COMPILER_PATH=${TOOLROOT}/usr/libexec:${TOOLROOT}/usr/bin \ GCC_EXEC_PREFIX=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib/ \ + GROFF_FONT_PATH=${WORLDTMP}/usr/share/groff_font \ + GROFF_TMAC_PATH=${WORLDTMP}/usr/share/tmac \ LD_LIBRARY_PATH=${TOOLROOT}${SHLIBDIR} \ LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib --XsQoSWH+UP9D9v3l-- 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?20000322192627.A30592>