diff options
| author | Lars Engels <lme@FreeBSD.org> | 2013-12-20 16:05:51 +0000 |
|---|---|---|
| committer | Lars Engels <lme@FreeBSD.org> | 2013-12-20 16:05:51 +0000 |
| commit | f43e9201fa283b5cde906dbfd29baf7a4d3039f8 (patch) | |
| tree | 068683e50c89384fcc8a5d03ace5f37f5c15315c /net-mgmt/icinga/files/patch-contrib-Makefile.in | |
| parent | - Update to 0.6.5 (diff) | |
Big cleanup for the icinga port:
- Update to 1.10.2
- Stagify
- Use new LIB_DEPENDS syntax
- Add USES gmake
- Remove a lot of no longer needed variables and logic from the old nagios port
- Install Apache 2.x configuration examples by default, no longer provide an
option to depend on www/apache22 to be more flexible
- Use ports system's own way to add and remove users and groups. Remove pkg-{de,}install
- Don't use the install-commandmode make target. ICINGADIR and ICINGALOGDIR are now created
from the icinga rc-script
- Remove embedded Perl option which is considered broken by the developers
- Remove UNHANDLED_HACK option - another relict from the old nagios port.
Diffstat (limited to 'net-mgmt/icinga/files/patch-contrib-Makefile.in')
| -rw-r--r-- | net-mgmt/icinga/files/patch-contrib-Makefile.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net-mgmt/icinga/files/patch-contrib-Makefile.in b/net-mgmt/icinga/files/patch-contrib-Makefile.in index 192d584be6df..32251a484ebe 100644 --- a/net-mgmt/icinga/files/patch-contrib-Makefile.in +++ b/net-mgmt/icinga/files/patch-contrib-Makefile.in @@ -1,6 +1,6 @@ ---- contrib/Makefile.in.orig 2012-05-15 13:00:56.000000000 +0000 -+++ contrib/Makefile.in 2012-05-16 19:18:25.684923160 +0000 -@@ -52,10 +52,10 @@ +--- contrib/Makefile.in.orig 2013-12-05 12:51:35.000000000 +0100 ++++ contrib/Makefile.in 2013-12-06 17:20:50.028144909 +0100 +@@ -63,10 +63,10 @@ distclean: clean devclean: distclean install: @@ -15,3 +15,12 @@ ############################################################################## # rules and dependencies for actual target programs +@@ -96,7 +96,7 @@ dst: dst.c + # dependencies + + $(CGI_O): $(CGI_C) +- cd $(SRC_CGI) && make $(CGI_O) ++ $(MAKE) -C $(SRC_CGI) $(CGI_O) + + ############################################################################## + # implicit rules |
