mathn serves to make mathematical operations more precise in Ruby and to
integrate other mathematical standard libraries.
Requiring mathn causes changes to the behavior (and even the types) of
operations on classes like Integer and it applies to the entire process, not
just the file or gem which includes mathn. Therefore, we recommend that instead
of requiring mathn, you instead explicitly specify rational values as desired.
Before ruby 2.5, mathn was part of the ruby standard library. It was deprecated
in ruby 2.2.0, and removed from ruby 2.5.0. In order to use the library with a
current version of ruby, you must install it as a gem.
WWW: https://github.com/ruby/mathn
Details:
Bug Fixes and Enhancements:
- #3055, [raster] ST_Clip() on a raster without band crashes the server
(Regina Obe)
- #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)
- #4003, lwpoly_construct_circle: Avoid division by zero (Raúl MarÃn RodrÃguez)
- #4017, lwgeom lexer memory corruption (Peter E)
- #4020, Casting from box3d to geometry now returns correctly connected
PolyhedralSurface (Matthias Bay)
- #4025, #4032 Incorrect answers for temporally "almost overlapping" ranges
in ST_ClosestPointOfApproach and ST_CPAWithin
(Paul Ramsey, Darafei Praliaskouski)
- #4052, schema qualify several functions in geography (Regina Obe)
PR: 227360
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2018Q2
Ports r467701 broke it
===> Building package for keepassxc-2.3.1
pkg-static: Unable to access file /wrkdirs/usr/ports/security/keepassxc/work/stage/usr/local/lib/keepassxc/libkeepassx-autotype-xcb.so:No such file or directory
*** Error code 1
PR: 227159
Details:
- The Makefile was simplified after working with the upstream developer
to integrate some improvements into the release.
- CONFLICTS_INSTALL were added.
- Patches were removed as they are no longer needed.
Release notes:
- http://forthworks.com:8000/artifact/9bd7d3eda271788f
PR: 227665
Submitted by: 0mp (maintainer)
- Bump PORTREVISION
- Remove CONFLICTS= liblas-1.8*
- Order USES= before other USE cases
- Patch several source files
PR: 225281
Submitted by: rhurlin@gwdg.de(maintainer)
ChangeLog:
* New hacks, 'razzledazzle', 'peepers', 'crumbler' and maze3d.
* More heuristics for using RSS feeds as image sources.
* Built-in image assets are now PNG instead of XPM or XBM.
* X11: Better font-loading fallback heuristics on systems with a terrible selection of installed fonts.