| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.5.4
- Install vim syntax files [1]
PR: 212660 [1]
Submitted by: mat
Notes:
svn path=/head/; revision=422226
|
|
|
|
|
|
|
|
|
|
| |
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
Notes:
svn path=/head/; revision=420959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove bogus dependency on devel/libconfig. Some time ago I added this because
the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig.
However this is a private library shipped with Icinga 2.
With version 2.5.1 USES=ssl was added to the port's Makefile which added
rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports
was installed. The result was that ld picked up libconfig.so from the devel/libconfig
port instead of Icinga 2's private library.
To prevent this, the following CMAKE_ARGS were added:
CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2
At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for
future changes the other flags were also set.
Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports
and Icinga 2's build system.
- Re-add USES=ssl
- Bump PORTREVSION
Notes:
svn path=/head/; revision=420876
|
|
|
|
|
|
|
|
|
|
| |
- Update to Bugfix release 2.5.3
- Remove USES=ssl to workaround a missing symbol error on startup [1]
Noticed by: many [1]
Notes:
svn path=/head/; revision=420848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.5.1
- Install a log rotation configuration file for newsyslog(8) in EXAMPLESDIR
- Add dependencies on SSL and libconfig
- Display pkg-message - the file already existed but was not shown
- Regenerate some patches with makepatch
- Pet portlint
Changelog and upstream upgrading instructions: https://www.icinga.org/2016/08/23/icinga-2-v2-5-released/
Notes:
svn path=/head/; revision=420712
|
|
|
|
|
|
|
|
|
|
|
| |
The unconditional specification of libexecinfo.so is redundant on most
plaforms that have libexecinfo.so in base. The helper USES=execinfo
was created just to avoid this issue, so convert port to that.
Approved by: just-fix-it
Notes:
svn path=/head/; revision=419629
|
|
|
|
|
|
|
| |
- Switch to USES= mysql
Notes:
svn path=/head/; revision=415514
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The
variable controls the creation and chown'ing of missing files and
directories in /var. [1]
- Add an UPDATING entry for this
PR: 206022 [1]
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Sponsored by: Essen Linuxhotel Hackathon 2016
Notes:
svn path=/head/; revision=413950
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=411330
|
|
|
|
|
|
|
| |
Noticed by: ohauer
Notes:
svn path=/head/; revision=409485
|
|
|
|
| |
Notes:
svn path=/head/; revision=409456
|
|
|
|
| |
Notes:
svn path=/head/; revision=405388
|
|
|
|
|
|
|
|
| |
PR: 204723
Submitted by: Markus Mann <freebsd-public@it64.de>
Notes:
svn path=/head/; revision=402376
|
|
|
|
|
|
|
|
|
| |
should never be touched by a user.
- Add a pkg-message with a notice on major upgrades
- Bump PORTREVISION
Notes:
svn path=/head/; revision=401822
|
|
|
|
|
|
|
|
|
|
| |
- Add procname variable to the rc script it knows about the running process [2]
- Bump PORTREVISION
Noticed by: ohauer [1], Oliver Brandmueller <ob@e-Gitt.NET> [2]
Notes:
svn path=/head/; revision=401785
|
|
|
|
| |
Notes:
svn path=/head/; revision=401767
|
|
|
|
| |
Notes:
svn path=/head/; revision=400209
|
|
|
|
|
|
|
| |
- Re-enable start_precmd in the rc script, creating needed directories in /var
Notes:
svn path=/head/; revision=396647
|
|
|
|
| |
Notes:
svn path=/head/; revision=395443
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/Icinga/icinga2/blob/v2.3.8/ChangeLog
Committed from: Essen FreeBSD Hackathon
MFH: 2015Q3
Notes:
svn path=/head/; revision=392847
|
|
|
|
|
|
|
|
|
| |
- Install libdb_ido.so conditionally
Noticed by: pi [1]
Notes:
svn path=/head/; revision=392076
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install more config files as sample config
- Fix directory permissions under /var
- Change database backend options to GROUP, so one can de-select both [1]
PR: 201114 [1]
Submitted by: Niels Kristensen
MFH: 2015Q3
Notes:
svn path=/head/; revision=392046
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
Notes:
svn path=/head/; revision=384932
|
|
|
|
|
|
|
| |
- Switch to USE_GITHUB
Notes:
svn path=/head/; revision=384634
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 198975
Submitted by: Chad Payne <cpayne@gmail.com>
Notes:
svn path=/head/; revision=382917
|
|
|
|
| |
Notes:
svn path=/head/; revision=382345
|
|
|
|
| |
Notes:
svn path=/head/; revision=378662
|
|
|
|
| |
Notes:
svn path=/head/; revision=376975
|
|
|
|
|
|
|
|
|
|
|
| |
lib/base/application.cpp
- Bump PORTREVISION
Noticed by: ohauer
Notes:
svn path=/head/; revision=376495
|
|
|
|
| |
Notes:
svn path=/head/; revision=375345
|
|
|
|
| |
Notes:
svn path=/head/; revision=374575
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix plist
- Bump PORTREVISION
PR: 195186
Submitted by: ohartman@zedat.fu-berlin.de
Notes:
svn path=/head/; revision=373415
|
|
|
|
| |
Notes:
svn path=/head/; revision=372772
|
|
|
|
| |
Notes:
svn path=/head/; revision=372099
|
|
|
|
|
|
|
|
|
|
|
|
| |
etc/icinga2/feature-avalable/ido-{pgsql,mysql}.conf so normal users can't spy on the database passwords
- Bump PORTREVISION
PR: 194636
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Notes:
svn path=/head/; revision=371606
|
|
|
|
|
|
|
|
|
|
|
| |
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
Notes:
svn path=/head/; revision=371252
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable PGSQL by default
- Install manpages to the proper location
- Use option helpers [1]
- Use proper order of .mk includes [1]
- Bump PORTREVISION
Suggested by: bapt [1]
Notes:
svn path=/head/; revision=369899
|
|
|
|
|
|
|
|
|
| |
Icinga 2
- Bump PORTREVISION
Notes:
svn path=/head/; revision=369611
|
|
|
|
|
|
|
|
| |
- Add a dependency on Python
- Remove @dirrmtry in plist
Notes:
svn path=/head/; revision=369560
|
|
|
|
|
|
|
|
|
|
|
| |
monitoring-plugins.org or neither at all
- Bump PORTREVISION
Approved by: mat (implicit)
Notes:
svn path=/head/; revision=363492
|
|
|
|
| |
Notes:
svn path=/head/; revision=362023
|
|
|
|
| |
Notes:
svn path=/head/; revision=361582
|
|
Icinga 1.
Written from scratch, it builds on the success of Icinga 1 and deals with
shortcomings inherited from Nagios as a fork.
Icinga 2 is:
- Easy to install with soft link activation of functions and packages
- Multithreaded and very fast: Capable of thousands of checks per second
- Intuitive to configure, using new object-based, template-driven format
- Easy to extend with native support for Livestatus and Graphite
- Cluster-enabled for distributed monitoring out of the box
WWW: http://www.icinga.org/icinga2/
Notes:
svn path=/head/; revision=358826
|