Age | Commit message (Expand) | Author | Files | Lines |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -2/+1 |
2007-10-13 | Fix the .include lines so that make looks in the right place first. | dsl | 1 | -51/+51 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-09-29 | Removed a funny comment from 1997. | rillig | 1 | -6/+1 |
2007-09-27 | More comments. | rillig | 1 | -1/+6 |
2007-09-07 | Add a "system features" framework that will eventually be used to | jlam | 1 | -1/+3 |
2007-09-07 | The WRKDIR and PREFIX can be saved in the log directory when a package | rillig | 1 | -2/+2 |
2007-08-18 | Explicitly bail out if X11_TYPE=xorg is found. | joerg | 1 | -1/+7 |
2007-08-13 | Moved the stuff that is common to all directories of pkgsrc into its own | rillig | 1 | -38/+2 |
2007-08-13 | build-env is no longer defined in bsd.pkg.debug.mk. | rillig | 1 | -2/+2 |
2007-08-13 | Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_LEVEL=0. | rillig | 1 | -2/+2 |
2007-08-10 | Try a bit harder to guess which mk.conf the user is using, when | joerg | 1 | -2/+10 |
2007-08-03 | Update _USE_DESTDIR=full handling to use the new -u/-g code and | joerg | 1 | -1/+5 |
2007-07-29 | * Add new emulator framework in pkgsrc/mk/emulator that handles all | jlam | 1 | -1/+5 |
2007-07-23 | Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- the | jlam | 1 | -13/+4 |
2007-07-20 | Enabled the warnings. | rillig | 1 | -1/+2 |
2007-07-18 | Add back a facility to rebuild the run-time library search paths database | jlam | 1 | -4/+13 |
2007-07-16 | Change default value of CREATE_WRKDIR_SYMLINK to no. In combination with | joerg | 1 | -2/+2 |
2007-05-09 | Add two targets, pbulk-index and pbulk-index-item. | joerg | 1 | -1/+5 |
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 |