Commit graph

24 commits

Author SHA1 Message Date
jym
3e855394fa Specify a valid homedir for munin user, so that cron(8) does not
bail out trying to chdir(2) to a nonexistent $HOME when exec'ing
munin-cron.

ok joerg@
2012-12-31 02:12:07 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
shattered
deff2b8df3 Add note about HTML templates. 2012-08-31 16:37:48 +00:00
joerg
28b054d78e Revert last, it breaks the build. 2012-06-18 11:10:47 +00:00
jym
757fa00f48 Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the
+INSTALL script. This causes problems when you build the package on one
machine but install it on another not necessarily with the same
accounts configured.

XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install
installs USERGROUP during pre-install-script target by default, making it
explicit seems to cause more problems than it solves...
2012-06-05 09:30:19 +00:00
shattered
5d74cfb726 Update home page URL. 2012-03-08 10:26:08 +00:00
shattered
0c10ce72c9 Add a note about htmldir and munin-graph. 2011-10-23 11:32:35 +00:00
wiz
5b452fc01c Add a line describing which part of munin is in this package.
Requested by Snader_LB.
2011-09-15 12:33:49 +00:00
obache
ca6777aa50 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
abs
0642309d10 Add modular-xorg-fonts if X11_TYPE modular, some pkglint, ++PKREVISION 2010-12-03 20:24:58 +00:00
seb
febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
joerg
6c34464738 DESTDIR support 2010-07-11 19:08:06 +00:00
joerg
93323948e4 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
4bfd4a2628 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
jlam
4390d56940 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-04 20:54:31 +00:00
xtraeme
272e6e990f Update munin packages to 1.3.2, latest development release
with fixes from the stable branch.

Changes since previous version:

This release implements proper TLS support, as well as all the
bugfixes from the 1.2 stable series.

pkgsrc changes:

* Fixed many pkglint warnings.
* Install munin.conf and munin-node.conf as ${INSTALL_DATA} not
  ${INSTALL_SCRIPT}, I couldn't see any reason why those were
  installed as scripts.
* Added VARBASE into BUILD_DEFS, as suggested by pkglint.
2006-12-05 14:53:32 +00:00
rillig
14715aa802 Fixed "test ==". 2006-11-12 02:21:08 +00:00
abs
f1156afc25 Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set. Bump PKGREVISION 2006-07-21 23:21:20 +00:00
wiz
3504b649a6 Create cgidir before installing into it -- fixes installation. Add some missing
directories to PLIST. Bump PKGREVISION.
2006-07-21 16:23:42 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
he
0a42a052a2 Uh, trim trailing whitespace. 2006-06-09 13:25:22 +00:00
he
091248ea21 Show suggested entries for newsyslog.conf.
Package contents the same, so no revision bump.
2006-06-09 13:24:20 +00:00
he
b1c2748f67 Import a package for the server end of the Munin monitoring system.
This version has a patch so that it works properly with RRDtool of
version 1.2 or newer.
2006-06-08 19:16:24 +00:00