summaryrefslogtreecommitdiff
path: root/pkgtools/libkver
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Add support for versions such as 2.0_STABLE.cube1-1/+5
XXX: actually, it would be nice if pkg_add didn't complain when adding a 2.0 package to a 2.0_STABLE system.
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-07-06o Allow use if sysctl for MIBs shorter or longer than 2cube2-10/+6
o Instead of returning an error, pass the control to the actual call. This avoids a failure in make because of broken uname() when libkver is used. OK'd by seb@.
2004-04-24fix a sentence, fix a typo, s/netbsd.org/NetBSD.org/grant1-4/+4
2004-01-19Convert to bl3 and allow pkgviews installation.jmmv1-2/+6
2003-12-23Replace ad hoc creation of installation directories in pre-install targetseb1-7/+6
by INSTALLATION_DIRS framework. While here also create {man,cat}pages directories.
2003-12-13Update to version 0.4.seb12-101/+249
Libkver is now run-time configurable, see installed kver(3), it now installs in LOCALBASE and uses install/deinstall scripts to replace/restore /sbin/sysctl if needed.
2003-10-27Update to version 0.3.seb3-4/+9
Add support for NetBSD 1.6.2. XXX The "release date" is fiction.
2003-09-30Update to version 0.2.seb2-7/+6
Fix a mostly harmless bug: a utsname.machine string was added at the end of utsname.version string.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-20Add support for picking up KVER_OSRELEASE in "/etc/mk.conf": bothseb3-6/+13
when used as standalone sources and -as MAKECONF is set to /dev/null in MAKE_ENV by bsd.pkg.mk- as package sources.
2003-07-20Use english not french!seb1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-11Initial import of libkver version 0.1 into the NetBSD Packages Colelction.seb9-0/+238
This package provides a shared library and a replacement for sysctl(1) (when needed i.e. when the original one is statically linked) so that the real version numbers and strings of the running NetBSD kernel as returned by sysctl(3) and uname(3) are overridden by those fixed during compilation. This is useful for -among other things- building packages in sandboxed/chrooted environment for a different NetBSD release than the system hosting the sandbox/chroot.