Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
(functionality already in the library, just the header was missing).
Bumpt date to today.
|
|
Teach pkglint about new rules related to info files handling.
- remove old checks of PLIST related to install-info.
- emit a FATAL error for "@exec install-info" and similar in PLIST.
- emit a FATAL error for inclusion of texinfo.mk.
|
|
sync with -current, and no functionality change.
|
|
|
|
|
|
|
|
From Ben Collver in PR 22215.
Bump to 3.57.
|
|
patch to the well-known digest package. The output is the same for
files, but if rdigest is given a directory as an argument, it will
recursively checksum the directory in such a manner as to:
(1) give a repeatable checksum
(2) with no regard for file ownership
(3) or timestamps
(4) or modes
(5) while taking into account empty files and directories
such that the checksum of an extracted tar file will match the
checksum of the same tree as retrieved via cvs, or two allegedly
matching trees from different cvs servers, etc.
|
|
|
|
|
|
as there is no call to malloc(0) in this code.
As a side effect, need to explicitly add a check for <stdlib.h>.
|
|
Pointed out by seb@.
|
|
- Add the NETBSD_RELEASE variable. This is used to automatically configure
pkgtools/libkver inside the chroot so that packages see the right kernel
version when issuing calls to sysctl(8). Suggested by seb@.
- Turn on emacs editing mode by default in sh/ksh.
|
|
when used as standalone sources and -as MAKECONF is set to /dev/null in
MAKE_ENV by bsd.pkg.mk- as package sources.
|
|
|
|
|
|
|
|
include system fts.h if we have one, or our own.
|
|
- Added support for audit-packages. pkg_comp will now automatically setup
the vulnerabilities file inside the chroot so that pkgsrc can check for
security flaws before building packages. See the USE_AUDIT_PACKAGES
variable in the manpage.
- Added support for gcc3. pkg_comp will now automatically install the gcc3
compiler inside the chroot and build all packages using it. See the
USE_GCC3 variable in the manpage.
- The new MKCONF_VARS variable lets you add any variable to the generated
mk.conf file from the configuration file (no need for EXTRAMK in most
cases).
- Deprecated the removepkgs target. It was buggy and difficult to adapt to
the new changes. removeroot+makeroot should produce the same effect.
- Some code cleanup, specially regarding to template file generation and
default values for variables. (See next change item)
- Configuration file semantics have changed. Variables are now set to their
default value if they are NOT set in the configuration file. This changes
the behaviour of SETS_X11 specially, which needs to be explicitly set to
"no" to disable X11.
- Fixed shell profile configuration. Now PS1 is properly set when using the
"chroot" target.
|
|
|
|
|
|
|
|
archive.
|
|
|
|
editors can pick the right syntax.
bump PKGREVISION to 0.112.
|
|
|
|
|
|
|
|
|
|
- COMMENTs should start with a capital letter.
|
|
|
|
contents with the package database, reporting files that are in
the file system but not in the package database.
Written by Dieter Baron (dillo@) with man pages from Thomas Klausner (wiz@).
|
|
|
|
netbsd.org -> NetBSD.org
|
|
|
|
add prototypes for getmode, lchmod, lchown
eliminates implicit declaration warnings building pax and mtree with
Forte compiler on Solaris.
|
|
|
|
|
|
|
|
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.
|
|
SH is /bin/ksh on Solaris, this gives us a working pkgdiff on Solaris.
|
|
----------------------------
revision 1.59
date: 2003/07/04 14:14:10; author: lukem; state: Exp; lines: +1 -7
Revert previous; the "return" if rc.subr had already loaded had issues
in some circumstances where run_rc_script()'s sourcing of an rc.d file
which then sourced rc.subr, the `optimisation' in rc.subr to "return as
we're already loaded" would finish more than just the inner-most sourcing.
I haven't tracked down the exact issue, but removing the `optimisation'
fixes the problem I noticed in starting up certain rc.d scripts, and
may fix [bin/22053] as well.
|
|
also mention it does sha256, sha384 and sha512, too.
|
|
bump to 20030630.
|
|
|
|
|
|
|