Age | Commit message (Collapse) | Author | Files | Lines |
|
meaningful warning if the file is a symlink whose target doesn't exist.
The message has now been changed from:
pkg_admin: netbsd32_compat30-extras: File `/usr/pkg/emul/netbsd32/usr/lib/libm387.so' is in +CONTENTS but not on filesystem!
to:
pkg_admin: Symlink `/usr/pkg/emul/netbsd32/usr/lib/libm387.so' exists and is in +CONTENTS but target does not exist!
* Pass values for --sysconfdir (and --prefix) to the configure script
instead of passing them through CPPFLAGS. Both SYSCONFDIR and PREFIX
are only used by audit-packages, and the audit-packages Makefile
already handles passing these values inherited from the configure
script. This avoids compiler warnings that, e.g. SYSCONFDIR has been
redefined on the command line.
* Fix quoting for arguments to the configure script -- :Q instead of
\"\".
Bump version to 20070828. Reviewed by <joerg>.
|
|
Prompted by Jeremy, okayed by Joerg.
|
|
- Fix '-l' to list dependencies needed at runtime by each package, as
opposed to those at build time. Avoids issues such as 'jdk15' pulling
in sun-jdk & sun-jre
|
|
|
|
well.
|
|
|
|
reader.
|
|
|
|
Requested by joerg.
|
|
|
|
|
|
PR# 36773 opened by David A. Holland.
While we're here look for settings with no values in audit-packages.conf
and ignore them.
Tighten up processing of audit-packages.conf for the situation where
settings are specified multiple times. (report from joerg@).
|
|
suffix. find_best_matching_file does that already and doing it twice
is actually counterproductive. Bump to 20070821.
|
|
Make symbolic links to directories in the appropriate way
Change email addres sto match current preferences
|
|
|
|
|
|
|
|
Bump version, remove pkgrevision.
|
|
Linux has sin_len either (PR 36791).
|
|
|
|
version correctly. Fixes issues on platforms where the first tar
in path doesn't support -z. Bump to pbulk-0.12.
|
|
|
|
|
|
The function returns the path name of the given file for the package.
The memory needs to be freed by the caller.
|
|
|
|
the initial revision in 2002, so assume it just works...
|
|
a subfunction.
Bail out if the package name doesn't have a version name.
Bail out if the internal rename failed (it was an assert before).
Invert some of the branches to cut off three levels of indirection.
|
|
for the purpose of installing a package and enables cross-compiled
pkgsrc to not use -f all the time.
Bump version to 20070815.
|
|
|
|
|
|
Don't depend on NULL termination of argv, count instead.
Remove more traces of slave mode.
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
of category.mk.
|
|
pattern and not the base name.
pkg_info: add -E option to return the best matching installed package.
Bump to 20070813.
|
|
The check for already installed packages depends on being able
to run them in PKGDB_DIR. This is clearly obnoxius, but leave it
for later.
|
|
|
|
the functionality offered by findmatchingname and findbestmatching
name. They optionally strip the suffix from the filename before
matching it, instead of modifying the pattern directly.
Drop the old functions.
- Fix a bug in pkg_order where the version strings where inverted
- Make pkg_admin lsbest and lsall use the new functions.
- Make ftpio use pkg_order directly.
Bump version to 20070812.
|
|
Reported by Greg Troxel on tech-pkg@
* Add -q which operates the same as 'pkg_info -q' and only displays
the package name of any vulnerable/eol packages found.
Suggestion by joerg@
* man page updates for -q
* Document the required permissions for audit-packages and
download-vulnerability-list in the man page.
|
|
|
|
possible cause of inconsistencies. Remove comment about make replace,
since it does not, absent pkgsrc/mk bugs, result in incorrect
dependency records.
|
|
preserved} packages, and caution the reader that it is dangerous.
Ride hours-earlier version bump.
|
|
actually return 0...
|
|
and builds the +REQUIRED_BY files from that.
Bump to 20070810.
|
|
packages (see pkg_info -e). Restore this behaviour. Still print a
warning when the pkgdb can't be processed.
Reported by Daniel Horecki and pointed to the option by tnn@.
|
|
Discussed with and tested by various people over the last two month.
This problem was exposed by pbulk.
|
|
|
|
descriptions there.
|
|
|
|
|
|
later) and document @option preserve in pkg_add(1).
|