notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/icinga/Makefile

Number of commits found: 59

Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 12 Aug 2015
21:01 lme search for other commits by this committer
- Split the Icinga port into two separate ports. One for the backend, one for
the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other
two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION

Reviewed by:	bapt
Original commitRevision:394038 
Saturday, 25 Jul 2015
15:39 lme search for other commits by this committer
- Update to 1.13.3
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD}
- Without the patches autoconf is obsolete
- Install Apache 2.x sample config to apache2 subdir
- Do some more s/Linux/${OPSYS}/ in the sample config files
- Set mode for the CGIs in plist

Committed from:	Essen FreeBSD Hackathon
Original commitRevision:392889 
Thursday, 23 Apr 2015
16:36 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:384599 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Sunday, 5 Apr 2015
17:09 lme search for other commits by this committer
Update to 1.13.1
Original commitRevision:383304 
Monday, 30 Mar 2015
21:32 lme search for other commits by this committer
Update to 1.13.0
Original commitRevision:382741 
Sunday, 15 Feb 2015
21:04 lme search for other commits by this committer
Update to 1.12.2
Original commitRevision:379048 
Saturday, 24 Jan 2015
16:17 lme search for other commits by this committer
Update to 1.12.1
Original commitRevision:377799 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Wednesday, 19 Nov 2014
12:34 lme search for other commits by this committer
- Update to 1.12.0
- Fix typo in ido2db.in
Original commitRevision:372771 
Wednesday, 24 Sep 2014
20:08 lme search for other commits by this committer
- Update to 1.11.7
- Fix libdbi dependency [1]
- Use @sample keyword
- Remove @dirrmtry from plist
- Adjust pkg-message

Noticed by:	Peter Ross
Original commitRevision:369202 
Wednesday, 17 Sep 2014
07:38 tijl search for other commits by this committer
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
Original commitRevision:368356 
Tuesday, 26 Aug 2014
02:09 amdmi3 search for other commits by this committer
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:366176 
Wednesday, 30 Jul 2014
16:17 lme search for other commits by this committer
- Add OPTIONS to either depend on plugins from nagios-plugins.org,
monitoring-plugins.org or neither at all
- Bump PORTREVISION

Approved by:	mat (implicit)
Original commitRevision:363492 
Friday, 20 Jun 2014
11:53 lme search for other commits by this committer
- Update to 1.1.5
Original commitRevision:358562 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Friday, 30 May 2014
13:10 lme search for other commits by this committer
Update to 1.11.4
Original commitRevision:355833 
Thursday, 24 Apr 2014
20:41 lme search for other commits by this committer
- Update to 1.11.2
- Fix leftover .rnd file [1]

Suggessted by:	swills
Original commitRevision:352065 
Thursday, 10 Apr 2014
21:08 lme search for other commits by this committer
- Fix creation of log directories in icinga's rc script
- Bump PORTREVISION
Original commitRevision:350854 
Saturday, 29 Mar 2014
12:03 lme search for other commits by this committer
Security update to 1.11.1
Original commitRevision:349499 
Thursday, 13 Mar 2014
21:12 lme search for other commits by this committer
Update to 1.11.0

Changelog:	https://www.icinga.org/2014/03/13/icinga-1-11-released/
Original commitRevision:348125 
Tuesday, 4 Mar 2014
21:06 gerald search for other commits by this committer
Chase libdbi update.

Convert postfix-gps and refdb to new LIB_DEPENDS format.

Reported by:	Jimmy Olgeni <olgeni@olgeni.com>
Original commitRevision:347073 
Wednesday, 12 Feb 2014
07:17 lme search for other commits by this committer
- Update to 1.10.3
- Switch to Github
- Strip IDO binaries and library

Changelog:
	https://www.icinga.org/2014/02/11/bugfix-releases-1-10-3-1-9-5-1-8-6/
Original commitRevision:343865 
Monday, 30 Dec 2013
14:20 lme search for other commits by this committer
- Resurrect ICINGAHTMURL and ICINGACGIURL so you can override the defaults
- Bump PORTREVISION

Noticed by:	Markus Mann
Original commitRevision:338116 
Friday, 20 Dec 2013
16:05 lme search for other commits by this committer
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.
Original commitRevision:337029 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Saturday, 14 Sep 2013
15:39 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327296 
Friday, 9 Aug 2013
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Tuesday, 6 Aug 2013
22:36 lme search for other commits by this committer
- Fix plist so that /var/{log,spool}/icinga are included in the package
- Drop unconditional dependency on Perl
- Remove unneeded chmod g+s on the rw directory as this is the default behaviour
on FreeBSD
- Bump PORTREVISION
Original commitRevision:324325 
Tuesday, 30 Jul 2013
02:13 danfe search for other commits by this committer
- Fix parallel builds and remove ugly MAKE_JOBS_UNSAFE knob
- Improve formatting, e.g. wrap overly long lines, fix whitespace
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES (port is already OptionsNG)
- Synchronize port description with official website
- Use more standard double (even) space padding in pkg-message.in

Approved by:	lme (maintainer)
Original commitRevision:323934 
Saturday, 20 Jul 2013
08:16 lme search for other commits by this committer
Add MAKE_JOBS_UNSAFE

