summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-15Refactor by moving logic for IGNORE_URL into subfunction.joerg1-23/+31
2008-04-08Force depend target to explicitly run for libfetch. Disallow paralleljoerg1-2/+5
2008-04-07Simplify logic and make pkgdbdir the default forjoerg1-6/+5
2008-04-07pkg_install-20080407:joerg6-13/+38
2008-04-06Don't build pkg_io.c during bootstrap.joerg1-2/+4
2008-04-04Fix audit -t argument -- it should actually take the option.joerg1-3/+3
2008-04-04-lfetch to make it build. PR pkg/38365.tnn1-2/+2
2008-04-04Also switch pkg_admin's fetch-vulnerabilities implementation tojoerg1-78/+26
2008-04-04pkg_install-20080404:joerg7-62/+186
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