summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
AgeCommit message (Expand)Author
2006-05-11sprinkle a little (char *) to quell GCC4.mrg
2005-11-23Reduce the use of the system() function in pkg_install to avoid quotingben
2005-11-07Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@wiz
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-04-09Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap basedtv
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-10we already print "creating package ..." in pkg_perform(), no need togrant
2003-04-11improve a messagegrant
2003-01-10Introduce the notion of "preserving" an installed package.agc
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-03-05Output @blddep directives before @pkgdep directives.agc
2002-03-05Add a new packing list directive, @blddep, which notes the exactagc
2001-07-15 * Bugfix: if PLIST_SRC directly follows PLIST_CWD, ignorehubertf
2001-05-21Display the correct directory for the @src directive if -I has beenagc
2001-05-21Add -I argument to pkg_create so that the real prefix can be specifiedagc
2001-03-04Prevent some minor descriptor leaks.hubertf
2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf
2000-10-09Remove unneeded header <sys/syslimits.h>hubertf
1999-12-20Put back former -s switch to pkg_create as -L now.hubertf
1999-11-29Put support for @src back in.hubertf
1999-11-29Add code to include the size of a package into both thehubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-19Clean up minor nits in C code.agc
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-01-19Add code for pkgdb.hubertf
1998-10-26Modify pkg_create to recognise Build Information and Version files, whenagc
1998-10-12+ Remove obsolete and unused string functions.agc
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Some minor KNF.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-08-25Remove some trailing (extra) "."s.hubertf
1998-08-25Don't exit cleanup() functions if not called from signal handler - thishubertf
1998-06-05Add support for CONFLICTS entry, implement -C switch for pkg_createfrueauf
1997-10-18use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopylukem
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-16Second part of intrgration of FreeBSD pkg_install as of 971013.hubertf
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc