Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 12:30:01 -0800 (PST)
From:      Sheldon Hearn <axl@iafrica.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/9587: new texinfo breaks security/krb5 
Message-ID:  <199901202030.MAA19796@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9587; it has been noted by GNATS.

From: Sheldon Hearn <axl@iafrica.com>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901202030.MAA19796>