aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r240682Baptiste Daroussin2012-10-021-4/+8
* MFC r231300, r231328:Eitan Adler2012-03-291-3/+9
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-1/+1
* - Add support for xz compression to pkg_create, bzip2 remains the defaultFlorent Thoumie2010-10-121-0/+10
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-1/+1
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-2/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.Giorgos Keramidas2008-05-271-0/+13
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-071-0/+7
* Introduce 3 new options for pkg_create(1), -x for using basicKirill Ponomarev2005-11-081-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