2008-03-03 18:45:38 by Johnny C. Lam | Files touched by this commit (119) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |
2008-02-27 15:19:30 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Update to 0.39: depend on monotone 0.39. |
2007-12-14 12:39:38 by Blair Sadewitz | Files touched by this commit (1) |
Log message: Update to monotone 0.38. |
2007-10-26 16:09:03 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Update to 0.37: use monotone 0.37. |
2007-08-03 20:01:44 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Update to 0.36: depend on monotone 0.36. |
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message: Make it easier to build and install packages "unprivileged", where the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS. |
2007-06-24 22:55:31 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message: Fix this package to adhere to the "new" monotone behavior. It has probably been broken since monotone 0.32... |
2007-05-13 12:45:37 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Update to 0.35: depend on monotone-0.35. |
2007-04-08 11:06:47 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Update to 0.34: depend on monotone 0.34. |
2007-03-25 20:53:02 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message: Include bsd.prefs.mk early enough so that PKG_HOME.${MONOTONE_USER} and friends get properly defined. Hi jlam@! Fixes PR pkg/35931 by riz@. |