| Age | Commit message (Collapse) | Author |
|
Adjust the Makefiles to be reachover Makefiles and remove
some unnecessary warning exceptions.
audit-packages.conf is stored redundantly in src/etc, not changed yet.
pkgsrc.7 is also kept in share/man/man7.
Add a comment in lib/nbcompat.h to make the file non-empty.
|
|
(or when running in non-unprivilegedmode, but how to detect?)
|
|
two versions.
|
|
previous occurrences of MAXPATHLEN and FILENAME_MAX have been changed
to use MaxPathSize instead.
If MAXPATHLEN is not defined, then assume a default value of 1024
(this is primarily for use on the Hurd).
The reason for this is that some older platforms define FILENAME_MAX
to be 14, although MAXPATHLEN is 1024. On BSD-derived systems,
FILENAME_MAX And MAXPATHLEN are both 1024.
Bump pkg_install version to 20041226.
These modifications have been tested so far on a NetBSD-current bulk
build.
|
|
|
|
|
|
Interix, and remove absolute setting of umask in pkg_add.
|
|
|
|
running:
cd src/usr.sbin/pkg_install
cvs update -Pd -A
cvs update -Pd -j pkgviews-base -j pkgviews
|
|
|
|
Add the ability to pkg_info(1) and pkg_delete(1) to take a directory
name for the name of the package, so that shell-completion can help
when finding out information or deleting packages.
|
|
switches to delete a package that has been preserved. Document this
change.
|
|
|
|
|
|
Bump lib/version.h due to added functionality.
|
|
read-only or read-write mode.
Modify the return value of pkgdb_open() to have a more logical boolean
value.
|
|
errx(3).
Plug a memory leak by modifying the signature of
_pkgdb_getPKGDB_FILE() to take a buffer and its size, and fill in that
buffer and return it.
|
|
|
|
- move some duplicated functions into lib/.
|
|
/var/db/pkg does not exist (e.g. on a new system), say do!
|
|
Document it. While there, fix the ordering of the option descriptions in
some man pages. Set version to 20010305.
|
|
|
|
files (from /var/db/pkg). Only directories can contain pkgs.
Fixed PR 10083 by Dan McMahill <mcmahill@mtl.mit.edu>
|
|
Noted by D'Arcy J.M. Cain <darcy@druid.druid.net> on current-users.
|
|
|
|
If no (installed) package is found with the given name, "-[0-9]*" is
appended, and the search retried. Withs with any options to pkg_delete
and (esp.) pkg_info:
pkg_info kde
pkg_info -e emacs
pkg_info -qL xlock
pkg_delete -v emacs
|
|
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).
Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".
Some other minor cleanups.
|
|
|
|
anything else of the package or it's files. To be used on "make reinstall"
by the buildsystem (quite exclusively).
|
|
|
|
|
|
+ Fix a bug introduced when the package name comparison routines were moved -
alternate matching now completes and works properly.
+ Add -R argument to pkg_create, which re-orders any directories in the
generated PLIST into reverse alphabetic order.
+ Add -l argument to pkg_create, which checks that any symbolic links in
the package are relative-to-$PREFIX pathnames, rather than full pathnames.
+ General cleanup elsewhere.
|
|
|
|
- warn()/err() instead of whinge()/barf()
- Update RCS Id strings
- Update manpages (mostly)
|
|
(<arnej@math.ntnu.no>). Fixes bin/3745.
|
|
Un-munge pkg_install/lib/Makefile which I'd overwritten on libftpio commit.
Make it compile on NetBSD.
Install pkg_* programs in /usr/sbin
XXX agc - Still to do XXX
Cleanup call to mktemp (for a tmp dir) in pkg_install/lib/pen.c
Create ftperr.c in the correct directory.
|
|
|