summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-configure.in
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2015-03-30 21:32:43 +0000
committerLars Engels <lme@FreeBSD.org>2015-03-30 21:32:43 +0000
commite267d4a0b8bbfcd6e2315c81156591104f84eb5a (patch)
treeeefa54b5767dfb77417f79a9b7f93630abec663e /net-mgmt/icinga/files/patch-configure.in
parentMark as broken: no public distfiles (diff)
Update to 1.13.0
Notes
Notes: svn path=/head/; revision=382741
Diffstat (limited to 'net-mgmt/icinga/files/patch-configure.in')
-rw-r--r--net-mgmt/icinga/files/patch-configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/icinga/files/patch-configure.in b/net-mgmt/icinga/files/patch-configure.in
index 18f07d91a769..3877d692ce90 100644
--- a/net-mgmt/icinga/files/patch-configure.in
+++ b/net-mgmt/icinga/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig 2014-03-13 11:46:50.000000000 +0100
-+++ configure.in 2014-03-13 21:46:18.329313645 +0100
+--- configure.in.orig 2015-03-30 10:38:53.000000000 +0200
++++ configure.in 2015-03-30 23:20:17.372353000 +0200
@@ -6,7 +6,6 @@ define([AC_CACHE_SAVE],)
AC_INIT(base/icinga.c)
@@ -7,7 +7,7 @@
-AC_PREFIX_DEFAULT(/usr/local/icinga)
PKG_NAME=icinga-core
- PKG_VERSION="1.11.0"
+ PKG_VERSION="1.13.0"
@@ -144,6 +143,15 @@ AC_TRY_COMPILE([#include <stdlib.h>
dnl Test for pthreads support - taken from ICU FreeBSD Port configure script
THREADLIBS=""
@@ -40,7 +40,7 @@
AC_SUBST(INSTALL_OPTS)
AC_ARG_WITH(command_user,AC_HELP_STRING([--with-command-user=<user>],[sets user name for command access]),command_user=$withval,command_user=$icinga_user)
-@@ -495,7 +503,7 @@ dnl Location of the embedded perl p1.pl
+@@ -503,7 +511,7 @@ dnl Location of the embedded perl p1.pl
P1FILELOC=no
AC_ARG_WITH(p1-file-dir,AC_HELP_STRING([--with-p1-file-dir=<path>],[sets path to embedded perl p1.pl directory]),P1FILELOC=$withval,P1FILELOC=no)
if test x$P1FILELOC = xno; then
@@ -49,7 +49,7 @@
fi
AC_SUBST(P1FILELOC)
-@@ -1126,6 +1134,9 @@ if test x$USEPERL = xyes; then
+@@ -1134,6 +1142,9 @@ if test x$USEPERL = xyes; then
AC_DEFINE_UNQUOTED(EMBEDDEDPERL,,[Is embedded Perl being compiled in?])
PERLLIBS="`perl -MExtUtils::Embed -e ldopts`"