It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Convert to optionsNG, update Makefile and comment. Remove shlib versions.
add USE_GCC=any since it doesn't compile with clang, and restrict manpages to
the english version only.
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
to iperf, netperf to measure throughput and other metrics for TCP.
Flowgrind is split into two components: the flowgrind daemon and the
flowgrind controller. Using the controller, flows between any two systems
running the flowgrind daemon can be setup (third party tests). At regular
intervals during the test the controller collects and displays the
measured results from the daemons. It can run multiple flows at once with
the same or different settings and individually schedule every one.
Test and control connection can optionally be diverted to different interfaces.
WWW: http://launchpad.net/flowgrind
PR: ports/176728
Submitted by: Lars Eggert <lars@eggert.org>
- Add support for [Open]SSL choice - bundled, system, ports
- Add support for OQGRAPH, PBXT storage engines
- Add MAXKEY options (should stay on if you want your data to be compatible
with all the other mysql ports in the ports tree)
- Minor fix of patch-sql_CMakeLists.txt
PR: ports/176405
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
"""
GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
or mpf_class. So we have to have an explicit conversion.
"""
Approved by: bdrewery (mentor), jhale (maintainer timeout: 2 weeks)
Do not bump PORTREVISION.
<ChangeLog>
* Fix compatibility with nginx-1.1.12+.
Due to the changes in cache index usage accounting (1 per request
instead of 1 per access) initial cache insert of "small" file was
decreasing usage count, rendering index entry invalid.
Because cache manager ignores invalid entries, expired cache files
were not being removed from the cache, which forced it to outgrow
specified "max_size" value.
</ChangeLog>