summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Fixed the problem with package name matching that Klaus Heinz discoveredrillig1-5/+21
2007-10-13Updated the URLs for ftp.NetBSD.org, so that they will work after therillig2-15/+15
2007-10-09Remove trailing spaces.martti1-2/+2
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
2007-09-29There is no master/slave mode anymore.rillig1-5/+1
2007-09-27- Be less aggressive when resizing the version field, just resize ifjoerg3-16/+22
2007-09-18Don't cache the allocated argv in a local static variable, just allocatejoerg1-28/+16
2007-09-18Remove EXPECT_DEBUG code and if(0)'ed call of setbuf.joerg1-50/+2
2007-09-18Make allocation errors fatal. Better than leaking memory in the errorjoerg1-10/+5
2007-09-17Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899.adrianp4-5/+24
2007-09-16Fix a major memory leak in Dewey that existed sine ~forever.joerg3-46/+36
2007-09-11Bump to 20070911 for pkg_add -u fixes.joerg1-2/+2
2007-09-11Replaced undefined behavior with an error message. We don't expectrillig1-5/+4
2007-09-11Removed unused variable.rillig1-5/+2
2007-09-11Applying sizeof() to a string parameter does not return the size of therillig1-4/+7
2007-09-08Convert to use the features framework.jlam1-2/+3
2007-09-08Removed the warning about pkg_add or pkg_delete "not running as root"rillig2-13/+5
2007-09-08Avoid EPERM errors from tar when installing packages as an unprivilegedrillig1-2/+12
2007-09-07In unprivileged builds, the user running pkg_add and pkg_delete isrillig2-6/+6
2007-09-06If waitpid was interrupt for some reason, restart it. Error out on alljoerg1-5/+6
2007-08-29* When adding or checking a package using pkg_admin(1), give a morejlam5-16/+40
2007-08-29Add FILE_NAME, the name of the binary package file.dillo3-5/+20
2007-08-24Drop -RELEASE and similiar components of the OS version on FreeBSD asjoerg2-2/+2
2007-08-23regen.wiz1-4/+4
2007-08-23Replace reference to (obsolete) -M with tar(1). Bump date.wiz1-5/+6
2007-08-22Fix a bug in the processing of GPG in audit-packages.conf. This should fixadrianp1-8/+28
2007-08-21When looking for a package with a wildcard pattern, don't add thejoerg2-5/+5
2007-08-15Start abstracting pkgdb access by introducing pkgdb_pkg_file.joerg5-44/+46
2007-08-15Make _pkgdb_getPKGDB_DIR return const char * and fix fallout.joerg6-20/+21
2007-08-15Bail out if the PLIST contains no @name field. This check existed sincejoerg1-3/+8
2007-08-15Split off the part dealing with already installed packages intojoerg1-155/+177
2007-08-14Add new option -m to pkg_add. This allows to override MACHINE_ARCHjoerg6-24/+38
2007-08-13Merge tmppkg into main variable block and remove indentation.joerg1-82/+79
2007-08-13Check explictly for argc == 0 to find out if options where specified.joerg2-24/+12
2007-08-12pkg_admin: when retrying with a wildcard pattern, use the computedjoerg7-38/+117
2007-08-12Restore ignorance of entry types for lsbest and lsall for now.joerg4-18/+21
2007-08-12Reference correct variable.joerg1-3/+3
2007-08-12- Introduce find_best_matching_file and match_local_files. This replacejoerg8-201/+214
2007-08-10* Use stdout for printing results of vulnerable/eol packages found.adrianp3-10/+46
2007-08-10Remove comment about importing from NetBSD.joerg1-3/+1
2007-08-10Reword description of rebuild-tree, and point to pkg_delete -f as agdt2-7/+8
2007-08-10pkg_delete In the list of options, note -ff option to remove {\bfgdt2-1/+9
2007-08-10Not my day. If I write "return 0 when at least one match was found",joerg1-4/+4
2007-08-10Add "rebuild-tree" command to pkg_admin. It recomputes the dependenciesjoerg4-7/+111
2007-08-10Contrary to its comments, CheckForPkg is meant to print all matchingjoerg1-14/+44
2007-08-10regen.wiz1-82/+89
2007-08-10More indent for tagged lists; add key to FILES and addwiz1-7/+13
2007-08-10Actually assign variable that tells the caller that we got a match.joerg1-2/+3
2007-08-09Make var_set and var_get arguments always use full path names.joerg4-12/+17
2007-08-09Remove @option extract-in-place support for now (will be the defaultjoerg5-87/+34