Age | Commit message (Expand) | Author | Files | Lines |
2006-11-11 | Moved the check whether check-shlibs should be run from | rillig | 1 | -4/+1 |
2006-11-07 | Just make the PREFIX with INSTALL_DATA_DIR. Drop the conditional and | joerg | 1 | -2/+2 |
2006-11-04 | When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does not | rillig | 2 | -2/+45 |
2006-11-03 | Fix thinko: INSTALLATION_DIRS entries don't have ${DESTDIR} as prefix, | joerg | 1 | -3/+3 |
2006-11-03 | Don't reset the "installed" state when using DESTDIR operations on | joerg | 1 | -1/+3 |
2006-11-03 | Add package-install. For non-DESTDIR builds, package and package-install | joerg | 1 | -2/+2 |
2006-10-26 | Change INSTALL_MAKE_FLAGS to be _appended_ to MAKE_FLAGS when running | rillig | 1 | -3/+3 |
2006-10-13 | Added a new post-installation check to see whether the files have their | rillig | 1 | -1/+4 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 1 | -13/+26 |
2006-10-09 | Add variable to control whether the install target is run as root. | joerg | 1 | -1/+5 |
2006-10-06 | Added more error checking: If a directory is specified in | rillig | 1 | -1/+5 |
2006-10-05 | Both, the pkgsrc user and the package maintainer must agree that this | rillig | 1 | -3/+3 |
2006-10-03 | Rewrote the bin-install target so that it doesn't lock LOCALBASE | rillig | 1 | -20/+31 |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392. | obache | 1 | -2/+2 |
2006-08-09 | Drop .ORDER declarations since pkgsrc doesn't support "make -j ...". | jlam | 2 | -4/+2 |
2006-08-09 | Only acquire the localbase lock after acquiring root privileges. This | jlam | 1 | -3/+9 |
2006-08-04 | Fixed the locking, as suggested by Johnny on the tech-pkg mailing list. | rillig | 3 | -8/+17 |
2006-08-04 | Rewrote the header comment so that "bin-install" can be found by "bmake | rillig | 1 | -4/+6 |
2006-08-04 | Moved the bin-install target from bsd.pkg.mk to install/bin-install.mk. | rillig | 1 | -0/+64 |
2006-08-03 | When installing or deinstalling a package, it is not enough to lock the | rillig | 1 | -2/+2 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 3 | -6/+6 |
2006-07-20 | The package directory path is "PKGPATH", not "PKG_PATH", which is used | jlam | 1 | -2/+2 |
2006-07-14 | Add a "bootstrap-register" target used specially by the bootstrap script | jlam | 1 | -1/+10 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -4/+3 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 3 | -19/+19 |
2006-07-07 | Make configure, install, and package barrier-aware even if NO_CONFIGURE, | jlam | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+3 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 3 | -16/+28 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 2 | -8/+9 |
2006-06-14 | Insert cookie checks into the "real-install" and "real-package" targets, | jlam | 1 | -1/+3 |
2006-06-10 | Restore missing ${SETENV} ${BUILD_ENV} that was dropped during the initial | jlam | 1 | -2/+2 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -1/+2 |
2006-06-08 | If the install cookie file exists, then we don't need to do anything. | jlam | 1 | -8/+23 |
2006-06-07 | 1.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resulted | tron | 1 | -6/+6 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 1 | -4/+4 |
2006-06-06 | Remove trailing blank line. | jlam | 1 | -2/+1 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 3 | -18/+18 |
2006-06-05 | Allow overrides of the public targets, e.g. "install", "package", etc. | jlam | 4 | -4/+16 |
2006-06-05 | Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to where | jlam | 1 | -3/+3 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 5 | -0/+510 |
2006-05-21 | Move mk/install to mk/pkginstall to better reflect the contents (the | jlam | 18 | -3646/+0 |
2006-05-21 | Avoid a difference in shell implementation between IRIX 5.3 and newer | jlam | 1 | -2/+2 |
2006-05-10 | Fix missing quotes that were causing the group and user existence checks | jlam | 1 | -3/+3 |
2006-05-01 | Use the meta-data directory as the location for all temporary files | jlam | 6 | -90/+111 |
2006-04-29 | Ensure that @VAR@ placeholders in usergroupfuncs are properly substituted | jlam | 1 | -3/+3 |
2006-04-29 | Always remove the intermediate files, even if the +USERGROUP script | jlam | 1 | -6/+10 |
2006-04-29 | Remove the test file in all exit conditions. | jlam | 3 | -9/+9 |
2006-04-29 | Allow for just-in-time su when creating users and groups if | jlam | 1 | -5/+13 |
2006-04-27 | Use a better default user comment if none is specified -- if the username | jlam | 3 | -6/+18 |