summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-101-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-10/+20
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-293-5/+5
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-27/+43
* - match package version numbers with relational operatorseik2004-06-293-5/+17
* - Properly build both crypto and non-crypto versions of theru2004-01-171-5/+0
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* Fix a long-standing bug where if the package being deleted had nodes2003-02-252-14/+12
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-061-2/+2
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-16/+40
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-6/+6
* fix build:alfred2002-05-111-4/+7
* Use `The .Nm utility'charnier2002-04-201-0/+2
* Fix SCM ID's.obrien2002-04-012-10/+6
* WARNS=2 cleanup.sobomax2001-10-102-1/+3
* Various fixes and improvements:sobomax2001-09-194-68/+99
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-022-6/+3
* Usability tweak:sobomax2001-08-021-9/+9
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+4
* Remove whitespace at EOL.dd2001-07-151-8/+8
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-3/+6
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-68/+3
* When called with the "-n" command line argument, pkg_deleteroberto2001-03-041-5/+4
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-274-18/+104
* Fix a typo, that in some cases may lead to incorrect packages reordering.sobomax2001-02-211-1/+1
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
* Improve pkg_delete(1) behaviour when deleting several packages at once.sobomax2001-02-191-3/+74
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+3
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* Prepare for mdoc(7)NG.ru2001-01-161-5/+5
* Prepare for mdoc(7)NG.ru2000-12-271-8/+6
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-5/+5
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* Use `rm -f` if the -f (force) option was given.hoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-141-18/+13
* Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* While looking for a bug, tripped over style issues with addedjkh2000-02-181-11/+6
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-151-2/+23
* Fix bogon in previous commit: pass a string argument to printf(3) tosheldonh2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't looksheldonh2000-01-111-2/+2
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-2/+3
OpenPOWER on IntegriCloud