summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2006-06-15Output PKG_{FAIL,SKIP}_REASON messages to standard error instead ofjlam1-7/+10
2006-06-15Allow the standard build target to be overridden by the one generatedjlam1-2/+4
2006-06-12Move the common make command executed in su-target into a separate makejlam1-4/+10
2006-06-11Split out the "work" symlink creation into a separate step and add itjlam1-9/+15
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-6/+7
2006-06-08Introduce "makedirs" as a helper target to create directories withjlam1-1/+4
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig1-3/+3
2006-06-07If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_Pjlam1-4/+7
2006-06-07Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can morejlam1-1/+6
2006-06-07Add WARNING_CAT and ERROR_CAT which are filters for outputting filejlam1-1/+4
2006-06-06Move some variable definitions out of bsd.prefs.mk and back intojlam1-1/+10
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam1-26/+7
2006-06-06Refactor "patch" code into correspondingly named subdirectory ofjlam1-4/+4
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-483/+12
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-31/+30
2006-06-05Remove spurious comment.jlam1-3/+1
2006-06-05Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to wherejlam1-31/+1
2006-06-05Ensure the directory containing the lockfile is created prior to thejlam1-1/+2
2006-06-05Backout previous and fix in another way -- use "set -e" to force thejlam1-4/+4
2006-06-04Fix problem in su-target: the exitcode of the make command is discarded,tv1-3/+3
2006-06-04Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk.jlam1-3/+1
2006-06-04Make LOCKFILE into a "private" variable by prepending with an underscore.jlam1-14/+14
2006-06-04Include bsd.pkg.update.mk to get the "update" targets and variables.jlam1-1/+3
2006-06-04Move test for the lockfile within the target's shell code instead ofjlam1-7/+4
2006-06-04Drop the use of _ACQUIRE_LOCK and _RELEASE_LOCK and replace withjlam1-64/+57
2006-06-04Convert just-in-time su targets to use su-target instead of ${_SU_TARGET}.jlam1-33/+10
2006-06-03First pass at implementing support for package system flavors otherjlam1-1332/+41
2006-05-23Packages may set the variable FETCH_MESSAGE to a list of lines that arerillig1-2/+11
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-46/+3
2006-05-21Move mk/install to mk/pkginstall to better reflect the contents (thejlam1-2/+2
2006-05-21Pass PKG_PHASE=install when recursively calling make from within thejlam1-4/+4
2006-05-10Fixed some pkglint warnings in the do-configure, do-build, do-test andrillig1-13/+13
2006-05-06If USE_ABI_DEPENDS=no, do not add the BUILDLINK_ABI_DEPENDS.$pkgreed1-2/+3
2006-04-26Allow a package to specify the ownership and permission onjlam1-1/+2
2006-04-24Rename recently added BUILD_INFO variable DATE to BUILD_DATE, anddillo1-4/+4
2006-04-22Adjusted the code to the pkglint warning that NO_PACKAGE should not berillig1-2/+2
2006-04-18Rename the CHANGES file to CHANGES-2006. From now on, the changes forjlam1-2/+3
2006-04-12Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directoriesjoerg1-2/+5
2006-04-12Rename the _PKGTOOLS_VER variable in the +BUILD_INFO toreed1-2/+14
2006-04-10Correct comment on run-depends-list target (PR pkg/29741).jlam1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-7/+7
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-5/+14
2006-03-17Allow INSTALLATION_DIRS to contain absolute paths so long as they beingjlam1-2/+6
2006-03-15Always run the pkginstall framework targets to generate thejlam1-17/+19
2006-03-15Back out previous... it was part of some larger changes that were neverjlam1-2/+3
2006-03-14We can always pass --infodir to configure scripts, regardless of whetherjlam1-3/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-28/+9
2006-03-12Added the variable PHASE_MSG, STEP_MSG, WARNING_MSG and ERROR_MSG torillig1-1/+5
2006-03-10replace-interpreter should use REPLACE_FILES.${lang} instead oftonio1-3/+3
2006-03-09Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, andjlam1-2/+2