Age | Commit message (Collapse) | Author | Files | Lines |
|
- Handle symlinks in a view correctly.
- Remove superfluous escapes in BRE.
This closes PR pkg/24190.
|
|
by Kibum Han in PR pkg/25560.
PKGVERSION will be bumped shortly when 20040601 is imported.
|
|
fix typo.
|
|
codepath to be executed by correcting the SHOW_* macro definitions. Also
fix up some function prototypes so this builds with -Wall. Fixes from
pkg/25494.
|
|
Add a new flag -Q (for "query") to pkg_info(1) to query the build
information for the definitions of specific variables that were saved
from build time, e.g.
$ pkg_info -Q PKGPATH glib
devel/glib
$ pkg_info -Q PROVIDES glib
/usr/pkg/lib/libglib.so.13
/usr/pkg/lib/libgmodule.so.13
/usr/pkg/lib/libgthread.so.13
|
|
setting of mode in a mkdir command.
|
|
|
|
|
|
tree:
Make pkg_add recognise binary packages built with ignored recommendations
(IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites).
This change is fully backward-compatible: binary packages have set the
corresponding BUILD_INFO since RECOMMENDED was implemented. Packages
built before that time will install as before.
Bump PKGTOOLS_VERSION to 20040411.
This closes PR pkg/24712 by Thomas Klausner.
|
|
it on a per-opsys basis (and so that mk.conf can override it to match what
the pkgsrc builder is using).
|
|
revision 1.5
date: 2004/04/06 05:56:07; author: agc; state: Exp; lines: +14 -11
Fix signature verification after pkg_add and friends were changed to use
fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split
up the command into separate words.
|
|
|
|
|
|
|
|
|
|
|
|
links created so the compiler can be found.
fixes build problem in sketch's bulk build.
|
|
Check pkgdb_open for correct return value.
From Peter Postma in PR 24863.
|
|
XXX This line should be removed once pkgsrc/bootstrap is up and running.
|
|
pkg_install, but older NetBSD installations, e.g. 1.5.3, won't support
them. In this case, we explicitly use the native GCC compiler to
avoid problems with depending on pkgsrc GCC for building pkg_install.
|
|
Just a comment doesn't seem to suffice in all cases. For no-op commands,
use an explicit "true" invocation to avoid problems. (A future merge of
current bmake may fix this issue.)
|
|
|
|
we can set it in the environment if bootstrapping or have pkgsrc do it
for us.
|
|
|
|
${PKG_ADMIN}, so we need to not use "-K" with pkg_admin, too.
|
|
options to pkg_info while evaluating bsd.prefs.mk.
|
|
|
|
pkg_install.
|
|
include:
* use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.
the former represents the CPU architecture, which is what is recorded
in binary packages; also allow the OS name to be overridden, as pkgsrc
doesn't always use the value of utsname.sysname.
* allow adding depoted packages if another package with the same
${PKGBASE} is already installed as this is explicitly allowed for in
pkgviews.
|
|
more appropriate test.
fixes build problem noted on RedHat.
|
|
drop trailing spaces; add comma in enumeration.
|
|
section, etc.
|
|
|
|
then exit (instead printing one conflicting pkg/version on each run).
|
|
|
|
New features include OS/arch/version checking and a large speed
improvement to pkg_info.
|
|
|
|
normally apply: treat them as if the distinfo file was empty.
This solves the reason why pkgtools/pkg_install/distinfo was resurrected,
and allows us to remove it again, since it had the side effect of
introducing a dependency on digest, which is not acceptable when updating
pkg_install: it made it impossible to use the pkgsrc tree, as reported
by several people.
|
|
patches (any more). This prevents SUP users who dont use the "delete" flag
properly to accidentally apply the patches they still have
(which is the reason why we keep patches in the distinfo file at all).
|
|
New features include fetching binary packages using HTTP (thanks wiz!)
and some minor speed optimizations for pkg_delete.
|
|
|
|
directory for man pages in the PLIST.
fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
|
|
noted by Pierre Bourgin on tech-pkg.
|
|
in linkfarm.sh and pkg_view.sh.
|
|
|
|
|
|
pkg_install calls, and pass the full path for each from the pkg Makefile.
fixes issue with pkg_add and pkg_create calling non-existent or
less-than-functional tools since it relied on $PATH.
|
|
|
|
|
|
|