Age | Commit message (Expand) | Author | Files | Lines |
2014-03-11 | Add initial support for alternative init systems. | jperkin | 1 | -5/+14 |
2012-07-09 | Add GAMES_GROUP GAMES_USER GAMEDATAMODE GAMEDIRMODE GAMEMODE to BUILD_DEFS. | wiz | 1 | -1/+2 |
2012-07-09 | Move USE_GAMESGROUP and SETGIDGAME defaults out of mk.conf, where they | wiz | 1 | -1/+12 |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -5/+5 |
2011-04-30 | Revert unintended hunk in previous commit. (caught by wiz, thanks) | dholland | 1 | -3/+1 |
2011-04-30 | typo in comment | dholland | 1 | -2/+4 |
2010-08-24 | I'm fed up with having to waste time because PKG_DEVELOPER is "special" and | bad | 1 | -2/+2 |
2010-07-08 | Begin cleanup of setgid game infrastructure. | dholland | 1 | -5/+25 |
2010-06-15 | Allow pre-install for USERGROUP_PHASE. This is intended for | joerg | 1 | -1/+3 |
2010-05-07 | Previous change breaks platforms with need_ksh. Reported by joerg@. | jmmv | 1 | -6/+1 |
2010-05-07 | Use shells(8) from sysutils/etcutils to update /etc/shells instead of | jmmv | 1 | -1/+6 |
2010-03-10 | Clarified the documentation. | rillig | 1 | -8/+13 |
2008-03-04 | Automatically add ${GAMES_USER} and ${GAMES_GROUP} to PKG_USERS and | jlam | 1 | -1/+7 |
2008-03-04 | + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk | jlam | 1 | -5/+5 |
2008-03-04 | Use ${GAMEMODE} and not hardcoded 2755. | jlam | 1 | -2/+2 |
2008-03-04 | Add SETGID_GAME_PERMS convenience definition that defaults to owner=game, | jlam | 1 | -1/+8 |
2008-01-29 | Reverted my last change. I was completely wrong. The real fault reported | rillig | 1 | -7/+6 |
2008-01-29 | Disabled the check for missing example configuration files, since | rillig | 1 | -6/+7 |
2008-01-23 | Replaced unreadable code with readable code by doing a little | rillig | 1 | -7/+9 |
2008-01-23 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN, after making sure that the | rillig | 1 | -82/+79 |
2007-12-13 | Added information about the interface to this file, which can be queried | rillig | 1 | -1/+37 |
2007-12-06 | Print an understandable error message if the number of arguments for | rillig | 1 | -1/+6 |
2007-11-23 | The last change didn't receive enough testing. Now it is ok to have | rillig | 1 | -16/+12 |
2007-11-23 | After a package is installed, make sure that the example files for | rillig | 1 | -1/+36 |
2007-10-10 | Rewrote the comments on REQD_FILES to be accessible via "bmake help". | rillig | 1 | -11/+22 |
2007-10-09 | typo | rillig | 1 | -2/+2 |
2007-09-16 | Fixed typos in comments. | heinz | 1 | -3/+3 |
2007-08-23 | Do not check that RCD_SCRIPTS_SRC.foo exists, assume so. | joerg | 1 | -3/+1 |
2007-08-02 | Don't bother using environment variables to pass info the shlib-type | jlam | 1 | -3/+3 |
2007-07-27 | Move the +SHLIBS generation code back into the pkginstall module. In the | jlam | 1 | -1/+41 |
2007-07-23 | Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- the | jlam | 1 | -31/+1 |
2007-07-18 | Add back a facility to rebuild the run-time library search paths database | jlam | 1 | -1/+31 |
2007-07-12 | * Add a user-settable variable to tune the default verbosity of the | jlam | 1 | -1/+29 |
2007-06-15 | On second thought, maybe the rest of the world's software isn't as | jlam | 1 | -2/+2 |
2007-06-15 | Change the default setuid-root permissions from 4711 to 4555. This | jlam | 1 | -2/+2 |
2007-06-15 | Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time. | jlam | 1 | -1/+7 |
2007-03-13 | Added keywords for SPECIAL_PERMS, so it is found by | rillig | 1 | -1/+3 |
2007-01-24 | ... and quote the $ for subst so that ${RM} ends up in the final file. | joerg | 1 | -2/+2 |
2007-01-24 | *blush* Fix variable substituation to not substitute the same string | joerg | 1 | -2/+2 |
2007-01-02 | Reformatted the documentation of INFO_DIR to make it suitable for "make | rillig | 1 | -2/+4 |
2007-01-02 | Add fonts magic for TrueType and Type1 fonts. | joerg | 1 | -3/+19 |
2006-11-05 | Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for | joerg | 1 | -2/+2 |
2006-11-05 | RC scripts should be installed relative to DESTDIR as well. | joerg | 1 | -3/+3 |
2006-09-22 | - Compute CHEKCK_FILES filter on the entries requested and keep it | joerg | 1 | -1/+3 |
2006-07-19 | Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run. | jlam | 1 | -1/+3 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -10/+2 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 1 | -2/+1 |
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 1 | -15/+15 |
2006-06-09 | make(1) will automatically delete partially made targets if the target | jlam | 1 | -49/+24 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 1 | -2/+2 |