Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 22:21:40 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        gnats-submit@FreeBSD.ORG
Cc:        freebsd-ports@FreeBSD.ORG, n@nectar.com
Subject:   Re: ports/9587: new texinfo breaks security/krb5 
Message-ID:  <53145.916863700@axl.noc.iafrica.com>
In-Reply-To: Your message of "Wed, 20 Jan 1999 12:00:00 PST." <199901202000.MAA17876@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

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?53145.916863700>