aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize pkg_install with HEAD.Florent Thoumie2010-01-221-2/+1
* Synchronize pkg_install with HEAD (20080530)Florent Thoumie2008-06-101-0/+13
* MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 create...Kirill Ponomarev2006-01-101-0/+7
* MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69Kirill Ponomarev2005-11-111-3/+34
* Add -R modifier for the mode when pkg_create(8) creates package fileMaxim Sobolev2005-06-061-6/+54
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-281-7/+9
* - pkg_create: new flag -S (clean room installation)Oliver Eikemeier2004-06-291-0/+11
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-171-0/+16
* Reorg just a tad to better express our bzip intentions.David E. O'Brien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)Akinori MUSHA2002-08-041-4/+0
* Use an 8.3 friendly extension when compressing with bzip2.David E. O'Brien2002-08-041-1/+1
* MFS: silence compiler warnings.Maxim Sobolev2002-05-201-7/+7
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-13/+13
* fix build:Alfred Perlstein2002-05-111-11/+17
* When packing installed package into a file (pkg_create -b) make sure toMaxim Sobolev2002-05-101-4/+11
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-051-1/+6
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.Maxim Sobolev2002-05-051-4/+5
* Kill local variable which shadows global one. This fixes creation of bzip2Maxim Sobolev2002-05-021-1/+0
* Improve the Bzip2 handling.David E. O'Brien2002-04-201-11/+13
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Provide protection against incorrect input (dependency list).Maxim Sobolev2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumMaxim Sobolev2002-01-171-2/+4
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-101-0/+7
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-14/+14
* - Allow package archive to be created from a locally installed package. ThisMaxim Sobolev2001-10-081-13/+53
* Various fixes and improvements:Maxim Sobolev2001-09-191-0/+1
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-1/+1
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-2/+4
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-5/+30
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-4/+24
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packageMaxim Sobolev2001-01-161-4/+1
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordMaxim Sobolev2000-10-231-1/+5
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-12/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+4
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+15
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-25/+41
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.Jordan K. Hubbard1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sinceJordan K. Hubbard1998-07-281-2/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-3/+8
* MF22: Revert part of -p handling.Jordan K. Hubbard1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundJordan K. Hubbard1997-11-131-6/+1
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-2/+3
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-13/+19
* Add proper md5 comments to ports-installed packages also byJordan K. Hubbard1997-07-041-1/+2
* Add support for srcdir overrides.Jordan K. Hubbard1997-06-061-1/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1