Commit graph

16 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
seb
df3ade20c1 Update to version 0.6.
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE.
2005-03-30 06:41:01 +00:00
cube
bfcdc04fd8 Add support for versions such as 2.0_STABLE.
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-14 17:15:21 +00:00
tv
049d18c583 Don't "cp -p" for *source* files. Builds are usually done as an unprivileged
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.)
2005-01-06 05:32:29 +00:00
cube
28792806d7 o Allow use if sysctl for MIBs shorter or longer than 2
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-07-06 09:45:38 +00:00
grant
010b8db118 fix a sentence, fix a typo, s/netbsd.org/NetBSD.org/ 2004-04-24 10:53:03 +00:00
jmmv
6ae89c5638 Convert to bl3 and allow pkgviews installation. 2004-01-19 13:38:28 +00:00
seb
b5c6b87e18 Replace ad hoc creation of installation directories in pre-install target
by INSTALLATION_DIRS framework.

While here also create {man,cat}pages directories.
2003-12-23 19:48:31 +00:00
seb
030685f07e Update to version 0.4.
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-12-13 17:45:59 +00:00
seb
8b72b13fb8 Update to version 0.3.
Add support for NetBSD 1.6.2.

XXX The "release date" is fiction.
2003-10-27 20:31:42 +00:00
seb
34700d01e6 Update to version 0.2.
Fix a mostly harmless bug: a utsname.machine string was added at the
end of utsname.version string.
2003-09-30 19:13:30 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
seb
06c5a4ac05 Add support for picking up KVER_OSRELEASE in "/etc/mk.conf": both
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-20 15:37:46 +00:00
seb
3acd4bb717 Use english not french! 2003-07-20 13:56:25 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
seb
a26ba88462 Initial import of libkver version 0.1 into the NetBSD Packages Colelction.
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.
2003-07-11 14:50:37 +00:00