summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2006-07-20Bump PKGTOOLS_VERSION for today's fix to add/perform.c.gson
2006-07-20Fix uninitialized variable which was causing pkg_add -u to randomlygson
2006-07-10In header files, there shall be no variable definitions, onlyrillig
2006-07-01Fix pkg_info -Q for binary packages, noted by rillig.dillo
2006-06-27Update usage() to match the manpage - most important, add missing optionshubertf
2006-05-11sprinkle a little (char *) to quell GCC4.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-25HOMEPAGE is not required, noted by wiz.dillo
2006-04-24Sort.wiz
2006-04-24Add support for creating summary file containing all informationdillo
2006-04-18Bump for today's timeout change in ftpio.chubertf
2006-04-18unpackURL():hubertf
2006-04-11Bump ftp timeout from 10 minutes to 1 hour.hubertf
2006-04-08Formatting nits.wiz
2006-04-06pkg_add also now check for USE_ABI_DEPENDS.reed
2006-04-05http_expand_URL(): fclose() the fdopen()'ed filedescriptorhubertf
2006-04-05When recognizing a broken package version/name,hubertf
2006-04-04Bump date, so that version in src and pkgsrc have the samewiz
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2006-03-17Put check if "best" is empty back into the right place, messed uphubertf
2006-03-17Fix -uu handling so recursive updates of already installed packages work,erh
2006-03-17Add sanity check if there's a @cwd in the +CONTENT file.hubertf
2006-03-17pkg_do(): only use cp2 if it's really set to something usefulhubertf
2006-03-17findbestmatchingname_fn(): catch possible problems if best (vp)hubertf
2006-03-17findbestmatchingname_fn(): only do something sensible if the pointerhubertf
2006-03-17We can't sprintf() into a NULL pointer - catch that properlyhubertf
2006-03-17Fix filedescriptor leakhubertf
2006-03-06Fix the "Cannot chdir" error message to actually show thereed
2006-01-25Add conditional code to ignore the non-numeric part of an OS versionjoerg
2006-01-08Use MaxPathSize instead of PATH_MAX (like everywhere else here).wiz
2006-01-04sync with pkgsrc version.christos
2005-12-08(pkg_do) When marking already installed package as manually installed,dillo
2005-12-06Specify the full path to tar when unpacking a package.ben
2005-12-03Only warn about running as non-root when -v is givenhubertf
2005-11-28Correct PAX_CMD to be pax.ben
2005-11-23Conditionally include header files, and include nbcompat.hben
2005-11-23Remove unused variable "argc" in function apply_perms().tron
2005-11-23Reduce the use of the system() function in pkg_install to avoid quotingben
2005-11-14Bump version for ``pkg_info -Q against local binary packages'' fix.dillo
2005-11-14Fix first part of PR 32068: pkg_info -Q broken for local binary packagesdillo
2005-11-13Get rid of cvs merge botch in previous.agc
2005-11-13The Dewey number comparison routines were added by myself in 2002 inagc
2005-11-13Handle -1 return value from dewey_match.wiz
2005-11-13Do not use errx in dewey_match, return -1 instead.wiz
2005-11-08Remove some unnecessary header includes.wiz
2005-11-07Bump version for pkg_info -B fix.dillo
2005-11-07Don't add INSTALLED_INFO to the list of files to extract from binarydillo
2005-11-07Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@wiz
2005-11-07Sync with pkgsrc: wrap some headers in #ifs.wiz
2005-11-06Use config.h and add appropriate #if HAVE_FOO_H.wiz