Subject: Re: Looking for some assistance with bulk scripts
To: None <tech-pkg@netbsd.org>
From: Klaus Heinz <k.heinz.jun.sieben@kh-22.de>
List: tech-pkg
Date: 06/05/2007 22:21:15
Florian Heigl wrote:

> 1. the tsort call bails because the tsort on HP-UX does not know a -q
> flag, and I've not found the actual call in the bulk scripts so I
> could remove -q; from what i understood it simply means 'quiet'
> 2. if i could remove it (i know from manually testing) the tsort will
> output a comment like 'tsort: odd data' I do not really understand,
> but i suppose the return code won't be 0 which might add some trouble.
> The easiest way would be using a NetBSD source tsort, but I don't
> really know where to find it.

Does it help if you set

  TOOLS_PLATFORM.tsort=

in your mk.conf file? This should trigger the inclusion of
sysutuils/coreutils (see mk/tools/replace.mk) because it says that
HP-UX does not have (usable) tsort.

ciao
     Klaus