Age | Commit message (Expand) | Author | Files | Lines |
2007-04-01 | Fix quoting issue that gave syntax error when printing the message | kristerw | 1 | -2/+2 |
2007-03-02 | Remove warning about LIB_DEPENDS, it's sooooo long gone... | wiz | 1 | -5/+1 |
2007-02-22 | Finished the split of PKGSRC_LOCKTYPE into LOCALBASE_LOCKTYPE and | rillig | 1 | -3/+3 |
2007-02-20 | I find the ABI useful to know when looking at a binary package. | rillig | 1 | -1/+2 |
2007-02-09 | MAKEFLAGS for su-${.TARGET} is ${MAKEFLAGS.su-${.TARGET}}, | obache | 1 | -2/+2 |
2007-01-11 | Added the INFO_MSG command, which can be used when the user should be | rillig | 1 | -3/+4 |
2007-01-06 | Added the FAIL command, which can be prepended to an arbitrary shell | rillig | 1 | -1/+6 |
2007-01-02 | Cleaned up bsd.pkg.mk: | rillig | 1 | -98/+55 |
2007-01-02 | Moved the show-tools target to misc/show.mk. | rillig | 1 | -60/+6 |
2007-01-02 | Added an additional line to the parallel error message. | rillig | 1 | -1/+3 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-11-26 | Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason from | rillig | 1 | -2/+2 |
2006-11-19 | Use PKG_FAIL_REASON for platform checks, to make them work again. | wiz | 1 | -2/+2 |
2006-11-16 | Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very end | rillig | 1 | -3/+2 |
2006-11-14 | Moved the code that checks PKG_FAIL_REASON and PKG_SKIP_REASON into its | rillig | 1 | -39/+3 |
2006-11-05 | Some people really try to run pkgsrc's make with -j5 options. Since that | rillig | 1 | -1/+5 |
2006-11-05 | Use REAL_ROOT_USER for configuration dirs. | joerg | 1 | -2/+2 |
2006-11-05 | Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for | joerg | 1 | -3/+3 |
2006-10-23 | Moved the help system into its own subdirectory. Extracted the AWK | rillig | 1 | -2/+2 |
2006-10-22 | Added INCSDIR and LIBDIR to BSD_MAKE_ENV. | rillig | 1 | -2/+5 |
2006-10-22 | The new variable BSD_MAKE_ENV defines BINOWN, BINGRP, etc. | rillig | 1 | -1/+7 |
2006-10-22 | Added a variable RUN (no leading underscore) as abbreviation for | rillig | 1 | -1/+8 |
2006-10-15 | Include some more magic to set ownership of packages build with | joerg | 1 | -1/+3 |
2006-10-10 | Added printf to USE_TOOLS, because it is used heavily by the "debug" and | rillig | 1 | -3/+3 |
2006-10-09 | Introduce _SU_ROOT_USER, which can be used for partially unprivileged | joerg | 1 | -4/+7 |
2006-10-03 | fix comment about CHANGES file for changes-entry, since the default is | gdt | 1 | -2/+2 |
2006-08-04 | Fixed the locking, as suggested by Johnny on the tech-pkg mailing list. | rillig | 1 | -9/+3 |
2006-08-04 | Moved the bin-install target from bsd.pkg.mk to install/bin-install.mk. | rillig | 1 | -34/+2 |
2006-08-04 | In the "makedirs" target, it is clear that the lock file is always the | rillig | 1 | -6/+4 |
2006-08-04 | Moved the locking code from bsd.pkg.mk into its own file. Where here, | rillig | 1 | -73/+2 |
2006-08-03 | When installing or deinstalling a package, it is not enough to lock the | rillig | 1 | -20/+35 |
2006-08-02 | Added bsd.pkg.help.mk, which provides the "help" target. | rillig | 1 | -2/+5 |
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 |