aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/main.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize pkg_install with HEAD.Florent Thoumie2010-01-221-2/+5
* MFC r183979:Brooks Davis2008-10-261-1/+1
* Add info for the two upcoming releases - 6.4 and 7.1.Ken Smith2008-10-041-0/+2
* MFC: remove 4.x support (r179835)Florent Thoumie2008-06-171-6/+1
* Synchronize pkg_install with HEAD (20080530)Florent Thoumie2008-06-101-5/+24
* Synchronize pkg_install with HEAD:Florent Thoumie2008-04-071-5/+12
* Get ready for packages-6.3-release to exist.Ken Smith2007-11-251-0/+1
* MFC: rev 1.71/1.72Ade Lovett2007-02-071-21/+13
* Partial MFC of v1.69 - adding info for 5.5-REL.Ken Smith2006-09-281-0/+1
* Begin making RELENG_6 think 6.2 exists. It doesn't officially existKen Smith2006-09-151-0/+1
* MFC: add.h: 1.14, main.c: 1.67, perform.c: 1.80, pkg_add.1: 1.71Kirill Ponomarev2006-05-141-1/+6
* Set pointer to 6.1-STABLE.Scott Long2006-05-061-0/+1
* MFC:Florent Thoumie2006-01-161-3/+7
* MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67Kirill Ponomarev2005-11-171-2/+9
* 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
* Change the PATH for pkg_add to be the same used for pointyhat package builds.Joe Marcus Clarke2005-03-191-1/+1
* Set the real limits on 5-current, add 5-stable, add 6-current.David E. O'Brien2004-10-171-1/+3
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-281-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-3/+16
* 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-011-3/+13
* Catch up with reality with respect to the location of 4.8, 4.9,Bruce A. Mah2004-01-021-1/+6
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriateBruce A. Mah2002-10-081-0/+1
* 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
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-251-2/+4
* Fix SCM ID's.David E. O'Brien2002-04-011-4/+2
* Increase the number of packages that can be installed by an order ofDavid E. O'Brien2001-10-161-1/+1
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-1/+1
* Fix segfault introduced in previous commit (when adding local packages).Maxim Sobolev2001-09-171-2/+3
* Fixes problem with pkg_add -r when adding multiple pkgs.Bill Swingle2001-09-071-0/+1
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-18/+27
* The security officer requested this be backed out for discussion.David E. O'Brien2001-07-281-18/+18
* Remove s_strl*(). I am not sure what was thought they accomplished.David E. O'Brien2001-07-281-18/+18
* Only match the first osreldate date range for constructing the FTP URL,Kris Kennaway2001-07-261-1/+1
* Correct a reversion in r1.39 which introduced a new instance of strcpy()Kris Kennaway2001-07-191-4/+6
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHMaxim Sobolev2001-07-101-1/+1
* Fixed pkg_add so when it does not find a package, it returns != 0.Jim Pirzyk2001-06-041-1/+2
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-121-47/+75
* rcsid style fix.David E. O'Brien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.David E. O'Brien2001-05-091-8/+3
* Fix typo in prev commit - add missing commaAndrey A. Chernov2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,David E. O'Brien2001-04-251-4/+10
* MFS: getpackagesite() from RELENG_4 that allows the code to be the same.David E. O'Brien2001-02-171-4/+16
* In light of the dismal transfer times from ftp.FreeBSD.org, add a newDavid E. O'Brien2001-02-131-10/+22
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-1/+1
* -CURRENT is now 500000, reflect that.Bill Fumerola2000-03-131-1/+1
* Make `pkg_add -r package1 package2 package3 ...` work correctly.Chris Piazza1999-11-181-4/+6
* o Remove all of the objformat logic, it's never coming back.Bill Fumerola1999-09-251-16/+5