Subject: CVS commit: [pkgsrc-2007Q2] pkgsrc/devel/ncurses
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2007 13:59:36
Module Name:	pkgsrc
Committed By:	ghen
Date:		Mon Jul  9 13:59:36 UTC 2007
Modified Files:
	pkgsrc/devel/ncurses [pkgsrc-2007Q2]: Makefile.common
Log Message:
Pullup ticket 2126 - requested by tnn
build fix for ncurses
- pkgsrc/devel/ncurses/Makefile.common			1.6
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Mon Jul  2 02:08:20 UTC 2007
   Modified Files:
	   pkgsrc/devel/ncurses: Makefile.common
   Log Message:
   On platforms that have neither a builtin groff nor builtin curses
   we can end up with a circular dependency:
   ncurses -> groff -> netpbm -> flex -> bison -> gtexinfo -> ncurses
   ncurses may depend on groff because of USE_TOOLS+=tbl.
   Break the circular dependency by using --without-manpage-tbl
   if there is no tbl(1) available and we're unable to build
   groff because of missing curses.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.4.1 pkgsrc/devel/ncurses/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.