2007-12-31 08:05:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
* Fixed EGDIR, installation of sample config files works again.
* Using VARBASE.
* This package does not have share/doc/screws/examples.
Bump PKGREVISION.
|
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-07-02 11:44:39 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't set FILESDIR, but specify the directory for the RC script
directly. This avoids a file without CVS ID in +BUILD_VERSION.
|
2006-11-03 22:29:45 by Roland Illig | Files touched by this commit (3) |
Log message:
Fixed the installation, which I broke yesterday. This fixes PR 34981.
Fixed PKGMANDIR.
|
2006-11-02 19:48:53 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==" as noticed in PR 34969.
|
2006-08-15 00:36:47 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Adapt for lua-5.1.1. Bump PKGREVISION.
|
2006-06-25 11:40:01 by Roland Illig | Files touched by this commit (1) |
Log message:
Disable CHECK_INTERPRETER for *.hsml files, since they are not intended
to be executed directly.
|
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.*.
|
2006-01-10 19:28:06 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add DragonFly support.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|