From owner-freebsd-ports Wed Jan 20 12:22:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13159 for freebsd-ports-outgoing; Wed, 20 Jan 1999 12:22:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13098; Wed, 20 Jan 1999 12:21:57 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1) id 10348C-000DpC-00; Wed, 20 Jan 1999 22:21:40 +0200 From: Sheldon Hearn To: gnats-submit@FreeBSD.ORG cc: freebsd-ports@FreeBSD.ORG, n@nectar.com Subject: Re: ports/9587: new texinfo breaks security/krb5 In-reply-to: Your message of "Wed, 20 Jan 1999 12:00:00 PST." <199901202000.MAA17876@freefall.freebsd.org> Date: Wed, 20 Jan 1999 22:21:40 +0200 Message-ID: <53145.916863700@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following patch works around the problem and seems to produce working info files (as tested with info(1)). I suppose TRTTD is fix up the tex, but I think most of us would like to have a working port between now and when "somebody has the time". :) Ciao, Sheldon. Index: ports/security/krb5/patches/patch-ax =================================================================== RCS file: patch-ax diff -N patch-ax --- /dev/null Wed Jan 20 21:46:27 1999 +++ patch-ax Wed Jan 20 22:19:13 1999 @@ -0,0 +1,11 @@ +--- doc/Makefile.orig Wed Jan 20 21:57:45 1999 ++++ doc/Makefile Wed Jan 20 21:59:19 1999 +@@ -1,7 +1,7 @@ + SRCDIR=../src + DVI=texi2dvi + DVIPS=dvips -o "$@" +-INFO=makeinfo ++INFO=makeinfo --no-validate + HTML=texi2html + RM=rm -f + TAR=tar -chvf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message