Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 1999 20:08:35 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9682: [PATCH] new makeinfo in CURRENT break security/krb5
Message-ID:  <76484.917287715@axl.noc.iafrica.com>

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

>Number:         9682
>Category:       ports
>Synopsis:       [PATCH] new makeinfo in CURRENT break security/krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 25 10:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sheldon Hearn
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
UUNET Internet Africa
>Environment:

	FreeBSD 3.0-STABLE / 4.0-CURRENT post 1999/01/14.

>Description:

	The new version of texinfo, which was imported into 3.0-CURRENT
	_before_ the recent branch, comes with a new version of
	makeinfo(1) that breaks security/krb5 because that port's
	texinfo fails validation tests.

>How-To-Repeat:

	On a 3.0 / 4.0 post 1999/01/14 box, do
	``cd /usr/ports/security/krb5; make install''.

>Fix:
	
	The following diff adds a new patch to the port to prevent
	texinfo validation. The resulting info files look fine and the
	supposedly broken links that broke the port _are_ followable in
	the info(1) client.

Index: ports/security/krb5/patches/patch-ax
===================================================================
RCS file: patch-ax
diff -N patch-ax
--- /dev/null	Mon Jan 25 19:48:36 1999
+++ patch-ax	Mon Jan 25 20:00:58 1999
@@ -0,0 +1,11 @@
+--- doc/Makefile.orig	Mon Jan 25 19:59:26 1999
++++ doc/Makefile	Mon Jan 25 19:59:43 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
>Release-Note:
>Audit-Trail:
>Unformatted:

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