aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Staticify elide_root() for now to fix build.Xin LI2011-10-241-1/+1
* Avoid printing // for packages that install to /Ed Maste2011-10-241-3/+11
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingKen Smith2011-09-261-1/+3
* Print the package name on deletion errors.Sergey Kandaurov2011-09-161-2/+2
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-1738-68/+3315
* Remove $Log$ keyword and associated history, which can cause annoyance inEd Maste2011-03-311-25/+0
* 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-126-8/+36
* Use MACHINE_ARCH instead of MACHINE as the directory to fetch packagesNathan Whitehorn2010-08-301-4/+8
* mdoc: use mdoc spelling of UmlautsUlrich Spörlein2010-05-271-1/+1
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-14/+14
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-2338-3315/+68
* Bump PKG_INSTALL_VERSION to 20100403.Florent Thoumie2010-04-031-1/+1
* Fix pkg_delete, check if the file we're trying to delete is aFlorent Thoumie2010-04-031-1/+1
* Various fixes.Florent Thoumie2010-04-019-52/+86
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-9/+0
* - Add support for UPDATING remote fetching.Florent Thoumie2010-01-223-35/+53
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-024-4/+0
* Add missing `void' keywords.Ed Schouten2009-12-295-5/+5
* - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.Florent Thoumie2009-09-021-3/+3
* Add support for INDEX-9 [1]Doug Barton2009-08-311-3/+3
* 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
* Don't imply that only FTP urls are supported when we can't fetchBrian Somers2009-06-301-1/+1
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-196-44/+81
* Fix segfault when giving invalid long option to pkg_info.Jilles Tjoelker2009-06-011-0/+1
* Skip @pkgdep if there's no argument.Florent Thoumie2009-05-192-1/+5
* 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
* - Backout latest changes (follow symlinks: r186496, r186518).Florent Thoumie2009-01-062-61/+24
* - s/no-scripts/no-script/Chin-San Huang2009-01-041-2/+2
* Fix memory leaks introduced in last commit.Florent Thoumie2008-12-272-13/+3
* Follow symlinks when deleting directories.Florent Thoumie2008-12-252-24/+71
* 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
* Use humanize_number to report pen-sizes so people don't have to countPoul-Henning Kamp2008-08-072-4/+18
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-082-1/+5
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-165-30/+1
* Style fix (use naked commands).Florent Thoumie2008-06-161-7/+3
* - add: Keep dependent packages too if -K is specified.Florent Thoumie2008-06-123-2/+4
* Exclude .svn directories from generated distfile.Florent Thoumie2008-06-031-1/+2
* - Add long options to pkg_install.Florent Thoumie2008-05-3013-100/+206
* Use PKG_INSTALL_VERSION for the distfile name instead of current date.Florent Thoumie2008-05-281-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.Florent Thoumie2008-05-281-1/+1
* Update usage strings to add a missing -n option.Giorgos Keramidas2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.Giorgos Keramidas2008-05-274-5/+42
* - Backout 1.15, it was committed by accidentPav Lucistnik2008-05-031-0/+5
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-035-32/+37