Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-04 | Convert just-in-time su targets to use su-target instead of ${_SU_TARGET}. | jlam | 1 | -33/+10 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 1 | -1332/+41 |
2006-05-23 | Packages may set the variable FETCH_MESSAGE to a list of lines that are | rillig | 1 | -2/+11 |
2006-05-22 | Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where | jlam | 1 | -46/+3 |
2006-05-21 | Move mk/install to mk/pkginstall to better reflect the contents (the | jlam | 1 | -2/+2 |
2006-05-21 | Pass PKG_PHASE=install when recursively calling make from within the | jlam | 1 | -4/+4 |
2006-05-10 | Fixed some pkglint warnings in the do-configure, do-build, do-test and | rillig | 1 | -13/+13 |
2006-05-06 | If USE_ABI_DEPENDS=no, do not add the BUILDLINK_ABI_DEPENDS.$pkg | reed | 1 | -2/+3 |
2006-04-26 | Allow a package to specify the ownership and permission on | jlam | 1 | -1/+2 |
2006-04-24 | Rename recently added BUILD_INFO variable DATE to BUILD_DATE, and | dillo | 1 | -4/+4 |
2006-04-22 | Adjusted the code to the pkglint warning that NO_PACKAGE should not be | rillig | 1 | -2/+2 |
2006-04-18 | Rename the CHANGES file to CHANGES-2006. From now on, the changes for | jlam | 1 | -2/+3 |
2006-04-12 | Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directories | joerg | 1 | -2/+5 |
2006-04-12 | Rename the _PKGTOOLS_VER variable in the +BUILD_INFO to | reed | 1 | -2/+14 |
2006-04-10 | Correct comment on run-depends-list target (PR pkg/29741). | jlam | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -7/+7 |
2006-03-20 | * Creates a new variable PKGINFODIR (named similarly to PKGMANDIR) | jlam | 1 | -5/+14 |
2006-03-17 | Allow INSTALLATION_DIRS to contain absolute paths so long as they being | jlam | 1 | -2/+6 |
2006-03-15 | Always run the pkginstall framework targets to generate the | jlam | 1 | -17/+19 |
2006-03-15 | Back out previous... it was part of some larger changes that were never | jlam | 1 | -2/+3 |
2006-03-14 | We can always pass --infodir to configure scripts, regardless of whether | jlam | 1 | -3/+2 |
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -28/+9 |
2006-03-12 | Added the variable PHASE_MSG, STEP_MSG, WARNING_MSG and ERROR_MSG to | rillig | 1 | -1/+5 |
2006-03-10 | replace-interpreter should use REPLACE_FILES.${lang} instead of | tonio | 1 | -3/+3 |
2006-03-09 | Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and | jlam | 1 | -2/+2 |
2006-03-09 | Since the REPLACE_INTERPRETER is used in more and more packages, it is | rillig | 1 | -4/+14 |
2006-03-09 | Reimplement the info-file handling so that we use an +INFO_FILES | jlam | 1 | -2/+3 |