aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-3153-11483/+0
* Add entry for packages-9.2-release directory.Glen Barber2013-08-191-0/+1
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-293-3/+5
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-281-1/+2
* Update location to ports INDEX file.Bryan Drewery2013-05-181-6/+6
* Fix compilation errors.Jason Evans2013-01-231-2/+2
* Use snprintf instead of strc* functions and add bounds checking when creatingBaptiste Daroussin2013-01-222-4/+9
* Provide an option to users to shoot themselves in the foot.Eitan Adler2012-11-268-7/+45
* Use modern license instead of being consistent with the other pkg_ toolsEitan Adler2012-11-263-11/+25
* Add the release package directory for 9.1-RELEASE.Ken Smith2012-10-241-0/+1
* Warn users when using pkg tools if it looks like theyEitan Adler2012-10-229-1/+46
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+3
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]Baptiste Daroussin2012-09-188-30/+67
* Do not change owner, group, or mode when package database directory andJung-uk Kim2012-09-145-6/+7
* Bump PKG_INSTALL_VERSION which should've been done in r236233Josh Paetzel2012-05-301-1/+1
* Let pkg_add use the ENV variable PACKAGESUFFIX. ThisJosh Paetzel2012-05-305-11/+38
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-292-0/+3
* - Print package name in case an empty pkgdep line is found.Beat Gaetzi2012-05-111-1/+2
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* Add entry for packages-8.3-release directory.Ken Smith2012-03-031-0/+1
* Fix r231300: Use correct test so we only bail out on error instead of on non-...Eitan Adler2012-02-101-1/+1
* Permit the use of relative paths for the prefix argument.Eitan Adler2012-02-091-3/+9
* X11BASE has been deprecated for a long time and will die soonEitan Adler2012-01-091-1/+1
* Touch up some more small typos missed in the previous round.Ulrich Spörlein2012-01-051-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-3034-37/+39
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-303-3/+3
* In usr.sbin/pkg_install/updating/main.c, use the size of the destinationDimitry Andric2011-12-171-2/+2
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
* 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