summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2013-10-31After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin
2013-08-19Add entry for packages-9.2-release directory.Glen Barber
2013-06-29sysconf(3) returns a long, not an int.David E. O'Brien
2013-06-28sysconf(3) returns a long, not an int.David E. O'Brien
2013-05-18Update location to ports INDEX file.Bryan Drewery
2013-01-23Fix compilation errors.Jason Evans
2013-01-22Use snprintf instead of strc* functions and add bounds checking when creatingBaptiste Daroussin
2012-11-26Provide an option to users to shoot themselves in the foot.Eitan Adler
2012-11-26Use modern license instead of being consistent with the other pkg_ toolsEitan Adler
2012-10-24Add the release package directory for 9.1-RELEASE.Ken Smith
2012-10-22Warn users when using pkg tools if it looks like theyEitan Adler
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-09-28Make sure that each va_start has one and only one matching va_end,Kevin Lo
2012-09-18if a file in plist starts with / then do not prefix it with "prefix" [1]Baptiste Daroussin
2012-09-14Do not change owner, group, or mode when package database directory andJung-uk Kim
2012-05-30Bump PKG_INSTALL_VERSION which should've been done in r236233Josh Paetzel
2012-05-30Let pkg_add use the ENV variable PACKAGESUFFIX. ThisJosh Paetzel
2012-05-29Make sure that each va_start has one and only one matching va_end,Kevin Lo
2012-05-11- Print package name in case an empty pkgdep line is found.Beat Gaetzi
2012-05-10General mdoc(7) and typo fixes.Glen Barber
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2012-03-03Add entry for packages-8.3-release directory.Ken Smith
2012-02-10Fix r231300: Use correct test so we only bail out on error instead of on non-...Eitan Adler
2012-02-09Permit the use of relative paths for the prefix argument.Eitan Adler
2012-01-09X11BASE has been deprecated for a long time and will die soonEitan Adler
2012-01-05Touch up some more small typos missed in the previous round.Ulrich Spörlein
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-12-30Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein
2011-12-17In usr.sbin/pkg_install/updating/main.c, use the size of the destinationDimitry Andric
2011-11-11- add a missing "be" and "in"Eitan Adler
2011-10-24Staticify elide_root() for now to fix build.Xin LI
2011-10-24Avoid printing // for packages that install to /Ed Maste
2011-10-16- change "is is" to "is" or "it is"Eitan Adler
2011-09-26Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingKen Smith
2011-09-16Print the package name on deletion errors.Sergey Kandaurov
2011-05-17Backout libinstall.a -> libpkg commit.Florent Thoumie
2011-03-31Remove $Log$ keyword and associated history, which can cause annoyance inEd Maste
2010-12-22Add package directories used for the upcoming 8.2 and 7.4 releases,Ken Smith
2010-10-12- Add support for xz compression to pkg_create, bzip2 remains the defaultFlorent Thoumie
2010-08-30Use MACHINE_ARCH instead of MACHINE as the directory to fetch packagesNathan Whitehorn
2010-05-27mdoc: use mdoc spelling of UmlautsUlrich Spörlein
2010-05-13mdoc: move remaining sections into consistent orderUlrich Spörlein
2010-04-23- Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie
2010-04-03Bump PKG_INSTALL_VERSION to 20100403.Florent Thoumie
2010-04-03Fix pkg_delete, check if the file we're trying to delete is aFlorent Thoumie
2010-04-01Various fixes.Florent Thoumie
2010-03-12Fix several typos in macros or macro misusage.Ulrich Spörlein
2010-01-22- Add support for UPDATING remote fetching.Florent Thoumie
2010-01-02The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten
2009-12-29Add missing `void' keywords.Ed Schouten