summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/munin/files/munin-2.0_rc-Makefile.patch')
-rw-r--r--net-analyzer/munin/files/munin-2.0_rc-Makefile.patch79
1 files changed, 0 insertions, 79 deletions
diff --git a/net-analyzer/munin/files/munin-2.0_rc-Makefile.patch b/net-analyzer/munin/files/munin-2.0_rc-Makefile.patch
deleted file mode 100644
index ee10bff..0000000
--- a/net-analyzer/munin/files/munin-2.0_rc-Makefile.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From 30762ce57c3d8ad2701dc1466ab5cee66e0ffd52 Mon Sep 17 00:00:00 2001
-From: Jeremy Olexa <darkside@gentoo.org>
-Date: Thu, 19 Apr 2012 15:46:34 +0000
-Subject: [PATCH] Fix up Makefile.config for Gentoo Linux
-
----
- Makefile.config | 22 +++++++++++-----------
- 1 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/Makefile.config b/Makefile.config
-index c35e228..e748d16 100644
---- a/Makefile.config
-+++ b/Makefile.config
-@@ -17,10 +17,10 @@
- #
- # the base of the Munin installation.
- #
--PREFIX = $(DESTDIR)/opt/munin
-+PREFIX = $(DESTDIR)/usr
-
- # Where Munin keeps its configurations (server.conf, client.conf, ++)
--CONFDIR = $(DESTDIR)/etc/opt/munin
-+CONFDIR = $(DESTDIR)/etc/munin
-
- # Server only - where to put munin-cron
- BINDIR = $(PREFIX)/bin
-@@ -29,20 +29,20 @@ BINDIR = $(PREFIX)/bin
- SBINDIR = $(PREFIX)/sbin
-
- # Where to put text and html documentation
--DOCDIR = $(PREFIX)/doc
-+DOCDIR = $(PREFIX)/share/doc/munin-$(VERSION)
-
- # Where to put man pages
--MANDIR = $(PREFIX)/man
-+MANDIR = $(PREFIX)/share/man
-
- # Where to put internal binaries and plugin repository
--LIBDIR = $(PREFIX)/lib
-+LIBDIR = $(PREFIX)/libexec/munin
-
- # Server only - Output directory
--HTMLDIR = $(PREFIX)/www/docs
--CGIDIR = $(PREFIX)/www/cgi
-+HTMLDIR = $(DESTDIR)/var/www/localhost/htdocs/munin
-+CGIDIR = $(DESTDIR)/var/www/localhost/cgi-bin
-
- # Where to put RRD files and other internal data, both master and node
--DBDIR = $(DESTDIR)/var/opt/munin
-+DBDIR = $(DESTDIR)/var/lib/munin
-
- # Client only - Where the spool files are written. Must be writable by
- # group "munin", and should be preserved between reboots
-@@ -53,7 +53,7 @@ SPOOLDIR = $(DBDIR)/spool
- PLUGSTATE = $(DBDIR)/plugin-state
-
- # Where Munin should place its logs.
--LOGDIR = $(PREFIX)/log/munin
-+LOGDIR = $(DESTDIR)/var/log/munin
-
- # Location of PID files and other statefiles. On the server, must be
- # writable by the user "munin".
-@@ -92,11 +92,11 @@ GOODSH := $(shell PATH=`getconf PATH 2>/dev/null || echo $(PATH)` sh -c 'typ
- BASH := /bin/bash
-
- # Server only - Where to install the perl libraries
--PERLSITELIB := $(shell $(PERL) -V:sitelib | cut -d"'" -f2)
-+PERLSITELIB := $(shell $(PERL) -V:vendorlib | cut -d"'" -f2)
- PERLLIB = $(DESTDIR)$(PERLSITELIB)
-
- # Client only - Install plugins for this architecture
--OSTYPE := $(shell uname | tr '[A-Z]' '[a-z]' | cut -f 1 -d _)
-+OSTYPE := $(shell uname | LANG=C tr '[A-Z]' '[a-z]' | cut -f 1 -d _)
-
- # How to figure out the hostname. (Only used in default configuration
- # files)
---
-1.7.3.4
-