2011-05-19 15:15:59 by Hauke Fath | Files touched by this commit (1) |
Log message:
Convert package to DESTDIR
Set LICENSE
|
2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169) |
Log message:
Reset maintainer for retired developers.
|
2009-11-17 05:37:02 by OBATA Akio | Files touched by this commit (2) |
Log message:
patch-ah was broken (wrong paths).
|
2009-11-16 12:47:37 by OBATA Akio | Files touched by this commit (1) |
Log message:
Re-add missing distinfo entries, lost in the previous commit.
PR 42330.
|
2009-10-08 14:51:31 by Hauke Fath | Files touched by this commit (1) |
Log message:
Pull up missing "'" from gnats trunk, since netbsd-5 sh(1) trips over
the missing quote -- first half of
2006-06-30 Stephane Chazelas <Stephane@artesyncp.com>
* edit-pr.sh: missing quote on line 172 (it's OK for the
Bourne shell and AT&T ksh based sh, but not other shells), and
the tr syntax, though POSIX is causing trouble with Solaris
tr. Closes: PR#613
|
2009-10-08 14:50:33 by Hauke Fath | Files touched by this commit (2) |
Log message:
Pull up missing "'" from gnats trunk, since netbsd-5 sh(1) trips over
the missing quote -- first half of
2006-06-30 Stephane Chazelas <Stephane@artesyncp.com>
* edit-pr.sh: missing quote on line 172 (it's OK for the
Bourne shell and AT&T ksh based sh, but not other shells), and
the tr syntax, though POSIX is causing trouble with Solaris
tr. Closes: PR#613
|
2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message:
Remove @dirrm entries from PLISTs
|
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.
|
2006-06-16 11:32:33 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed pkglint warnings.
|
2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78) |
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|