Age | Commit message (Expand) | Author | Files | Lines |
2005-02-09 | Fix Interix user/group failsafe so that it works on PKG_USERS with \\ in them. | tv | 1 | -4/+4 |
2005-02-05 | Set PKG_REFCOUNT_DBDIR in the environment for the +INSTALL script, just | jlam | 1 | -1/+4 |
2005-02-03 | Create a new INSTALL script action "UNPACK" that unpacks all of the | jlam | 1 | -6/+6 |
2005-02-02 | Next round of install script cleanup -- we now create +FILES, | jlam | 1 | -12/+108 |
2005-01-28 | Avoid hardcoding the refcount database into the INSTALL scripts. We | jlam | 1 | -9/+1 |
2005-01-28 | Move the default directory for the reference counts database outside | jlam | 1 | -4/+5 |
2005-01-28 | If PKG_SYSCONFSUBDIR is non-empty, then add ${PKG_SYSCONFDIR} to the | jlam | 1 | -2/+2 |
2005-01-28 | Note the end of the install-dirs unpack template within the INSTALL | jlam | 1 | -1/+3 |
2005-01-28 | Continue with install script cleanup -- we now create a +USERGROUP | jlam | 1 | -4/+37 |
2005-01-28 | Use reference counts to properly account for the creation and removal | jlam | 1 | -5/+62 |
2005-01-26 | Also substitute for PWD_CMD so we can use it in the INSTALL scripts. | jlam | 1 | -1/+2 |
2005-01-26 | Create a new variable "INSTALL_UNPACK_TMPL" that points to a list of | jlam | 1 | -1/+3 |
2005-01-23 | Rework the way that packages are registered during a "make install". We | jlam | 1 | -5/+9 |
2005-01-15 | - Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk. | jmmv | 1 | -21/+1 |
2005-01-14 | Automatically add any of the {CONF,SUPPORT}_FILES and {MAKE,OWN}_DIRS stuff | jmmv | 1 | -1/+21 |
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -2/+3 |
2004-12-27 | Remove USERADD and GROUPADD definitions from OSes where the useradd | jlam | 1 | -6/+3 |
2004-10-11 | Make it so RCD_SCRIPTS_EXAMPLEDIR is a directory relative to | reed | 1 | -12/+18 |
2004-10-11 | Add RCD_SCRIPTS_EXAMPLEDIR to the MESSAGE_SUBST. www/tinyproxy's MESSAGE | reed | 1 | -1/+2 |
2004-10-06 | Reorganize some of the files under pkgsrc/mk: | jlam | 1 | -2/+2 |
2004-07-10 | Be explicit about the fact that USE_PKGINSTALL has to be set to YES | wiz | 1 | -2/+2 |
2004-07-08 | Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts. | reed | 1 | -1/+2 |
2004-04-27 | Add ECHO_N to the list of substituted variables in [DE]INSTALL. | tv | 1 | -1/+2 |
2004-04-27 | Indent properly. | agc | 1 | -5/+5 |
2004-04-27 | Add Interix hack: if user and group are the same name, trip up with a | tv | 1 | -1/+15 |
2004-04-27 | It's USE_GROUPADD, not USE_USERGROUP. | tv | 1 | -2/+2 |
2004-04-23 | mk/bsd.pkg.install.mk now automatically registers | reed | 1 | -1/+3 |
2004-01-12 | Sync comment with reality: tell about USE_PKGINSTALL and discourage direct | salo | 1 | -4/+4 |
2003-12-20 | Define LS in install scripts (needed by install/fonts). | jmmv | 1 | -1/+2 |
2003-11-23 | In the overwrite package case: | jlam | 1 | -1/+5 |
2003-09-17 | Introduce a new variable "CONF_DEPENDS" for pkgviews: a package's | jlam | 1 | -1/+5 |
2003-09-12 | Make adding config files to views other than the default view work if | jlam | 1 | -2/+2 |
2003-09-06 | Move RCD_SCRIPTS_DIR definition to bsd.pkg.defaults.mk. This implies that | jlam | 1 | -2/+1 |
2003-09-06 | Install the rcd scripts at post-install time, not at post-install-script | jlam | 1 | -2/+3 |
2003-09-06 | Add .PHONY targets for Makefile correctness. | jlam | 1 | -1/+7 |
2003-09-05 | Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of | jlam | 1 | -6/+4 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -2/+6 |
2003-08-30 | No longer assume that a DEINSTALL/INSTALL script in the package directory | jlam | 1 | -9/+1 |
2003-08-30 | Add for use by the INSTALL/DEINSTALL scripts. | jlam | 1 | -1/+2 |
2003-07-31 | Let a package override the name of the automatically generated rc.d script | jmmv | 1 | -7/+8 |
2003-07-30 | If a HEADER file exists in the package directory, then assume it's meant | jlam | 1 | -1/+5 |
2003-07-30 | Allow package Makefiles to insert a supplementary header to the | jlam | 1 | -1/+4 |
2002-12-02 | Add initial support for IRIX. | jschauma | 1 | -3/+3 |
2002-11-17 | Introduce new framework which unifies registering packages providing login | salo | 1 | -1/+12 |
2002-10-23 | Unless PKG_RCD_SCRIPTS=YES and RCD_SCRIPTS is non-empty, don't create | jlam | 1 | -6/+3 |
2002-10-23 | Only create RCD_SCRIPTS_DIR if RCD_SCRIPTS is defined and non-empty in | jlam | 1 | -1/+3 |
2002-10-20 | SETUID_ROOT_PERMS is a convenience definition to note an executable is | jlam | 1 | -1/+7 |
2002-10-20 | Generate the INSTALL/DEINSTALL scripts at post-build time, and use proper | jlam | 1 | -8/+19 |
2002-10-20 | Generate the rc.d scripts at post-build time and use proper make | jlam | 1 | -12/+12 |
2002-10-19 | Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files. | jlam | 1 | -1/+2 |