summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2009-02-14Tag as pkg_install-20090214 in preparation for updating NetBSD current.joerg1-2/+2
2009-02-14Need to define SSL_SUPPORT before using it :)obache1-1/+2
2009-02-13Explicitly pull in crypto if building with ssl option.joerg1-1/+4
2009-02-13Explicitly check that the conflicting package is not the one we want tojoerg1-11/+31
2009-02-13Non-matching signature file name is not an hard error, so return 1.joerg1-3/+3
2009-02-13Close the archive on fatal errors during signature validation. This canjoerg7-42/+46
2009-02-13pkg_install-20090213:joerg3-17/+21
2009-02-12Fix setting of PKG_METADATA_DIR.joerg1-4/+5
2009-02-12Don't check for tgetent or curses, it is never used.joerg3-94/+2
2009-02-11Don't segfault if running pkg_info on a binary package withoutjoerg2-9/+19
2009-02-11pkg_install-20090212:joerg2-5/+5
2009-02-09Fix !OpenSSL build/bootstrap.joerg2-5/+13
2009-02-08regen.wiz7-23/+24
2009-02-08Spelling fixes.wiz5-18/+18
2009-02-08Use more markup.wiz1-3/+5
2009-02-08New sentence, new line.wiz1-2/+3
2009-02-05pkg_install-20090205:joerg4-19/+67
2009-02-05Don't chdir back to the original directory at the end of make_dist,joerg1-3/+2
2009-02-03Include fcntl.h.joerg1-2/+5
2009-02-03Remove the remaining trails of HAVE_DBLIB.joerg1-22/+2
2009-02-03Fix PR 40456: Mac OS X can't deal well with BSS in static libraries.joerg1-3/+3
2009-02-03If no db.h or variant exists, use the one from nbcompat.joerg1-2/+4
2009-02-03Include fcntl.h for O_RDONLY, it is included indirectly on NetBSD, butjoerg1-2/+5
2009-02-02Merge x509 setup and documentation from pkg_install-renovation.joerg3-0/+258
2009-02-02Merge pkg_install-20090201 from pkg_install-renovation branch.joerg88-8172/+4908
2008-12-14An int is not guaranteed to be 64bit and in fact isn't on mostrillig1-2/+2
2008-12-10+audit-packagesadrianp1-0/+2
2008-10-13Fix strip_txz() so it actually works even when the extension found isn'terh2-5/+5
2008-10-02pkg_install-20081002:joerg2-8/+8
2008-09-17pkg_install-20080916:joerg9-27/+27
2008-09-1620080915:joerg9-29/+45
2008-07-14Update libarchive and bsdtar to 2.5.5.joerg1-3/+1
2008-07-13Add a temporary workaround for missing vfork on IRIX.joerg1-1/+3
2008-06-22Don't use the existance of pkg_add as trigger to overridejoerg1-2/+7
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
2008-06-08Commit two fixes which at least for me appear to be required whenhe1-1/+3
2008-06-02Explicitly depend on ftp.joerg1-2/+2
2008-05-082-clause my license.wiz2-15/+3
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin7-60/+11
2008-04-26Revert last change, it was not intended to go into HEAD.joerg20-1289/+3587
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg20-3587/+1289
2008-04-23Make pkg_delete with -p actually work. Prepending the prefix doesn'tjoerg1-8/+12
2008-04-23pkg_install-20080423:joerg2-48/+75
2008-04-23Requires libarchive 2.5.joerg1-1/+4
2008-04-22Restore symlinks as the code was accidently removed.joerg1-2/+5
2008-04-22pkg_install-20080422:joerg2-56/+24
2008-04-20Detect socket and gethostbyname requirements for Solaris.joerg2-1468/+1825
2008-04-18Move get_dash_string to pkg_create as only user.joerg3-27/+17
2008-04-18Nuke unused macros.joerg1-10/+1
2008-04-16pkg_install-20080415:joerg6-7/+136