fixes by shadchin@, bulk build by me, support from danj@, no objection
from naddy@
All 250-something ports depending on python3 will be bumped in a few.
Fasten your seatbelts.
Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
OK benoit@
Comment:
efficient resampling and calculation of medians
Description:
The purpose of this (XS) module is to calculate the median (or in
principle also other statistics) with confidence intervals on a
sample. To do that, it uses a technique called bootstrapping. In
a nutshell, it resamples the sample a lot of times and for each
resample, it calculates the median. From the distribution of
medians, it then calculates the confidence limits.
OK benoit@
Comment:
easy, automatic, specification-based tests
Description:
This module provides a simple (yet full featured) interface to
LectroTest, an automated, specification-based testing system for
Perl. To use it, declare properties that specify the expected
behavior of your software. LectroTest then checks your software
to see whether those properties hold.
to Rabbitmq backend communication via SSL
MCollective is the only dependent port of ruby-stomp
As suggested by aja@, jasper@, add a comment about the MCollective
breakage
OK ajacoutot@, jasper@
src/utils/DivModBySame.hh:260: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
src/utils/DivModBySame.hh:260: error: 'asm' operand has impossible constraints
As spotted by sthen@, when nasm is installed, assembly optimized code
is enabled at configure time on i386, and compilation fails. This code
only exists for i386, so disabling it globally using CONFIGURE_ARGS
does not affect other architectures.
OK sthen@
mangling of va_list on arm to conform to a newer revision of the EABI
specification. Codeblocks is built with ports gcc (4.9) but depends
on wxwidgets which has va_list in a public symbol in the form of
wxString::FormatV() and wxwidgets is built with base gcc (4.2.1).
This can be revisited when wxwidgets is built with a different compiler.
ok Josh Grosse (MAINTAINER)
Not used by any ports, databases/hs-postgresql-simple would require
a new port (devel/hs-uuid-types) to update it and let it build with
ghc-8.0.
Maintainer David Schaefer agrees.