Age | Commit message (Expand) | Author | Files | Lines |
2006-07-14 | Add a "bootstrap-register" target used specially by the bootstrap script | jlam | 1 | -1/+10 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -4/+3 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 3 | -19/+19 |
2006-07-07 | Make configure, install, and package barrier-aware even if NO_CONFIGURE, | jlam | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+3 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 3 | -16/+28 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 2 | -8/+9 |
2006-06-14 | Insert cookie checks into the "real-install" and "real-package" targets, | jlam | 1 | -1/+3 |
2006-06-10 | Restore missing ${SETENV} ${BUILD_ENV} that was dropped during the initial | jlam | 1 | -2/+2 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -1/+2 |
2006-06-08 | If the install cookie file exists, then we don't need to do anything. | jlam | 1 | -8/+23 |
2006-06-07 | 1.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resulted | tron | 1 | -6/+6 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 1 | -4/+4 |
2006-06-06 | Remove trailing blank line. | jlam | 1 | -2/+1 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 3 | -18/+18 |
2006-06-05 | Allow overrides of the public targets, e.g. "install", "package", etc. | jlam | 4 | -4/+16 |
2006-06-05 | Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to where | jlam | 1 | -3/+3 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 5 | -0/+510 |
2006-05-21 | Move mk/install to mk/pkginstall to better reflect the contents (the | jlam | 18 | -3646/+0 |
2006-05-21 | Avoid a difference in shell implementation between IRIX 5.3 and newer | jlam | 1 | -2/+2 |
2006-05-10 | Fix missing quotes that were causing the group and user existence checks | jlam | 1 | -3/+3 |
2006-05-01 | Use the meta-data directory as the location for all temporary files | jlam | 6 | -90/+111 |
2006-04-29 | Ensure that @VAR@ placeholders in usergroupfuncs are properly substituted | jlam | 1 | -3/+3 |
2006-04-29 | Always remove the intermediate files, even if the +USERGROUP script | jlam | 1 | -6/+10 |
2006-04-29 | Remove the test file in all exit conditions. | jlam | 3 | -9/+9 |
2006-04-29 | Allow for just-in-time su when creating users and groups if | jlam | 1 | -5/+13 |
2006-04-27 | Use a better default user comment if none is specified -- if the username | jlam | 3 | -6/+18 |
2006-04-26 | Allow a package to specify the ownership and permission on | jlam | 1 | -3/+15 |
2006-04-25 | Rename the test directory to a more suggestive name. | jlam | 2 | -4/+4 |
2006-04-25 | Modify the DIRS line format to match the FILES one, where the mode | jlam | 2 | -29/+42 |
2006-04-25 | Use colons as separators instead of slashes on the off-chance that "/" | jlam | 2 | -27/+27 |
2006-04-25 | First try at fixing a deficiency in the package +INSTALL scripts, | jlam | 5 | -24/+263 |
2006-04-24 | Fix typos in comments, noted by Yoshito Komatsu in private email. | jlam | 3 | -6/+6 |
2006-04-24 | Fix {group,user}_exists functions when the numeric ID is not set. Fix | jlam | 3 | -9/+27 |
2006-04-23 | Add two new capabilities to the pkginstall framework: | jlam | 6 | -70/+470 |
2006-04-16 | Now that all info file entries have been pushed from INFO_FILES into | jlam | 1 | -12/+3 |
2006-04-12 | Better error-checking in the +INFO_FILES scriptlet: | jlam | 1 | -34/+46 |
2006-04-06 | Resurrect INFO_DIR for another purpose -- if defined, it sets the | jlam | 2 | -13/+26 |
2006-03-20 | * Creates a new variable PKGINFODIR (named similarly to PKGMANDIR) | jlam | 1 | -10/+23 |
2006-03-19 | Modify the INSTALL script to allow for selective unpacking of a scriptlet. | jlam | 9 | -26/+31 |
2006-03-17 | Ensure that we invoke a brand new make when creating the INSTALL/DEINSTALL | jlam | 1 | -5/+6 |
2006-03-15 | Always run the pkginstall framework targets to generate the | jlam | 1 | -3/+25 |
2006-03-15 | Rototill of how the various template parts of the INSTALL and DEINSTALL | jlam | 14 | -261/+283 |
2006-03-14 | Sync variable names in comments with recent changes to install framework. | tron | 2 | -4/+4 |
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -103/+113 |
2006-03-10 | Cosmetic change: reorder some lines locally to make it easier for me | jlam | 1 | -13/+13 |
2006-03-10 | Expose fewer knobs for a user to tweak by making more variables private. | jlam | 1 | -57/+53 |
2006-03-10 | Don't define DEINSTALL_FILE or INSTALL_FILE if the corresponding *_SRC | jlam | 1 | -1/+5 |
2006-03-09 | Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and | jlam | 2 | -108/+101 |
2006-03-09 | Reimplement the info-file handling so that we use an +INFO_FILES | jlam | 6 | -41/+172 |