aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Set all the pointers to 6.1-RELEASE.Scott Long2006-05-061-0/+1
* MFC: pkg_add.1:1.70Kirill Ponomarev2006-01-311-1/+1
* MFC:Florent Thoumie2006-01-164-9/+27
* MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 create...Kirill Ponomarev2006-01-101-2/+11
* MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67Kirill Ponomarev2005-11-174-11/+52
* MFC: look for packages in the packages-6-release directory whenMurray Stokely2005-10-271-1/+2
* Retro-fit packages-5.4-release entry.Ken Smith2005-07-111-1/+2
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-141-1/+2
* Change the PATH for pkg_add to be the same used for pointyhat package builds.Joe Marcus Clarke2005-03-191-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
* Set the real limits on 5-current, add 5-stable, add 6-current.David E. O'Brien2004-10-171-1/+3
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-1/+1
* typoOliver Eikemeier2004-08-111-1/+1
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-2/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-283-4/+4
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-296-19/+37
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-292-5/+6
* Markup and punctuation nits.Ruslan Ermilov2004-06-051-8/+8
* Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the rightBruce A. Mah2004-05-081-1/+3
* Add command line option for chrootdir, all pkg_add(8) operations will beKen Smith2004-03-012-3/+39
* This is an initial whitespace cleanup commit, new content to follow.Ken Smith2004-03-011-19/+38
* Instead of bogusly complaining about odd file names, handle them properlyDag-Erling Smørgrav2004-01-241-11/+27
* Try to apply consistent indentation.Dag-Erling Smørgrav2004-01-241-20/+19
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-171-5/+0
* Catch up with reality with respect to the location of 4.8, 4.9,Bruce A. Mah2004-01-021-1/+6
* Correct truncation detection after use of snprintf: The case whereJacques Vidrine2003-12-171-3/+3
* Erase whitespace at EOL.Ruslan Ermilov2003-05-221-2/+2
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-172-9/+50
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-061-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriateBruce A. Mah2002-10-081-0/+1
* Update to use *.tbz suffix, also update example URL.Bruce A. Mah2002-09-101-3/+3
* Fix minor off-by-one error.Bruce A. Mah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEBruce A. Mah2002-09-091-0/+2
* When installing package from a local file assume that all subsequentMaxim Sobolev2002-09-031-2/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-252-4/+7
* When extracting package pass `-p' option to tar(1), so that files areMaxim Sobolev2002-08-021-1/+1
* 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
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-35/+67
* Remove cross reference to pkg_update(1).Eric Melville2002-05-111-1/+0
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-10/+10
* fix build:Alfred Perlstein2002-05-111-10/+14
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+2
* DTRT for packages read from STDIN:Murray Stokely2002-04-021-3/+4