summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Override PKG_INFO_CMD to point to the just-built pkg_info so thatjlam1-1/+2
2008-04-02Invoke the correct pkg_admin command during post-installation.jlam1-3/+2
2008-03-31Use a workaround to prevent a linker error on Mac OS X Leopard.tron1-2/+6
2008-03-23Correct typo in usage message: vulneraiblities -> vulnerabilitiesdsainty1-3/+3
2008-03-21Request getopt with optreset support from libnbcompat.joerg1-1/+3
2008-03-21Revert last change. The symbol is already defined injoerg1-3/+2
2008-03-21Fixes pkg/38250 and makes pkgsrc work on Darwin again. Thanks tojklos1-2/+3
2008-03-20If this is not a native NetBSD build, use the libnbcompat version ofjoerg1-3/+5
2008-03-19Explicitly include fcntl.h for Solaris. From PR 38240.joerg1-2/+5
2008-03-15Fix bootstrap build. From Stoned Elipot.joerg1-6/+6
2008-03-15Needs unistd.h.joerg1-2/+5
2008-03-13pkg_install-20080313:joerg8-19/+668
2008-03-13Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231.wiz1-1/+2
2008-03-11pkg_install-20080311:joerg2-3/+9
2008-03-10Add datarootdir to shut up configure.wiz7-7/+14
2008-03-10Remove pprefix (accident?). Add datarootdir to shut up configure.wiz1-2/+2
2008-03-09Don't print errno for missing GPG setting.joerg1-2/+2
2008-03-09Stop chdir/getcwd/fchdir dance in lsall and lsbest, just use the passedjoerg1-42/+7
2008-03-09pkgdb.byfile.db maintainance can use the iterator interface as well.joerg1-45/+12
2008-03-09Use pkgdb function to compute +CONTENTS name and drop need to playjoerg1-18/+9
2008-03-09Split check functions into a separate file.joerg4-224/+328
2008-03-09pkg_install-20080309:joerg2-8/+8
2008-03-01Why does pkg_add need many open file descriptors?rillig1-2/+3
2008-02-26Use pkg_add from new build, override *_CMD instead of the full commands.joerg1-7/+6
2008-02-22pkg_install-20080223:joerg2-25/+37
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