summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-181-4/+8
* Fix r231300: Use correct test so we only bail out on error instead of on non-...eadler2012-02-101-1/+1
* Permit the use of relative paths for the prefix argument.eadler2012-02-091-3/+9
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+1
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-121-0/+10
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+1
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-191-2/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.keramida2008-05-271-0/+13
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-071-0/+7
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-081-3/+34
* Add -R modifier for the mode when pkg_create(8) creates package filesobomax2005-06-061-6/+54
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-281-7/+9
* - pkg_create: new flag -S (clean room installation)eik2004-06-291-0/+11
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-0/+16
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-041-4/+0
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-13/+13
* fix build:alfred2002-05-111-11/+17
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-051-1/+6
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Improve the Bzip2 handling.obrien2002-04-201-11/+13
* Fix SCM ID's.obrien2002-04-011-5/+3
* Provide protection against incorrect input (dependency list).sobomax2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumsobomax2002-01-171-2/+4
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-101-0/+7
* WARNS=2 cleanup.sobomax2001-10-101-14/+14
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-081-13/+53
* Various fixes and improvements:sobomax2001-09-191-0/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+4
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-5/+30
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-4/+24
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-161-4/+1
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-1/+5
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-12/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-3/+4
* Make it possible to have separate install scripts as well as havejkh1998-12-161-1/+15
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-25/+41
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sincejkh1998-07-281-2/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-3/+8
* MF22: Revert part of -p handling.jkh1997-11-141-1/+4
OpenPOWER on IntegriCloud