use the version 1.8 API.
Fix the build when the GUI option is disabled.
Since this port installs icons, add INSTALLS_ICONS=yes to Makefile.
PR: 209244
Approved by: makc (maintainer)
SAGA GIS version 2.2.7 [r2893] is a bug fix release, because a
serious bug in the command line interpreter saga_cmd prevents correct
setting of floating point value parameters.
Some more fixes and features are:
- taking respect for future use of new date parameter
- bug fixes for flip method in grid operation and orientation
- overworked grid system
- bug fix for atan2, which did not work before
- bug fixes for some tool parameter ids
- updated dictionaries and tool interfaces
PR: 209175
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
Arithmetic (via S4 classes and methods) for arbitrary precision
floating point numbers, including transcendental ("special")
functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple
Precision Floating-Point Reliable) Library which itself is based
on the GMP (GNU Multiple Precision) Library.
WWW: https://cran.r-project.org/web/packages/Rmpfr/
Submitted by: Jukka A. Ukkonen <jau_AT_iki_DOT_fi> (via private e-mail)
Multiple Precision Arithmetic (big integers and rationals, prime
number tests, matrix computation), "arithmetic without limitations"
using the C library GMP (GNU Multiple Precision Arithmetic).
WWW: https://cran.r-project.org/web/packages/gmp/
- replace the general scripts so we do not need shell/bash
- pkg-message about linprocfs requirement
PR: 209105
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
- Use GitHub instead of SourceForge as download site
- Pass --docdir option to configure to fix documentation path
- Install info file
- Add autoreconf and shared-mime-info to USES
- Build the port with version 3.0 of wxWidget
- Remove post-install target
- Remove files/patch-data_Makefile.am, files/patch-src_MathCtrl.cpp,
files/patch-src_MathCtrl.h, files/patch-wxmaxima.desktop
- Add a patch to fix the installation directory of man page
- Update URL of web site
- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
changed a tab after the WWW line.
PR: 208295
Submitted by: pfg@
The two major functionalities it supports are anomaly detection and
correlation. It can be used to investigate possible causes of anomaly.
WWW: https://github.com/linkedin/luminol
Reviewed by: mat, koobs, Python
Tested by: gnn (earlier version)
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D5670