summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2007-12-23Prepare for update of NetBSD and pkgsrc-2007Q4 by tagging current statejoerg1-2/+2
2007-12-19The +CONTENTS file is checked for conflicts, not +REQUIRED_BY.rillig1-2/+2
2007-12-17Documented struct package_conflict and added a note about therillig1-0/+17
2007-12-10document 'rebuild-tree' in usage()tnn1-2/+3
2007-11-30stylerillig1-2/+4
2007-11-30Do not install a package if some of the installed packages wouldrillig4-5/+138
2007-11-29Remove the package metadata even if it is read-only, without promptingrillig1-3/+3
2007-11-14Add two missing .Ek.wiz1-1/+3
2007-11-13Provide more useful details in the error message for conflicting packages:rillig1-5/+4
2007-11-11Added commented-out LICENSE=something.martti1-1/+2
2007-11-08Don't use the build time version to find packages, we want to pick upjoerg2-20/+7
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg1-2/+2
2007-11-05Also add -E to usage(). From PR 37265.joerg1-4/+4
2007-11-03pkg_install does the right things with the files, so CHECK_PERMS is notjoerg1-1/+2
2007-11-03Tag pkg_install as 20071103.joerg1-2/+2
2007-11-02Remove obsolete option r from usage() and man page. I can't evenjoerg3-6/+6
2007-11-01Added quotes around the filenames, as suggested by joerg@.rillig1-7/+5
2007-11-01When rename(2) fails, it is useful to know some details about therillig1-4/+5
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