./pkgtools/osabi, Operating System version dummy-package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 9.3, Package name: osabi-NetBSD-9.3, Maintainer: pkgsrc-users

This is a dummy-package which is made a dependence for packages which are
tightly bound to a specific version of an operating system, e.g. LKMs or
sysutils/lsof. Such binary packages are not backwards compatible with other
versions of the OS.

The version number of this package should be similar to the operating system
version (`uname -r' output).


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2022-07-24 22:56:56 by Nia Alarie | Files touched by this commit (1)
Log message:
osabi: Revert previous pending discussion.
   2022-07-24 09:28:09 by Nia Alarie | Files touched by this commit (1)
Log message:
osabi: Teach it to check the version of the userspace rather than
the kernel on NetBSD. from Hauke Fath.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2018-11-21 15:15:32 by Jared D. McNeill | Files touched by this commit (1)
Log message:
When failing to install due to OS version mismatch, also print how to override \ 
this check.
   2014-10-28 03:08:39 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
IGNORE_OSABI was renamed to CHECK_OSABI
   2014-03-03 04:30:55 by OBATA Akio | Files touched by this commit (43)
Log message:
Just define PKGNAME and use it.
   2013-02-23 06:48:00 by OBATA Akio | Files touched by this commit (1)
Log message:
normalize OS_VERSION for Cygwin, same as in mk/bsd.prefe.mk.
   2011-02-05 14:21:13 by OBATA Akio | Files touched by this commit (1)
Log message:
Kill Interix libc shlibname base OS_VERSION detection, broken for SUA.

It is based on ancient bsd.prefs.mk and not works as expected for SUA,
because all SUA (5.2, 6.0 and 6.1) have libc.so.5.2 (and also old version).
Moreover shlibname base OS version was introduced to speed up to avoid invoking
`uname', but in this script, `uname' always will be invoked.