pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ganglia-webfrontend: Fix Makefile patch



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 19 16:31:05 2018 -0500
Changeset:	dfd8c256cd740b2555a923bb8e69032b4a016de6

Modified Files:
	ganglia-webfrontend/distinfo
	ganglia-webfrontend/patches/patch-Makefile

Log Message:
ganglia-webfrontend: Fix Makefile patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfd8c256cd740b2555a923bb8e69032b4a016de6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ganglia-webfrontend/distinfo               | 2 +-
 ganglia-webfrontend/patches/patch-Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/ganglia-webfrontend/distinfo b/ganglia-webfrontend/distinfo
index 8ff632597e..30698e3ff8 100644
--- a/ganglia-webfrontend/distinfo
+++ b/ganglia-webfrontend/distinfo
@@ -4,6 +4,6 @@ SHA1 (3.7.4.tar.gz) = 0d2cfe080b0c28c0ba9e60c9441099e1dccea15e
 RMD160 (3.7.4.tar.gz) = 5f4371b3b255ef7751255badcc928d38a2ffb356
 SHA512 (3.7.4.tar.gz) = bcec0d7388c7055b79c356901302d934555a5a61ad41a3e97ba6bcb9f7afb89798c497abf4b7d57f76d93fe82ab2f4b7c4a02fa8c19126d151e44ab4e8016765
 Size (3.7.4.tar.gz) = 709630 bytes
-SHA1 (patch-Makefile) = 510427fb04c5ebf7844caeefecc418945edb2064
+SHA1 (patch-Makefile) = 72fd912c847da6620006d7e8bf97c318ca480d68
 SHA1 (patch-conf__default.php.in) = 0d5d9417d20f74bd1b1e3ab4e83738779a19fda1
 SHA1 (patch-eval__conf.php) = ce40cbee4c9867f86a67009074d0d46308dcb561
diff --git a/ganglia-webfrontend/patches/patch-Makefile b/ganglia-webfrontend/patches/patch-Makefile
index 1cf930c44c..57fa644572 100644
--- a/ganglia-webfrontend/patches/patch-Makefile
+++ b/ganglia-webfrontend/patches/patch-Makefile
@@ -2,14 +2,14 @@ $NetBSD$
 
 # Assert proper paths
 
---- Makefile.orig	2018-09-19 20:38:59.201524924 +0000
+--- Makefile.orig	2018-03-13 20:37:09.000000000 +0000
 +++ Makefile
 @@ -66,7 +66,7 @@ clean:
  	rm -rf $(TARGETS) $(DIST_DIR) $(DIST_TARBALL) rpmbuild
  
  conf_default.php:	conf_default.php.in
 -	sed -e "s|@vargmetadir@|$(GMETAD_ROOTDIR)|" -e "s|@vargwebstatedir@|$(GWEB_STATEDIR)|g" conf_default.php.in > conf_default.php
-+	sed -e "s|@etcdir@|$(GCONFDIR)|" -e "s|@vargwebstatedir@|$(GWEB_STATEDIR)|g" conf_default.php.in > conf_default.php
++	sed -e "s|@etcdir@|$(GCONFDIR)|" -e "s|@vargmetadir@|$(GMETAD_ROOTDIR)|" -e "s|@vargwebstatedir@|$(GWEB_STATEDIR)|g" conf_default.php.in > conf_default.php
  
  ganglia-web.spec:	ganglia-web.spec.in
  	sed -e s/@GWEB_VERSION@/$(GWEB_VERSION)/ -e "s|@vargwebdir@|$(GWEB_STATEDIR)|" -e "s|@varapacheuser@|$(APACHE_USER)|g" -e "s|@etcdir@|$(GCONFDIR)|g" ganglia-web.spec.in > ganglia-web.spec


Home | Main Index | Thread Index | Old Index