a newer version of libtool than the ltmain.sh script. Fix this by
running libtoolize. Because this brings in an even more recent version
of libtool this also requires regenerating aclocal.m4 (aclocal) and
configure (autoconf).
- There's also a warning during configure about the 'missing' script being
out of date so also run automake.
- Remove CONFIGURE_ARGS. It's not needed.
Approved by: gahr (maintainer)
Changes:
* FXIconSource now can use icon/image contents to detect file format type
[the stream must be seekable].
* A default FXIconSource implementation in FOX will be used to load icons
if not overloaded by a user-extended one explicitly.
* Replaced FXIconDict with FXIconCache.
* Replaced FXFileDict with FXFileAssociations. The new implementation uses
FXDictionary, and the new FXIconCache.
* Fixed problem in FXDictionary: object pointed to by data is itself not
const. This affects const-accessors.
* Fixed bug in Adie: dumping core when started with unknown commandline
parameter.
* Expunged FXDict and its subclasses. Now replaced with new
implementations, see above.
* FXFileList now has explicit pointer to FXIconSource, for image preview
purposes.
* Changed things around for FXFileAssociations to be more easily
subclassable.
* In FXIconCache, don't add to the hash table until loading was
successful.
* PathFinder icon previewing improved, more options for sizing.
* PathFinder custom iconpath wasn't being saved.
* In FXFileAssociations, don't add extension-association unless associated
extension data from registry is fully and properly parsed.
* Fixed compile problem in FXPipe.
- Disable the --update option that downloads content from a third
party site and update it into youtube-dl. [1]
PR: ports/186546 [0]
Submitted by: Johannes Jost Meixner <xmj@chaot.net> [0]
Matthias Apitz <guru@unixarea.de> [1]
Waitman Gobble <uzimac@da3m0n8t3r.com> [1]
Strip binaries
USES=libtool
Add a DOCS option
Replace USE_GCC=4.2+ by USE_GCC=any (does not build with clang but build with all the supported gcc versions)
- remove PKG-INSTALL from post-install (not used with staging)
- move pkg-install and pkg-deinstall into pkg-plist
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer, per PM)
- Add USE_GNOME=cairo and GNU_CONFIGURE=yes
- Remove --mandir from CONFIGURE_ARGS (redundant)
- Add EFENCE and MEMDEBUG to Group Options and
dependency
- Don't silence warnings [1]
- Consolidate patches in Makefile, remove obsolete pathes
- Patch DOCS to fix build on FreeBSD 10 i386
- Patch NLS to work with DOCS in other languages
- Strip executable
- Add instructions for ATAPI drives on FreeBSD 9.x in pkg-message
PR: ports/186715 [1]
Submitted by: amdmi3@
- add option to build for Nagios3 (default) and Nagios4
- add stage support
- remove livecheck patches (broker was removed)
Changes:
========
1.2.4
o nagios4 livestatus support
1.2.4b1
o New header for limiting the execution time of a query
o FIX: Parse state of downtime notification log entries correctly
o FIX: Limit the number of lines read from a single logfile
o FIX: Fix semantics of columns num_services_hard_*
1.2.3.i7
o livedump: new option to mark the mode at the beginning of the dump and
documentation fixes
o FIX: Fixed incorrect starttime of table statehist entries
o FIX: Availability no longer showes incorrect entries when only one
logfile exists
o FIX: Fixed missing entries in log file and availability view
1.2.3.i5
o Removed "livecheck". It never was really stable. Nagios4 has something
similar built in.
o table statehist: no longer computes an unmonitored state for hosts and
services on certain instances. (showed up as no hosts/services in the
multisite gui)
o table statehist: fixed SIGSEGV chance on larger queries
1.2.3.i3
o FIX: check_mk snmp checks with a custom check interval no longer have an
incorrect staleness value
1.2.3.i2
o new service column staleness: indicator for outdated service checks
o new host column staleness: indicator for outdated host checks
1.2.3i1
o Table statehist: Improved detection of vanished hosts and services. Now
able to detect and remove nonsense check plugin output
o FIX: able to handle equal comment_id between host and service
o livestatus.log: show utf-8 decoding problems only with debug logging >=2
o livestatus: fixed incorrect output formatting of comments_with_info column
1.2.2p3
o livestatus: fixed incorrect output formatting of comments_with_info column
o table statehist: fixed memory leak
Cacti, and others
check_postgres.pl is a Perl script that runs many different tests
against one or more Postgres databases. It uses the psql program to
gather the information, and outputs the results in one of three
formats: Nagios, MRTG, or simple.
WWW: http://bucardo.org/wiki/Check_postgres
Submitted by: Matthew Seaman <matthew@FreeBSD.org>
- Remove NetBSD support, its completely bitrotted
- Suggest to set DEVELOPER=yes in /etc/make.conf if committer flag specified in command line
- Fix WARN: Makefile: [11]: possible direct use of command "libtool" found...
- Small fixes:
* 'WWW: UR:' -> 'WWW: URL'
* @option_helpers -> remove leading '_' use _$m instead
* fix a few 'undefined variable' warnings
- Make MAN{X} checks NO_STAGE only (consolidate/simplify check)
- Make some checks in checkplist NO_STAGE only
- Convert PERL_CONFIGURE check to USE_PERL5=configure
- Make "use .if ${PORT_OPTIONS:MDOCS} to wrap installation of files into
$localbase/share/doc" warning NO_STAGE only
- Add special case for global options(DOCS/EXAMPLES/NLS/IPV6) in
OPTIONS_DEFINE, but not in PORT_OPTIONS:M$i
- Check for relative path (/../) in *DEPENDS
- Remove MASTER_SITES that don't resolve or returns 5xx
- Remove LINTSKIP check that was commented since 1997
PR: 186639
Submitted by: ak
- Take maintainership
- Remove DEPRECATED, EXPIRATION_DATE
- Add LICENSE information
- Depend on LLVM port
- Remove GDBM option
Special thanks to Steve Wills for help with testing the port
GPLv3 with GCC Runtime Library Exception (for the runtime).
Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [1]
Submitted by: miwi [1]
Discussed with: antoine [1]
nghttp2 - HTTP/2.0 C Library
This is an experimental implementation of Hypertext Transfer Protocol version
2.0.
WWW: http://tatsuhiro-t.github.io/nghttp2/