summaryrefslogtreecommitdiff
path: root/sysutils/munin-server
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18Revert last, it breaks the build.joerg1-1/+2
2012-06-05Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in thejym1-2/+1
+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-03-08Update home page URL.shattered1-2/+2
2011-10-23Add a note about htmldir and munin-graph.shattered1-1/+5
2011-09-15Add a line describing which part of munin is in this package.wiz1-0/+2
Requested by Snader_LB.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-12-03Add modular-xorg-fonts if X11_TYPE modular, some pkglint, ++PKREVISIONabs1-4/+10
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-3/+2
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-07-11DESTDIR supportjoerg3-14/+17
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
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-12-05Update munin packages to 1.3.2, latest development releasextraeme3-20/+24
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-11-12Fixed "test ==".rillig1-1/+2
2006-07-21Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set. Bump PKGREVISIONabs3-9/+11
2006-07-21Create cgidir before installing into it -- fixes installation. Add some missingwiz4-10/+24
directories to PLIST. Bump PKGREVISION.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-2/+2
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-06-09Uh, trim trailing whitespace.he1-5/+5
2006-06-09Show suggested entries for newsyslog.conf.he2-2/+14
Package contents the same, so no revision bump.
2006-06-08Import a package for the server end of the Munin monitoring system.he9-0/+369
This version has a patch so that it works properly with RRDtool of version 1.2 or newer.