Hi, On my few slow arches, where snaphot packages are always out of date wrt libc bumps, It annoys me that rebuilding tcsh now first build groff. In fact the man page looks ok when formatted with mandoc(1). So lets remove the USE_GROFF. ok?
Index: Makefile =================================================================== RCS file: /cvs/OpenBSD/ports/shells/tcsh/Makefile,v retrieving revision 1.46 diff -u -p -u -r1.46 Makefile --- Makefile 26 Oct 2010 15:19:27 -0000 1.46 +++ Makefile 21 Dec 2010 07:22:30 -0000 @@ -32,7 +32,6 @@ ALL_TARGET= all catalogs AUTOCONF_VERSION=2.59 REGRESS_DEPENDS=${MODGNU_AUTOCONF_DEPENDS} REGRESS_FLAGS= AUTOCONF_VERSION=${AUTOCONF_VERSION} -USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh -- Matthieu Herrb