aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/perform.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.Brian Somers2009-07-051-0/+2
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-13/+49
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-161-4/+0
* - add: Keep dependent packages too if -K is specified.Florent Thoumie2008-06-121-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-15/+19
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-111-24/+62
* Improve style a little and remove one always-true condition.Roman Divacky2008-03-301-3/+3
* Add -i option for package installation without fetching andKirill Ponomarev2007-11-101-1/+5
* Add -F option to not fail on already installed packages.Poul-Henning Kamp2006-03-091-3/+3
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-091-4/+7
* Add -P flag, it does the same as the -p option, except that theKirill Ponomarev2005-11-121-2/+7
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-7/+11
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-4/+5
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-171-1/+31
* When installing package from a local file assume that all subsequentMaxim Sobolev2002-09-031-2/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-251-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-35/+67
* DTRT for packages read from STDIN:Murray Stokely2002-04-021-3/+4
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-12/+12
* - Allow package archive to be created from a locally installed package. ThisMaxim Sobolev2001-10-081-8/+12
* Remove duplicate umask(2) call.Maxim Sobolev2001-08-151-1/+0
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-021-4/+4
* Usability tweak:Maxim Sobolev2001-08-021-13/+13
* Properly quote recursive pkg_add operations so that filenames withJordan K. Hubbard2001-06-111-1/+1
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-2/+6
* Fix a bug arised from the ')' in the wrong place when calling printf()-likeMaxim Sobolev2001-01-151-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* Redirect stdout from mtree to /dev/null; we don't really need to knowSatoshi Asami2000-01-031-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-5/+5
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-11/+37
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-6/+7
* Fail as documented when a dependency cannot be foundJordan K. Hubbard1998-09-081-1/+7
* Fix recursive package add problem (for on-disk package files) I introducedJordan K. Hubbard1998-08-271-3/+6
* Avoid race-conditions on playpen delete.Eivind Eklund1998-07-171-2/+5
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-8/+13
* I must have been smoking crack when I made this change. Using sh -cJordan K. Hubbard1998-01-211-4/+4
* MF22: fix to install script handling.Jordan K. Hubbard1998-01-171-4/+4
* Don't assume install script is directly runnable - use sh -c.Jordan K. Hubbard1998-01-081-4/+4
* - do string-magic on the right variable when tryingJordan K. Hubbard1997-10-181-2/+2
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-36/+50
* Add support for @option preserve - moves existing files out of the wayJordan K. Hubbard1997-06-291-6/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Fix a bogon with playpen size calculation for pkg of "-". It's amazingJordan K. Hubbard1997-02-151-1/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1