Reported by:	flo
Original commitRevision:323338 
Monday, 8 Jul 2013
05:50 lme search for other commits by this committer
Update to 1.9.3
Original commitRevision:322482 
Monday, 1 Jul 2013
16:29 lme search for other commits by this committer
Update to 1.9.2
Changelog:
https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-192-30062013
Original commitRevision:322130 
Wednesday, 22 May 2013
19:52 lme search for other commits by this committer
Update to 1.9.1

Changelog:	https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-191-22052013
Original commitRevision:318793 
Friday, 10 May 2013
08:53 lme search for other commits by this committer
- Update to 1.9.0
- Trim Makefile header
Original commitRevision:317776 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Monday, 14 Jan 2013
21:26 lme search for other commits by this committer
Update to 1.8.4

This fixes the potential buffer overflow that was also present in Nagios
(CVE-2012-6096).
Original commitRevision:310403 
Wednesday, 2 Jan 2013
19:50 lme search for other commits by this committer
Update to 1.8.3
Original commitRevision:309833 
Sunday, 16 Dec 2012
06:12 az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
Original commitRevision:308985 
Thursday, 29 Nov 2012
18:49 lme search for other commits by this committer
- Update to 1.8.2
- Remove OPTIONS for database dependencies as they're already handled by
  databases/libdbi-drivers and configure parameter "--enable-pgsql"
  doesn't do anything [1]

 Changelog:	https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/

Suggested by:	zeising [1]
Feature safe:	yes
Original commitRevision:307973 
Friday, 26 Oct 2012
20:03 lme search for other commits by this committer
Update to 1.8.1

Feature safe:	yes
Original commitRevision:306471 
Saturday, 20 Oct 2012
12:58 lme search for other commits by this committer
- Add an alias to `checkconfig': `configtest'
  The former is what is used in the upstream init script, the latter is commonly
used in
  our rc scripts.
- Bump PORTREVISION

Suggested by:	demon
Feature safe:	yes
Original commitRevision:306178 
Friday, 19 Oct 2012
13:23 lme search for other commits by this committer
- Update to 1.8.0
- Add a `checkconfig' option to icinga's startup script
- Remove MAKE_JOBS_UNSAFE

Changelog:	https://www.icinga.org/2012/10/18/icinga-1-8-released/

Feature safe:	yes
Original commitRevision:306120 
Monday, 10 Sep 2012
06:52 lme search for other commits by this committer
Properly set Apache as a runtime, not a build dependency.

PR:		ports/171476
Submitted by:	ohauer
Original commitRevision:304022 
Monday, 27 Aug 2012
20:08 lme search for other commits by this committer
- Update to 1.7.2
- Add missing description for IDOUTILS option
- Change a typo in pkg-message [1]

Notified by:	beat
Original commit
Saturday, 28 Jul 2012
14:04 lme search for other commits by this committer
 - Update to 1.7.1
 - Change to new OPTIONS framework
 - Don't depend on specific lib versions
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 29 May 2012
20:34 lme search for other commits by this committer
- Change logging directory from /var/spool/icinga to /var/log/icinga
- Change plugins directory to %%LOCALBASE%%/nagios so the files installed by
  net-mgmt/nagios-plugins port are found [1]
- Add "--enable-pqsql" to add PostgreSQL support
- Set proper permissions on the rw directory
- Fix substitutions in pkg-message
- While here silence warnings about inclusion of deprecated header sys/timeb.h
- Bump PORTREVISION

Noticed by:     angelv <angelvg@gmail.com> [1]
Original commit
Friday, 25 May 2012
12:14 lme search for other commits by this committer
- Add my locally made changes to icinga.in and ido2db.in, so icinga and ido2db
  can acutally start
- Bump PORTREVISION

Noticed by:     Rene Petzold  <3komma4khz@googlemail.com>
Original commit
Wednesday, 23 May 2012
20:13 lme search for other commits by this committer
- 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]
Original commit
Friday, 3 Feb 2012
05:31 lme search for other commits by this committer
- Fix build with UNHANDLED_HACK [1]
- Patch ping syntax and s/Linux/FreeBSD/ by default
- Bump PORTREVISION

Noticed by:     Kurt Jaeger [1]
Original commit
Tuesday, 31 Jan 2012
05:53 lme search for other commits by this committer
Grab maintainership
Original commit
05:50 chinsan search for other commits by this committer
- Drop maintainership
Original commit
05:49 chinsan search for other commits by this committer
- Update to 1.6.1
- Drop maintainership

Submitted by:   flo@
PR:             ports/164282
Original commit
Sunday, 13 Nov 2011
12:01 lme search for other commits by this committer
- Update to 1.5.1

PR:             ports/161990
Approved by:    maintainer timeout (3 weeks)
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Tuesday, 20 Sep 2011
15:51 flo search for other commits by this committer
- update to 1.5.0
- move LICENSE to its correct place (portlint fix)

PR:             ports/160497
Submitted by:   gjb
Approved by:    maintainer timeout
Original commit
Wednesday, 23 Feb 2011
17:45 chinsan search for other commits by this committer
Add Icinga, an enterprise grade open source monitoring system which keeps
watch over networks and any conceivable network resource, notifies the user
of errors and recoveries and generates performance data for reporting.
Scalable and extensible, Icinga can monitor complex, large environments across
dispersed locations.
Icinga takes open source monitoring to the next level.

WWW: http://www.icinga.org/
Original commit

Number of commits found: 59