Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Bump kver version to 0.7.2.
|
|
|
|
* use size_t, not int, for a length passed to sysctl(2);
* bump version to 0.7.1.
|
|
|
|
|
|
(Not bumping the version number for this.)
|
|
machine, and machine_arch. Add a helper script to simplify use of
libkver. Set VERSION=0.7.
An earlier version of this change was reviewed by seb@NetBSD.org.
|
|
|
|
|
|
|
|
makefile. This should fix HTML manual page issue under NetBSD-current.
Problem reported by Cesar Catrian Carreno on "pkgsrc-users" mailing list.
|
|
through PLIST_SUBST to the plist module.
|
|
afterwards, the user might have set it.
|
|
dependencies.
|
|
an error and make complain rather verbosely. Use || true to hide that
error.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
|
|
|
|
|
|
The broken area is -current between Feb 24th 2006 and Mar 2nd 2006.
Fixes PR#33226 by Cesar Catrian Carreno.
|
|
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
|
|
|
|
defaults to /libkver, and register it there.
This is a convenient one-stop target to use libkver in a sandboxed bulk-build.
(hint for Julio ;)
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_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.
|
|
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.
|