summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-09Change interface of is_automatic_installed andjoerg5-53/+47
2007-08-09Pass a number of strings around as const char *.joerg3-18/+18
2007-08-09Fix segmentation fault when the package has no variables set andjoerg2-10/+17
2007-08-09Use the passed in string and Pkgdeps when calling strsep, fixingjoerg1-3/+3
2007-08-09When matching a non-pattern (aka a base name), assign the correctjoerg1-3/+3
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg13-340/+586
2007-08-08Fix build on Solaris by including fcntl.h, needed for O_RDONLY definition.tnn2-2/+8
2007-08-05s//etc/${PKG_SYSCONFDIR}/adrianp1-2/+3
2007-08-05Correctly handle ordering NULL -- this greatly simplifies using itjoerg2-6/+17
2007-08-05Detect grp.h. Regen.joerg3-16/+22
2007-08-04Try hard to get 64bit offsets in all modules, fixing misunderstandingsjoerg2-3/+37
2007-08-03Fix bootstrap issues reported by tnn@joerg3-13/+26
2007-08-03The forced disabling of zlib and bzip2 was meant for testing only,joerg1-4/+1
2007-08-03Bump date for last change.joerg2-3/+3
2007-08-03- only build pkg_admin, pkg_create and pkg_info for --enable-bootstrapjoerg16-295/+842
2007-08-02regen.wiz2-8/+8
2007-08-02Bump date for fixed paths.wiz2-4/+4
2007-08-02Update some paths on ftp.NetBSD.org.wiz3-9/+9
2007-08-01Include <stdint.h> if HAVE_STDINT_H is defined, not HAVE_INTTYPES_H.taca1-2/+2
2007-07-31-Wall is a non-standard flag, don't use it in a bootstrap package.joerg1-2/+2