summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Collapse)Author
2003-06-04toast some 3 & 4 for espieTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-12Fix a bug where pkg_add would fail when dependencies got a few levels deepPeter Valchev
in the recursive install by removing the code which looks under All/ for more packages as this is not used on OpenBSD From Barry Scott <bscott@ridgewaysystems.com>
2003-04-25kill #if 0 code w/ evil string functions, deraadt/tdevalHenning Brauer
2003-04-25eliminate a sprintf in code we don't use, prodded by and ok jsyn@Henning Brauer
2003-04-19string stuff, ok krw@ deraadt@Henning Brauer
2003-04-15added trailing slash to ftp example;Jason McIntyre
from Ingolf Schuchardt, PR 3203; ok pval@
2003-04-14%d is 12 chars not 10, also sneak an easy snprintf; this code is currentlyPeter Valchev
not used
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
the size value; rohee@ ok
2003-04-05remove a dead function, simplify copy_string with strdup ; rohee@ okAnil Madhavapeddy
2003-04-05remove some unused variables, disambiguate braces; rohee@ okAnil Madhavapeddy
2003-04-05correct a bad strncpy; replace with strlcat; rohee@ okAnil Madhavapeddy
2003-04-05some strlcpy,snprintf,strlcat conversions, tedu@ okAnil Madhavapeddy
2003-04-04some more strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
ok and tweaks by ho@
2003-04-03some strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
ok hin@, ho@, millert@
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2002-09-08Avoid ordered comparison between pointers and integers (ANSI).Thierry Deval
ok deraadt@, espie@
2002-07-01typo.Brad Smith
-- PR 2781
2002-06-09some fixes.Brad Smith
-- From: PR 2722.
2002-04-06PR2525Marc Espie
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory.
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-17Pass PKG_PREFIX off to pkg thru envMarc Espie
2001-11-07Unconfuse option description.Marc Espie
2001-11-07Say goodbye to @ignore_inst, we don't use it, and it doesn't even work inMarc Espie
any sane way...
2001-11-07Recognize libdepend keyword.Marc Espie
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-08-18undup -f Flag.Marc Espie
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-06Let set_pkg kill trailing / in pkgname.Marc Espie
Saves poor angelos from getting his dependencies screwed when he does pkg_delete pkg_name/ Ok angelos@
2001-06-06Do not dump core on empty commentMarc Espie
2001-05-22Back out pkg_version. espie has better plans.brian
2001-05-21Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff)brian
2001-04-19Remove redundant package name.Marc Espie
2001-04-18fix two bugs.Marc Espie
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead.
2001-04-17Redundant package name.Marc Espie
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc Espie
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere...
2001-04-02Handle for newdepend.Marc Espie
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine.
2001-03-22Smarter default conflict, use pkgname-[0-9]* if a version number has beenMarc Espie
found, pkgname-* otherwise.
2001-03-11add p-flag to tar so that uids/gids andPeter Stromberg
file modes are preserved on ftp/http installs
2001-02-27tweak for working with wish8.3Todd T. Fries
2001-02-10Give tar the new -I flag, not -TTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.