Age | Commit message (Expand) | Author | Files | Lines |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -8/+3 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 1 | -2/+2 |
2006-07-26 | Pass MAKECONF down to recursive make processes to ensure they all use | jlam | 1 | -1/+6 |
2006-07-26 | Ensure that the just-in-time su command invoked has the same environment | jlam | 1 | -2/+3 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -2/+2 |
2006-07-20 | Include the file bsd.pkg.debug.mk if requested by invoking the "debug" | rillig | 1 | -1/+4 |
2006-07-17 | Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since they | rillig | 1 | -1/+4 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -44/+15 |
2006-07-13 | Remove line noting that "this file was derived from bsd.ports.mk". | jlam | 1 | -3/+1 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -199/+18 |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 1 | -3/+2 |
2006-07-08 | Update the comments to reflect the current default workflow. | jlam | 1 | -2/+4 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -2/+2 |
2006-07-07 | Remove the commands that tried to make the ${X11BASE} directory if it | jlam | 1 | -8/+2 |
2006-07-06 | Make it a little easier to read the lock/unlock output by inserting some | jlam | 1 | -3/+3 |
2006-07-06 | Refactor the README.html generation code from bsd.pkg.mk into a separate | jlam | 1 | -314/+4 |
2006-07-06 | Fix previous... instead of moving bsd.pkg.barrier.mk down below .MAIN, | jlam | 1 | -6/+6 |
2006-07-06 | Move inclusion of bsd.pkg.barrier.mk under the .MAIN target because | jlam | 1 | -4/+4 |
2006-07-05 | Fixed the test on PKG_{FAIL,SKIP}_REASON. Added a prefix line to the | rillig | 1 | -3/+8 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -1/+4 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 1 | -575/+16 |
2006-06-18 | devel/tla has the GNU config scripts in a */*/* directory. | rillig | 1 | -3/+3 |
2006-06-18 | Define CONFIG_{GUESS,SUB,RPATH}_OVERRIDE also when | rillig | 1 | -7/+11 |
2006-06-18 | Fixed wrong indentation of .if/.else/.endif. | rillig | 1 | -4/+4 |
2006-06-17 | Added a variable OVERRIDE_GNU_CONFIG_SCRIPTS that allows a package to | rillig | 1 | -2/+2 |
2006-06-15 | Output PKG_{FAIL,SKIP}_REASON messages to standard error instead of | jlam | 1 | -7/+10 |
2006-06-15 | Allow the standard build target to be overridden by the one generated | jlam | 1 | -2/+4 |
2006-06-12 | Move the common make command executed in su-target into a separate make | jlam | 1 | -4/+10 |
2006-06-11 | Split out the "work" symlink creation into a separate step and add it | jlam | 1 | -9/+15 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -6/+7 |
2006-06-08 | Introduce "makedirs" as a helper target to create directories with | jlam | 1 | -1/+4 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 1 | -3/+3 |
2006-06-07 | If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_P | jlam | 1 | -4/+7 |
2006-06-07 | Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can more | jlam | 1 | -1/+6 |
2006-06-07 | Add WARNING_CAT and ERROR_CAT which are filters for outputting file | jlam | 1 | -1/+4 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 1 | -1/+10 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 1 | -26/+7 |
2006-06-06 | Refactor "patch" code into correspondingly named subdirectory of | jlam | 1 | -4/+4 |
2006-06-06 | Refactor "fetch" and "extract" code into correspondingly named | jlam | 1 | -483/+12 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 1 | -31/+30 |
2006-06-05 | Remove spurious comment. | jlam | 1 | -3/+1 |
2006-06-05 | Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to where | jlam | 1 | -31/+1 |
2006-06-05 | Ensure the directory containing the lockfile is created prior to the | jlam | 1 | -1/+2 |
2006-06-05 | Backout previous and fix in another way -- use "set -e" to force the | jlam | 1 | -4/+4 |
2006-06-04 | Fix problem in su-target: the exitcode of the make command is discarded, | tv | 1 | -3/+3 |
2006-06-04 | Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk. | jlam | 1 | -3/+1 |
2006-06-04 | Make LOCKFILE into a "private" variable by prepending with an underscore. | jlam | 1 | -14/+14 |
2006-06-04 | Include bsd.pkg.update.mk to get the "update" targets and variables. | jlam | 1 | -1/+3 |
2006-06-04 | Move test for the lockfile within the target's shell code instead of | jlam | 1 | -7/+4 |
2006-06-04 | Drop the use of _ACQUIRE_LOCK and _RELEASE_LOCK and replace with | jlam | 1 | -64/+57 |