summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/add/perform.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02pkg_install-20090201:pkg_install_renovationjoerg1-46/+13
2009-01-08Also include support for IGNORE_URL.joerg1-2/+31
2009-01-08pkg_install-20090108:joerg1-3/+53
2008-08-25pkg_install-20080825:joerg1-4/+4
2008-08-10Push init of plist into read_plist.joerg1-3/+2
2008-08-05pkg_install-20080806:joerg1-5/+8
2008-08-05Push chdir for +INSTALL into fcexec, one less chdir to worry about.joerg1-14/+8
2008-08-05Open the database first and chdir later to emphase that the chdir isjoerg1-6/+6
2008-08-02Most memory allocation failures were fatal already and the majority ofjoerg1-61/+26
2008-07-300644 is a better file permission than 644 for +REQUIRED_BY...joerg1-3/+3
2008-07-30pkg_install-20080730:joerg1-19/+43
2008-07-30Internal implementation of mkdir_p.joerg1-3/+50
2008-06-27pkg_install-20080627:joerg1-3/+11
2008-06-04pkg_install-20080604:joerg1-30/+31
2008-06-04pkg_install-20080603:joerg1-11/+26
2008-05-26pkg_install-20080526:joerg1-4/+3
2008-05-20Restore older (and somewhat bogus) behaviour of modifying the +CONTENTSjoerg1-17/+26
2008-05-19Add variable to control how packages are installed.joerg1-7/+70
2008-05-12Separate standard and non-standard headers. Deal with err.h correctly.joerg1-4/+7
2008-05-12Fix a segfault when no archive was found as the signature cookie is notjoerg1-3/+4
2008-05-11Add support PKCS7 signatures in packages and pkg-vulnerabilities.joerg1-8/+35
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg1-861/+1036
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-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-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_ARCHjoerg1-14/+16
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.joerg1-16/+3
2007-08-09Remove @option extract-in-place support for now (will be the defaultjoerg1-35/+4
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-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg1-19/+8
2007-07-26After the obsoletion on March, remove the support for require scripts.joerg1-18/+2
2007-07-25Mostly deorbit mtree support:joerg1-13/+3
2007-07-20Split pattern related functions from lib/str.c off into lib/opattern.c.joerg1-4/+4
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:joerg1-3/+2
2007-03-11Sync with NetBSD base version:joerg1-2/+3
2006-07-20Import the following change to add/perform.c from src to pkgsrc:gson1-2/+4