From owner-freebsd-ports Wed Jan 20 12:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14117 for freebsd-ports-outgoing; Wed, 20 Jan 1999 12:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14053 for ; Wed, 20 Jan 1999 12:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19796; Wed, 20 Jan 1999 12:30:01 -0800 (PST) Date: Wed, 20 Jan 1999 12:30:01 -0800 (PST) Message-Id: <199901202030.MAA19796@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Sheldon Hearn Subject: Re: ports/9587: new texinfo breaks security/krb5 Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9587; it has been noted by GNATS. From: Sheldon Hearn To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9587: new texinfo breaks security/krb5 Date: Wed, 20 Jan 1999 22:23:33 +0200 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