- Add upstream patch 115f658ee2000a4cdcc13e999da50b3634c6a907
- Patch dns/powerdns-recursor as well
PR: 212016
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2016Q3
Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC. For all other architectures
it already defaults to the value we were setting.
- Better exception handling on 64-bit.
- Various improvements in joystick support.
- Some more stream support in the C++ runtime.
- Font embedding improvements.
- More metafile support in GDI+.
- Various bug fixes.
Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1]
Add Indirect dependancy to ilmbase for the exr plugin.
Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
- Portability fix for systems where socklen_t is bigger than int.
- Fix for malicious optimisation of memcpy in test suite, which
causes failure with gcc-4.1.9 -O3. See Debian bug #772718.
- Fix TCP async connect handling. The bug is hidden on Linux and on most
systems where the nameserver is on localhost. If it is not hidden,
adns's TCP support is broken unless adns_if_noautosys is used.
- Fix addr queries (including subqueries, ie including deferencing MX
lookups etc.) not to crash when one of the address queries returns
tempfail. Also, do not return a spurious pointer to the application
when one of the address queries returns a permanent error (although,
the application almost certainly won't use this pointer because the
associated count is zero).
- adnsresfilter: Fix addrtextbuf buffer size. This is not actually a
problem in real compiled code but should be corrected.
- Properly include harness.h in adnstest.c in regress/. Suppresses
a couple of compiler warnings (implicit declaration of Texit, etc.)
- fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX
PR: 211468
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by: freebsd@schukraft.org
Approved by: quentin.stievenart@gmail.com (maintainer timeout)
NPlot is a free charting library for .NET. It boasts an elegant,
flexible API and includes controls for Windows.Forms, ASP.NET
and a class for creating Bitmaps.
WWW: http://netcontrols.org/nplot/wiki/
PR: 211666
Submitted by: Carsten Larsen <cs@innolan.dk>
- Fix in CegoFunction::evalFieldValue, for functions date2str,
date2int, int2date, type casting to appropriate type has been added.
Without the cast, the functions might return wrong results
- Adaptions for CegoBlowTab to use CegoNet API
- Completion for blob methods in CegoNet
- Improved flow control in CegoClient ( based on ncurses )
- Optimization in CegoClient, just high level CegoNet API methods
are used now for client implementation. Missing methods have been
added to CegoNet API
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Unbreak build by:
- correctly detecting PowerPC architecture,
- excluding PowerPC specific assembler code (as there is none), and
- fixing the JIT due to long double == double for PowerPC.
Special thanks to swills who diligently tested multiple iterations of patches
to eventually end up at a solution.
This port is outdated and it have no consumers anymore. The only
consumer was textproc/py-python-gettext and it was only needed
for Python versions lesser than 2.7.
Mark it deprecated and set to expire at 2016-09-21.