aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-315-950/+0
* Provide an option to users to shoot themselves in the foot.Eitan Adler2012-11-261-1/+5
* Warn users when using pkg tools if it looks like theyEitan Adler2012-10-221-0/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-304-4/+4
* Print the package name on deletion errors.Sergey Kandaurov2011-09-161-2/+2
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-173-4/+7
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-233-7/+4
* Various fixes.Florent Thoumie2010-04-011-6/+14
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Add missing `void' keywords.Ed Schouten2009-12-291-1/+1
* - Add long options to pkg_install.Florent Thoumie2008-05-302-17/+35
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-2/+5
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-111-10/+26
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-091-1/+0
* Add the 'pkg_search' script.David E. O'Brien2007-12-091-0/+1
* Fix segfault while running with -a option and deinstalling brokenKirill Ponomarev2007-11-101-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichKirill Ponomarev2005-10-101-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-10/+20
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-293-5/+5
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-27/+43
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-293-5/+17
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-171-5/+0
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* Fix a long-standing bug where if the package being deleted had noDag-Erling Smørgrav2003-02-252-14/+12
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-061-2/+2
* Reorder libraries to fix static linking (libssl depends on libcrypto, soDag-Erling Smørgrav2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-0/+5
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-16/+40
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-6/+6
* fix build:Alfred Perlstein2002-05-111-4/+7
* Use `The .Nm utility'Philippe Charnier2002-04-201-0/+2
* Fix SCM ID's.David E. O'Brien2002-04-012-10/+6
* WARNS=2 cleanup.Maxim Sobolev2001-10-102-1/+3
* Various fixes and improvements:Maxim Sobolev2001-09-194-68/+99
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-022-6/+3
* Usability tweak:Maxim Sobolev2001-08-021-9/+9
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-3/+6
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-68/+3
* When called with the "-n" command line argument, pkg_deleteOllivier Robert2001-03-041-5/+4
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-4/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-274-18/+104
* Fix a typo, that in some cases may lead to incorrect packages reordering.Maxim Sobolev2001-02-211-1/+1
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-201-3/+2
* Improve pkg_delete(1) behaviour when deleting several packages at once.Maxim Sobolev2001-02-191-3/+74