tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: LOWER_OS_VERSION not set on Linux



On Tue, 15 Jan 2008, Jeremy C. Reed wrote:
> reed@puget:~/pkgsrc/wip/openssl$ bmake show-var VARNAME=_LOWER_OS_VERSION_CMD
> echo 2.6.23.8 | tr 'A-Z' 'a-z'

Hmm, why are we using

        LOWER_OS_VERSION=        ${_LOWER_OS_VERSION_CMD:sh}

instead of

        LOWER_OS_VERSION=        ${OS_VERSION:tl}

?

I see the comment in the CVS commit log for pkgsrc/mk/bsd.prefs.mk
revision 1.101, but I think we should expect people to use
pkgsrc/bootstrap (which will build a new bmake) if they have outdated
versions of NetBSD.

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index