summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/add
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Revert last change, it was not intended to go into HEAD.joerg7-1053/+1408
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg7-1408/+1053
2008-03-10Add datarootdir to shut up configure.wiz1-1/+2
2008-03-01Why does pkg_add need many open file descriptors?rillig1-2/+3
2008-02-08Having to wonder for 5min why pkg_add would fail just to discover thatjoerg1-3/+7
2008-01-26pkg_install-20080126: Make pkg_add pass down -I and -m when recursivelyjoerg1-2/+5
2007-11-30Do not install a package if some of the installed packages wouldrillig1-2/+15
2007-11-13Provide more useful details in the error message for conflicting packages:rillig1-5/+4
2007-11-08Don't use the build time version to find packages, we want to pick upjoerg1-18/+5
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-13Updated the URLs for ftp.NetBSD.org, so that they will work after therillig2-15/+15
2007-09-29There is no master/slave mode anymore.rillig1-5/+1
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
2007-09-08Removed the warning about pkg_add or pkg_delete "not running as root"rillig1-6/+2
2007-09-07In unprivileged builds, the user running pkg_add and pkg_delete isrillig1-3/+3
2007-08-23regen.wiz1-4/+4
2007-08-23Replace reference to (obsolete) -M with tar(1). Bump date.wiz1-5/+6
2007-08-15Bail out if the PLIST contains no @name field. This check existed sincejoerg1-3/+8
2007-08-15Split off the part dealing with already installed packages intojoerg1-155/+177
2007-08-14Add new option -m to pkg_add. This allows to override MACHINE_ARCHjoerg5-22/+36
2007-08-13Merge tmppkg into main variable block and remove indentation.joerg1-82/+79
2007-08-13Check explictly for argc == 0 to find out if options where specified.joerg2-24/+12
2007-08-09Remove @option extract-in-place support for now (will be the defaultjoerg3-70/+26
2007-08-09Change interface of is_automatic_installed andjoerg1-6/+6
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg1-32/+42
2007-08-02regen.wiz1-6/+6
2007-08-02Bump date for fixed paths.wiz1-2/+2
2007-08-02Update some paths on ftp.NetBSD.org.wiz1-5/+5
2007-07-30Remove a now unused extern declaration.joerg1-2/+1
2007-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg4-123/+33
2007-07-30Push pkg_perform prototype into the individual packages.joerg1-1/+3
2007-07-26After the obsoletion on March, remove the support for require scripts.joerg3-84/+31
2007-07-25Mostly deorbit mtree support:joerg4-56/+13
2007-07-20Split pattern related functions from lib/str.c off into lib/opattern.c.joerg1-4/+4
2007-07-16Merge remaining small changes from NetBSD, most of all the pkgsrc.7 manjoerg3-16/+16
2007-04-20Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64.joerg1-3/+3
2007-04-20re-add fix from r1.42 after synctnn1-2/+3
2007-04-16Sync with NetBSD base:joerg2-6/+5
2007-03-11Sync with NetBSD base version:joerg1-2/+3
2006-11-03Merge add/extract.c, rev 1.39:joerg1-3/+4
2006-07-20Import the following change to add/perform.c from src to pkgsrc:gson1-2/+4
2006-06-27Update usage() - sync with manpage, add missing options, etc.hubertf1-5/+5
2006-05-10Make pkg_install build on platforms that don't define the PRIu64 integerjlam1-2/+3
2006-04-24Sync with src, version 20060424:dillo1-22/+2
2006-04-08Sync with src/usr.sbin v1.63:wiz1-2/+2
2006-04-06Welcome to version 20060405.reed3-14/+22
2006-04-04Pull over 1.117 from src/usr.sbin:wiz1-2/+6