aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* 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-67/+98
* 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-2/+73
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-3/+3
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-5/+5
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-8/+6
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-222-5/+5
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-2/+2
* Use `rm -f` if the -f (force) option was given.Tim Vanderhoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.Steve Price2000-05-141-18/+13
* Finally remove the restriction introduced from NetBSD in r.1.3 thatTim Vanderhoek2000-05-131-2/+12
* Add cross references to pkg_version(1) in all the other pkg_* man pages.John Baldwin2000-02-291-0/+1
* While looking for a bug, tripped over style issues with addedJordan K. Hubbard2000-02-181-11/+6
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.Dan Moschuk2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesDan Moschuk2000-01-151-2/+23
* Fix bogon in previous commit: pass a string argument to printf(3) toSheldon Hearn2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't lookSheldon Hearn2000-01-111-2/+2
* Use the appropriate macro for double quotes rather than using doubleJordan K. Hubbard1999-09-011-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
* document PKG_DBDIRDavid E. O'Brien1998-12-311-0/+13
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-162-12/+131