summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2007-08-09Use the passed in string and Pkgdeps when calling strsep, fixingjoerg1-3/+3
2007-08-09When matching a non-pattern (aka a base name), assign the correctjoerg1-3/+3
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg13-340/+586
2007-08-08Fix build on Solaris by including fcntl.h, needed for O_RDONLY definition.tnn2-2/+8
2007-08-05s//etc/${PKG_SYSCONFDIR}/adrianp1-2/+3
2007-08-05Correctly handle ordering NULL -- this greatly simplifies using itjoerg2-6/+17
2007-08-05Detect grp.h. Regen.joerg3-16/+22
2007-08-04Try hard to get 64bit offsets in all modules, fixing misunderstandingsjoerg2-3/+37
2007-08-03Fix bootstrap issues reported by tnn@joerg3-13/+26
2007-08-03The forced disabling of zlib and bzip2 was meant for testing only,joerg1-4/+1
2007-08-03Bump date for last change.joerg2-3/+3
2007-08-03- only build pkg_admin, pkg_create and pkg_info for --enable-bootstrapjoerg16-295/+842
2007-08-02regen.wiz2-8/+8
2007-08-02Bump date for fixed paths.wiz2-4/+4
2007-08-02Update some paths on ftp.NetBSD.org.wiz3-9/+9
2007-08-01Include <stdint.h> if HAVE_STDINT_H is defined, not HAVE_INTTYPES_H.taca1-2/+2
2007-07-31-Wall is a non-standard flag, don't use it in a bootstrap package.joerg1-2/+2
2007-07-30Remove a now unused extern declaration.joerg1-2/+1
2007-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg5-125/+35
2007-07-30Don't build a list for a single item, but change the pkg_performjoerg3-31/+15
2007-07-30Push pkg_perform prototype into the individual packages.joerg5-8/+13
2007-07-29Specify PKG_DBDIR to pkg_admin and pkg_info via their -K argumentseb1-3/+3
2007-07-29Remove redundant SUBST_* from package Makefileadrianp2-23/+9
2007-07-26After the obsoletion on March, remove the support for require scripts.joerg14-174/+58
2007-07-26As discussed in PR 36662, the include of nbcompat.h takes care ofjoerg1-3/+5
2007-07-25Mostly deorbit mtree support:joerg16-175/+47
2007-07-24Check we can write to ${PKGVULNDIR} before attempting a download.adrianp1-1/+10
2007-07-23Include nbcompat.h to sort out err.hadrianp1-2/+5
2007-07-22Move variable declaration to top of function body to make this build withtnn1-2/+2
2007-07-21Add missed file in last updateadrianp1-4/+35
2007-07-21Misc man page fixesadrianp5-2835/+3618
2007-07-20Split pattern related functions from lib/str.c off into lib/opattern.c.joerg12-152/+221
2007-07-18New sentence, new line. Sort options.wiz1-55/+73
2007-07-16Change download-vulnerability-list.sh to use exec_prefix in thejoerg3-4/+9
2007-07-16Retire helper scripts for merge from src, this is now the authoritivejoerg2-194/+0
2007-07-16Merge remaining small changes from NetBSD, most of all the pkgsrc.7 manjoerg31-185/+264
2007-07-16Merge r1.37 from NetBSD:joerg1-26/+36
2007-07-14Merge 1.75 of lib/ftpio.c from NetBSD:joerg2-12/+10
2007-07-14Bump pkg_installadrianp1-2/+2
2007-07-14Update to pkg_install-20070714adrianp20-10/+2841
2007-07-10Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install andjoerg2-21/+3
2007-05-19Sync with pkgsrc (1.46).wiz1-4/+5
2007-04-20Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64.joerg3-13/+12
2007-04-20re-add fix from r1.11 after synctnn1-2/+3
2007-04-20re-add fix from r1.42 after synctnn1-2/+3
2007-04-16Sync with NetBSD base:joerg13-38/+49
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg2-361/+481
2007-03-11Sync with NetBSD base version:joerg9-104/+77
2007-02-07Sync with src.wiz1-4/+3
2007-02-06Update pkg_summary(5) man page to mention how it canreed3-4/+34