summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2012-05-23 20:13:22 +0000
committerLars Engels <lme@FreeBSD.org>2012-05-23 20:13:22 +0000
commit45f4f67f8f032dc6c7157e5149b40cd7ecf38af5 (patch)
treed15ac1f334a64e5c7eebefb24df10d543032c6f3 /net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
parent- Add fix for fontconfig 2.9.0 . (diff)
- Update to 1.7.0 [1]
- Add support for database backends using IDOutils [2] - Add a rc script for ido2db - Enable embedded Perl by default - Enable Event Broker by default - Enable statuswrl - Drop unnecessary use of USE_PHP - Install sample event handlers - Optionally depend on MySQL or PostgreSQL - Optionally depend on Apache and install the apropriate configuration for Icinga - Update pkg-message PR: ports/167988 [1], ports/164625 [2] Submitted by: gjb[1], Gianpaolo Del Matto <delmatto@phunsites.net> [2]
Diffstat (limited to 'net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in')
-rw-r--r--net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in b/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
new file mode 100644
index 000000000000..cd351c24bfba
--- /dev/null
+++ b/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in
@@ -0,0 +1,13 @@
+--- module/idoutils/src/Makefile.in.orig 2012-05-20 22:27:17.000000000 +0200
++++ module/idoutils/src/Makefile.in 2012-05-20 22:27:40.000000000 +0200
+@@ -112,8 +112,8 @@
+ @echo "Going to uninstall old idomod.o in $(DESTDIR)$(BINDIR)/idomod.o ..."
+ rm -f $(DESTDIR)$(BINDIR)/idomod.o
+ @echo "Resuming with install..."
+- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
+- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
+ $(INSTALL) -m 774 $(INSTALL_OPTS) ido2db $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 774 $(INSTALL_OPTS) log2ido $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 774 $(INSTALL_OPTS) idomod.so $(DESTDIR)$(LIBDIR)