pkgsrc-WIP-changes archive

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

gangliga-monitor-code: fix check-portability warnings



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 18:14:07 2015 +0200
Changeset:	0997e0c3d102860c53937c29e4fffce9a13f3b5b

Modified Files:
	ganglia-monitor-core/distinfo
Added Files:
	ganglia-monitor-core/patches/patch-configure

Log Message:
gangliga-monitor-code: fix check-portability warnings

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

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

diffstat:
 ganglia-monitor-core/distinfo                |  1 +
 ganglia-monitor-core/patches/patch-configure | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diffs:
diff --git a/ganglia-monitor-core/distinfo b/ganglia-monitor-core/distinfo
index 03137a6..37bf155 100644
--- a/ganglia-monitor-core/distinfo
+++ b/ganglia-monitor-core/distinfo
@@ -3,6 +3,7 @@ $NetBSD: distinfo,v 1.5 2015/04/06 20:57:30 outpaddling Exp $
 SHA1 (ganglia-3.6.0.tar.gz) = b06529ac49deb1f1c65c6215b8d2d13c3f3fa23f
 RMD160 (ganglia-3.6.0.tar.gz) = 459a3de13cf741adce53fc682c0b5d3dc93c0284
 Size (ganglia-3.6.0.tar.gz) = 1248273 bytes
+SHA1 (patch-configure) = 55819c1613e56c0ebcbdf2692b9252c7c37d1770
 SHA1 (patch-gmetad_Makefile.in) = 6a31211b3eaa71ef7b7260b57531bbfa5b6865eb
 SHA1 (patch-gmetad_conf.c.in) = 661c533a83e7441aaaacee96046420ca8b27f1d7
 SHA1 (patch-gmond_modules_conf.d_modpython.conf.in) = 71bbee2cf5ed8a9f2f73b46bd7b33f99cb952d7a
diff --git a/ganglia-monitor-core/patches/patch-configure b/ganglia-monitor-core/patches/patch-configure
new file mode 100644
index 0000000..cfdef8c
--- /dev/null
+++ b/ganglia-monitor-core/patches/patch-configure
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- configure.orig	2013-05-07 14:39:40.000000000 +0000
++++ configure
+@@ -12167,7 +12167,7 @@ if test "${with_memcached+set}" = set; t
+ fi
+ 
+ 
+-if test x"$memcache" == xyes; then
++if test x"$memcache" = xyes; then
+ 
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DEPS" >&5
+@@ -12491,7 +12491,7 @@ if test x"$libpcrepath" != x && test x"$
+   echo "Added -I$libpcrepath/include to CFLAGS"
+   echo "Added -L$libpcrepath/${LIB_SUFFIX} to LDFLAGS"
+ fi
+-if test x"$libpcre" == xyes ; then
++if test x"$libpcre" = xyes ; then
+   for ac_header in pcre/pcre.h pcre.h
+ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`


Home | Main Index | Thread Index | Old Index