pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45524 (sysutils/9base link failures (and/or possible distinfo problem))
The following reply was made to PR pkg/45524; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45524 (sysutils/9base link failures (and/or possible distinfo
problem))
Date: Wed, 26 Oct 2011 23:57:03 +0700
Date: Wed, 26 Oct 2011 11:33:14 +0000 (UTC)
From: ryoon%NetBSD.org@localhost
Message-ID: <20111026113314.EEA8F63B86B%www.NetBSD.org@localhost>
| Fixed?
Yes, that works, thanks. However, unless you have some reason to
believe that NetBSD 5.2 (should it ever appear) will be different
than 5.0 and 5.1, and currently I see no reason to suppose that
will be true, then I think I'd replace ...
.if !empty(MACHINE_PLATFORM:MNetBSD-5.0*) ||
!empty(MACHINE_PLATFORM:MNetBSD-5.1*)
with
.if !empty(MACHINE_PLATFORM:MNetBSD-5.[0-8]*)
and be done with it (leaving just 5.9* - which we can presume to be 5.99.*,
I can't see us ever getting to an actual NetBSD 5.9 release...)
kre
Home |
Main Index |
Thread Index |
Old Index