summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-09Since the REPLACE_INTERPRETER is used in more and more packages, it isrillig1-4/+14
2006-03-09Reimplement the info-file handling so that we use an +INFO_FILESjlam1-2/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
2006-03-02Make GNU_CONFIGURE_PREFIX the default prefix for GNU_CONFIGURE_MANDIRjoerg1-3/+4
2006-02-18Added SITES.${foo} as an alias for SITES_${foo}. The latter will berillig1-3/+6
2006-02-02If the replace-interpreter program cannot find a file, a warning isrillig1-1/+3
2006-01-21Don't write ${FOO:Mbar} == "bar", when !empty(FOO:Mbar) will suffice.jlam1-5/+5
2006-01-21Unquoted SUBST_MESSAGE.*, as this is no longer needed.rillig1-3/+3
2006-01-20Remove the old PLIST-handling code after bulk building has shown the newjlam1-784/+1
2006-01-19Move more "patch"-related variables and targets out of bsd.pkg.mk and intojlam1-25/+7
2006-01-19Move more of the "extract"-related variables and targets out of bsd.pkg.mkjlam1-34/+7
2006-01-19* Split out the "clean" targets and variables and put them into a separatejlam1-50/+4
2006-01-18Move the following targets from bsd.pkg.mk to bsd.utils.mk:jlam1-83/+1
2006-01-18Remove unused "show-root-only" target.jlam1-9/+3
2006-01-18Create a standalone awk script, depends-depth-first.awk, that encapsulatesjlam1-1/+3
2006-01-12Initial commit of a new module that encapsulates all of the codejlam1-6/+54
2006-01-12Added the target check-interpreter to bsd.pkg.check.mk, which checksrillig1-1/+4
2006-01-11Since qmail and related packages install into ${PREFIX} (and haveschmonz1-4/+2
2006-01-05Revert unintended part of last commit.joerg1-3/+2