Subject: pkg/15228: info files in various packages now REQUIRE info from gtexinfo-4.0
To: None <gnats-bugs@gnats.netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: netbsd-bugs
Date: 01/12/2002 23:15:54
>Number: 15228
>Category: pkg
>Synopsis: info files in various packages now REQUIRE info from gtexinfo-4.0
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jan 12 20:17:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Greg A. Woods
>Release: pkgsrc 2002/01/11
>Organization:
Planix, Inc.; Toronto, Ontario; Canada
>Environment:
System: NetBSD 1.5W
>Description:
Various packages now include pre-built info files that require
the info tool from gtexinfo-4.0 (eg. autoconf-2.52).
>How-To-Repeat:
install devel/autoconf-devel (autoconf-2.52) and try to read the
manual with /usr/bin/info or the old /usr/pkg/bin/info (from the
old gtexinfo-3.12)
>Fix:
it's probably best to simply always require the new gtexinfo:
Index: bsd.pkg.mk
===================================================================
RCS file: /cvs/master/m-NetBSD/main/pkgsrc/mk/bsd.pkg.mk,v
retrieving revision 1.901
diff -c -r1.901 bsd.pkg.mk
*** bsd.pkg.mk 11 Jan 2002 14:41:42 -0000 1.901
--- bsd.pkg.mk 13 Jan 2002 04:02:00 -0000
***************
*** 228,234 ****
.endif
.if defined(USE_GTEXINFO) && !exists(/usr/bin/install-info)
! DEPENDS+= gtexinfo>=3.12:../../devel/gtexinfo
.endif
# Automatically increase process limit where necessary for building.
--- 226,232 ----
.endif
.if defined(USE_GTEXINFO) && !exists(/usr/bin/install-info)
! DEPENDS+= gtexinfo>=4.0:../../devel/gtexinfo
.endif
# Automatically increase process limit where necessary for building.
>Release-Note:
>Audit-Trail:
>Unformatted: