aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* MFC r254525:Glen Barber2013-08-191-0/+1
* Really MFC r252363 (sysconf(3) returns a long, not an int).David E. O'Brien2013-07-031-1/+2
* MFC r241975: Add the release package directory for 9.1-RELEASE.Ken Smith2012-10-241-0/+1
* MFC r240682Baptiste Daroussin2012-10-021-1/+3
* MFC: r240476Jung-uk Kim2012-09-184-5/+6
* MFC 236333,236336Josh Paetzel2012-06-023-8/+29
* Merge r232435:Ken Smith2012-03-031-0/+1
* MFC r229831:Eitan Adler2012-01-281-1/+1
* When copying/pasting a line to create a line you want to add make sureKen Smith2012-01-071-1/+1
* MFC the rest of r225757 that applies to the package set directories.Ken Smith2012-01-071-1/+2
* The portion of r225757 that added the packages-9.0-release directoryKen Smith2012-01-021-0/+1
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-175-8/+9
* Add package directories used for the upcoming 8.2 and 7.4 releases,Ken Smith2010-12-221-0/+4
* - Add support for xz compression to pkg_create, bzip2 remains the defaultFlorent Thoumie2010-10-121-3/+3
* Use MACHINE_ARCH instead of MACHINE as the directory to fetch packagesNathan Whitehorn2010-08-301-4/+8
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-235-9/+8
* Various fixes.Florent Thoumie2010-04-012-8/+18
* Add missing `void' keywords.Ed Schouten2009-12-291-1/+1
* Oops. Needed to adjust a little bit more of the line for packages-8-stableKen Smith2009-08-241-1/+1
* Make head 9.0-CURRENT in preparation for lifting code freeze.Ken Smith2009-08-221-1/+3
* Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.Brian Somers2009-07-051-0/+2
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-13/+49
* Add release package directories for 6.4 and 7.2.Ken Smith2009-04-151-0/+2
* Use full name (noticed by: ru@Chin-San Huang2009-01-111-1/+1
* - s/no-scripts/no-script/Chin-San Huang2009-01-041-2/+2
* Add package directory for 7.1-RELEASE in head as well as stable/7.Florent Thoumie2008-12-251-0/+1
* Display usage when pkg_add is called with no arguments.Brooks Davis2008-10-171-1/+1
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-162-10/+1
* - add: Keep dependent packages too if -K is specified.Florent Thoumie2008-06-121-1/+1
* - Add long options to pkg_install.Florent Thoumie2008-05-302-19/+38
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-15/+19
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-111-24/+62
* Improve style a little and remove one always-true condition.Roman Divacky2008-03-301-3/+3
* Sync list of directories to look for packages in to current releasesKen Smith2008-02-261-1/+3
* Introduce -i to SYNOPSIS, forgotten by krion@.Ruslan Ermilov2008-02-081-1/+1
* Revise the TECHNICAL DETAILS section.Ruslan Ermilov2008-01-091-68/+87
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-091-1/+0
* Add the 'pkg_search' script.David E. O'Brien2007-12-091-0/+1
* Add -i option for package installation without fetching andKirill Ponomarev2007-11-104-4/+16
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.Ken Smith2007-10-111-1/+2
* Fix pkg_add behaviour to preserve pathnames.Kirill Ponomarev2007-08-231-1/+1
* Fix previous rev.: don't step behind the end of memory we allocatePav Lucistnik2007-02-011-1/+1
* Remove hard-coded limit (200) on maximum number of packages that can beAde Lovett2007-01-311-21/+13
* Sync usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-1/+1
* Oops. Catch up on the last couple of releases and prepare for the nextKen Smith2006-09-261-0/+3
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Add -F option to not fail on already installed packages.Poul-Henning Kamp2006-03-094-5/+13
* Fix typo.Kirill Ponomarev2006-01-291-1/+1
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-094-9/+27