summaryrefslogtreecommitdiff
path: root/pkgtools/osabi
AgeCommit message (Collapse)AuthorFilesLines
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).