Age | Commit message (Collapse) | Author | Files | Lines |
|
XXX: actually, it would be nice if pkg_add didn't complain when adding a
2.0 package to a 2.0_STABLE system.
|
|
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.)
|
|
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@.
|
|
|
|
|
|
by INSTALLATION_DIRS framework.
While here also create {man,cat}pages directories.
|
|
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.
|
|
Add support for NetBSD 1.6.2.
XXX The "release date" is fiction.
|
|
Fix a mostly harmless bug: a utsname.machine string was added at the
end of utsname.version string.
|
|
|
|
when used as standalone sources and -as MAKECONF is set to /dev/null in
MAKE_ENV by bsd.pkg.mk- as package sources.
|
|
|
|
|
|
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.
|