2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-06 23:30:30 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Convert to user-destdir.
|
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-19 23:46:40 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
* Use ${DIALER_GROUP} instead of hardcoding "dialer" as the group name.
* ${UUCP_USER} should have a default group membership of ${UUCP_GROUP},
not dialer.
* Get the correct install locations for lrzsz and gkermit and use them
to locate the binaries from those dependencies in src/rwconf.c.
Bump PKGREVISION to 3 due to changed users and groups.
|
2007-06-15 20:23:49 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Don't hardcode "uucp" user... use ${UUCP_USER} instead to match the
net/uucp package.
|
2007-06-15 20:15:22 by Johnny C. Lam | Files touched by this commit (14) |
Log message:
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.
* Consistently use 4555 for setuid and 2555 for setgid programs.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-10-04 22:51:40 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-06-08 03:12:45 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Make this package build with gcc-4. Patch provided by John D. Baker in
PR pkg/33094.
|
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|