summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2008-02-22pkg_install-20080222:joerg2-4/+14
2008-02-19pkg_install-20080219:joerg5-7/+704
2008-02-09Always use the newly built pkg_create -- this makes updates easier.joerg1-1/+2
2008-02-08Having to wonder for 5min why pkg_add would fail just to discover thatjoerg1-3/+7
2008-02-07pkg_install-20080208:joerg2-4/+7
2008-02-05Include fcntl.h for Solaris. From Andri Piik in private mail.joerg1-2/+5
2008-02-04pen.c only uses statvfs.h and the necessary headers are included byjoerg4-45/+4
2008-02-04pkg_install-20080204:joerg2-16/+19
2008-02-02pkg_install-20080202:joerg8-288/+615
2008-02-02Explicitly check that meta data files are regular.joerg1-0/+2
2008-01-29Sign over my copyright to TNF.hubertf5-104/+98
2008-01-26pkg_install-20080126: Make pkg_add pass down -I and -m when recursivelyjoerg2-4/+7
2008-01-26When updating a package, the "(perhaps the packing list is incorrectlyrillig1-5/+3
2008-01-13Fixed typos.rillig1-6/+5
2008-01-07Add 'audit-packages -F <file>' to process a list of packages/patternsadrianp2-200/+276
2008-01-04If a command line argument is used, it should be mentioned by exactlyrillig2-5/+6
2008-01-03When calling open(2), don't try to get an error message from libarchive,rillig1-3/+3
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