Even though "poudriere testport" completed without error, I have received
a failure message from the build cluster. Since I cannot reproduce the
problem, I can only guess that it is caused by a symbolic link in the
share/nls directory that connects nls/C to nls/en_US.US-ASCII.
I had problems with the nls/C directory disappearing due to that link
before (it is deleted as empty when the last catalog file is deleted on
package deinstallation, but then missing when a new file is installed
into en_US.US-ASCII, which is just a symbolic link to C which does not
exist at that time anymore). I think this is a bug in "pkg" and have
opened a PR.
It is possible that the port will still fail to build in the cluster,
but without access to the work directory (or rather the stage directory)
of the build host I can only guess what's exactly going on.
IMHO there should not be any magic conenction between nls/en_US.US-ASCII
and nls/C, since this breaks assumptions made in pkg and in the qa check
performed by poudriere.
Approved by: antoine (implicit)
This version uses an optimized internal representation of the operands which
allows to speed up some operations by a significant factor (multiplication
of large numbers is now about 40 times as fast).
This version has been tested against a number of other bc implementations
and has been found to significantly outperform them all (incl. GNU bc).
There are no functional changes in this version, it is just much faster ...
Approved by: antoine (implicit)
2019-05-30 math/gracetmpl: Long unmaintained abandonware; depends on stale numarray
2019-05-30 math/py-numarray: Obsoleted upstream in favor of NumPy
2019-05-30 net/neubot: neubot client has been retired upstream
This is a followup for r502756. In environments with math/openbas installed,
cmake assumes the presence of cblas.h which is actually not present.
poudriere doesn't catch this error and hence there were no pkg fallouts.
Submitted by: tobik@
Reported by: yuri@
Remove OPTIONS support from library Haskell ports.
Do not install documentation by library Haskell ports.
Remove deprecation notice from library ports, that still needed.
PR: 224083
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20247
This is based on the notes from the upstream.
* R isn't really needed, because it is used for the obsolete way to print graphs.
* The real license is LGPL2.
Reported by: upstream
Mtrc (short for metric) is a small library to accumulate metrics and
extract basic statistics, such as histograms and percentiles, from them.
It takes samples, and provides tick counters, percentiles, and sorted
datasets. This can be used for profiling repeated events such as
application requests or message queue arrival rates.
WWW: https://github.com/aphyr/mtrc
Reviewed by: romain
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17710