From 32e7a0657dac133a6714dd426a4123e1bb6a6129 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 25 Sep 2006 19:20:03 +0000 Subject: [PATCH] monit-4.8.1; maintainer Ben Lovett --- sysutils/monit/Makefile | 5 ++--- sysutils/monit/distinfo | 8 ++++---- sysutils/monit/patches/patch-configure | 24 ++++++++++++------------ 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 3fec78583ca..2f75f0ab747 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2006/03/22 15:58:01 sturm Exp $ +# $OpenBSD: Makefile,v 1.12 2006/09/25 19:20:03 pvalchev Exp $ COMMENT= "monitoring and managing daemons utility" -VERSION= 4.7 -DISTNAME= monit-${VERSION} +DISTNAME= monit-4.8.1 CATEGORIES= sysutils HOMEPAGE= http://www.tildeslash.com/monit/ diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 2f6209db33c..10eaa671799 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -1,4 +1,4 @@ -MD5 (monit-4.7.tar.gz) = 29423851d60c369c4c9d08f77253c2bc -RMD160 (monit-4.7.tar.gz) = 0792795c7c682e53d932ffa51ab8b291db982407 -SHA1 (monit-4.7.tar.gz) = 1e4025278e0a288d17b112109f43adcf2a4f427b -SIZE (monit-4.7.tar.gz) = 554320 +MD5 (monit-4.8.1.tar.gz) = 3c7b9340d3fba73c75c993e7069cd108 +RMD160 (monit-4.8.1.tar.gz) = 322844aa98319ac5ed740e96d260dd223d225812 +SHA1 (monit-4.8.1.tar.gz) = 8a4a67e0b3c245d9d6c449e0bfc2596f57097fde +SIZE (monit-4.8.1.tar.gz) = 561152 diff --git a/sysutils/monit/patches/patch-configure b/sysutils/monit/patches/patch-configure index b002bb6a043..a7d9f1d5aec 100644 --- a/sysutils/monit/patches/patch-configure +++ b/sysutils/monit/patches/patch-configure @@ -1,14 +1,14 @@ -$OpenBSD: patch-configure,v 1.6 2006/03/22 15:58:01 sturm Exp $ ---- configure.orig Wed Jan 11 23:01:35 2006 -+++ configure Wed Mar 22 16:55:32 2006 -@@ -3367,13 +3367,13 @@ fi +$OpenBSD: patch-configure,v 1.7 2006/09/25 19:20:03 pvalchev Exp $ +--- configure.orig Mon Sep 25 13:17:57 2006 ++++ configure Mon Sep 25 13:18:03 2006 +@@ -3877,13 +3877,13 @@ fi # Wacky pthread madness pthread_libs="" --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5 -+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6 +-{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 +-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } ++{ echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5 ++echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6; } if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -18,12 +18,12 @@ $OpenBSD: patch-configure,v 1.6 2006/03/22 15:58:01 sturm Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -3431,7 +3431,7 @@ fi - echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 - echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 +@@ -3942,7 +3942,7 @@ fi + { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 + echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } if test $ac_cv_lib_pthread_pthread_create = yes; then - pthread_libs="-lpthread" + pthread_libs="-pthread" fi - echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 + { echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5