summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-124-8/+8
* libfetch now depends on libcrypto and libssl.ru2002-06-064-0/+20
* Grammar nit.obrien2002-06-041-1/+1
* pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, becausebmah2002-05-311-0/+24
* mdoc(7) police: markup nits.ru2002-05-301-2/+4
* MFS: two more testcases highlighting recently discovered problem with versionsobomax2002-05-281-0/+2
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
* Remove cross reference to pkg_update(1).eric2002-05-161-1/+0
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-147-137/+267
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
* replace __FUNCTION__ with standardized __func__.alfred2002-05-1111-58/+58
* fix build:alfred2002-05-118-51/+67
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-084-306/+1
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-056-9/+56
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
* Update usage() and manpage to match reality (add -O into usage and adjustsobomax2002-05-052-4/+10
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.sobomax2002-05-052-0/+9
* Add ability to query installed packages based on origin.sobomax2002-05-047-11/+99
* Make pkg_info working again when argument is a file not in the currentsobomax2002-05-021-2/+5
* Make `-g' working for symlinks.sobomax2002-05-021-3/+20
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* Use `The .Nm utility'charnier2002-04-204-7/+16
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
* Fix SCM ID's.obrien2002-04-0132-120/+97
* Use some black make(1) magic to make pkg_install build even withoutsobomax2002-02-271-0/+5
* Make sortdeps() working with dependency lists containing one or no elements.sobomax2002-02-201-1/+4
* 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
* Add pkg_update to the SEE_ALSO manpage of pkg_create.keramida2002-01-151-0/+1
* Choose more paranoid modes for the temporary directory so the user can'tjkh2001-11-221-1/+1
* Improve recently committed fix for -t bug.sobomax2001-11-151-1/+1
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Increase the number of packages that can be installed by an order ofobrien2001-10-161-1/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-162-2/+2
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-152-2/+2
* The user wants to ensure, not insure, that the package isn't going todd2001-10-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.sobomax2001-10-111-1/+2
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-1011-17/+146
* WARNS=2 cleanup.sobomax2001-10-1027-175/+184
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-085-30/+109
* Various fixes and improvements:sobomax2001-09-198-80/+187
* Drop maintainership.bmah2001-09-181-1/+0
* Support the use of ${PORTSDIR} to find a ports tree INDEX file inbmah2001-09-181-2/+2
OpenPOWER on IntegriCloud