summaryrefslogtreecommitdiff
path: root/pkgtools/osabi
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24osabi: Revert previous pending discussion.nia1-7/+1
2022-07-24osabi: Teach it to check the version of the userspace rather thannia1-1/+7
the kernel on NetBSD. from Hauke Fath.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
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-21When failing to install due to OS version mismatch, also print how to ↵jmcneill1-1/+2
override this check.
2014-10-28IGNORE_OSABI was renamed to CHECK_OSABIcheusov2-3/+9
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2013-02-23normalize OS_VERSION for Cygwin, same as in mk/bsd.prefe.mk.obache1-1/+4
2011-02-05Kill Interix libc shlibname base OS_VERSION detection, broken for SUA.obache1-10/+1
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.
2010-04-30Import the 'osabi-${OPSYS}-${OS_VERSION}' as pkgtools/osabisbd3-0/+67
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).