benoit
5d060a803f
Update to ntl-11.4.4.
2021-03-06 07:10:24 +00:00
bcallah
2ee9e2a343
Update to bc-gh-3.3.3
...
Changelog for the last 2 point releases:
https://github.com/gavinhoward/bc/releases
2021-03-05 02:49:42 +00:00
ajacoutot
b25fdb8308
Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
...
the variable.
FLAVOR = python3
(not FLAVOR =?)
ok sthen@
2021-02-27 11:13:34 +00:00
bcallah
2df9e42fd2
Update to bc-gh-3.3.1
...
Changelog: https://github.com/gavinhoward/bc/releases/tag/3.3.1
2021-02-27 03:31:55 +00:00
sthen
3cbe1c2f30
Reverse the polarity of MODPY_VERSION; default is now 3.x,
...
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
c935116bdc
update to calc-2.12.8.2
2021-02-21 16:00:25 +00:00
bcallah
0e2b31daa4
Update to bc-gh-3.3.0
...
Changelog: https://github.com/gavinhoward/bc/releases/tag/3.3.0
2021-02-21 14:55:09 +00:00
gnezdo
7d9f52539e
Remove math/abs in the name of -fno-common
...
ok sten@
2021-02-20 21:17:19 +00:00
gnezdo
528d450392
Unplug math/abs for removal
...
ok sthen@
2021-02-20 21:16:53 +00:00
sthen
248932be74
switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
...
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
tb
d6af331f0a
Update to foma 0.9.18.20200928
...
Moves to the current github head and fixes the build with -fno-common.
Version number suggested by daniel.
ok kn
2021-02-19 02:13:02 +00:00
sthen
41febd84f9
update to calc-2.12.8.1
2021-02-17 14:19:33 +00:00
sthen
b169069d47
update to veusz-3.3.1, ok bcallah
2021-02-17 11:27:16 +00:00
martin
06b4f9dd26
Update py-netcdf4 to 1.5.6.
2021-02-16 09:27:30 +00:00
martin
313b23b205
Update py-cftime to 1.4.1.
2021-02-16 09:26:26 +00:00
feinerer
5f806ac5b7
Update to R 4.0.4
2021-02-15 10:43:19 +00:00
bcallah
fb6765a2ef
Update to pspp-1.4.1, among many other things, includes fixes for
...
-fno-common.
Complete changelog: http://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS
ok gnezdo@
2021-02-14 16:57:14 +00:00
sthen
4e3fee4705
update to calc-2.12.8.0
2021-02-14 15:00:29 +00:00
daniel
06279cd6ca
update mcl to 14-137 and add -fcommon to fix the build
2021-02-14 03:19:26 +00:00
bcallah
5b27fd1df3
Update to bc-gh-3.2.7
...
Changelog for the last few releases:
https://github.com/gavinhoward/bc/releases
2021-02-14 02:41:58 +00:00
daniel
ddaab89ac0
update to coq 8.12.2; ok Yozo Toda (MAINTAINER)
2021-02-13 17:47:48 +00:00
sthen
e8f94f8ddc
update to visidata-2.2.1
2021-02-09 14:30:09 +00:00
sthen
2a09da01e3
calc: an -march=native crept in; disable it
2021-02-09 11:50:13 +00:00
naddy
7cf8c1e52e
bump for plist changes 6.8 -> 6.9
2021-02-06 22:08:34 +00:00
sthen
f8c1965e8d
update to calc-2.12.7.6
2021-02-04 14:42:07 +00:00
tb
f0db259991
math/dieharder: Fix build by passing -fcommon
...
This port is up-to-date and has more than 50 common symbols defined
in more than half a dozen headers. Take the easy route and follow
FreeBSD by adding -fcommon to CFLAGS and let upstream fix this.
ok kn
2021-02-02 19:27:50 +00:00
sthen
36cc322e5d
update to visidata-2.2
2021-02-01 14:56:30 +00:00
bcallah
5d26fbe2d4
Add fixes for -fno-common
...
From FreeBSD:
https://svnweb.freebsd.org/ports/head/math/gnubc/files/patch-bc_global.h?revision=547437&view=co
ok kn@
2021-01-31 04:09:38 +00:00
naddy
6c9939ba8d
math/galculator: zap duplicate definition to fix build with -fno-common
2021-01-28 20:12:13 +00:00
martin
7ec89947a7
Update py-netcdf4 to 1.5.5.1.
2021-01-28 09:55:14 +00:00
martin
68be2064b5
Update py-cftime to 1.3.1.
2021-01-28 09:54:28 +00:00
rsadowski
2bde1cb376
Unbreak build after recent Qt 5.15 update.
...
Add missing QPainterPath include
2021-01-19 06:41:10 +00:00
kmos
4f9de98e7d
py-scikit-image uses c++0x so base-gcc cannot be used
...
Fixes the build on sparc64
tweaks from and ok sthen@
2021-01-16 21:49:14 +00:00
sthen
a74a9984ca
update to libqalculate-3.16.1
2021-01-10 16:10:37 +00:00
naddy
b14c335622
apply a bandaid to math/libqalculate to fix the build with libc++ 10.0
...
From upstream, although the start of the Git repository there post-dates
version 0.9.7.
2021-01-10 14:00:26 +00:00
sthen
75057f501f
update to visidata-2.1.1
2021-01-09 17:50:07 +00:00
sthen
a28a9f15a0
visidata: add openpyxl to README as optional dep
2021-01-05 13:03:14 +00:00
sthen
d80c418015
regen PLISTs for python ports with .so files that end up renamed due to
...
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
benoit
a0f6724c28
Update to nlopt-2.7.0.
...
from wen heping with tweaks by me
2020-12-30 14:37:54 +00:00
benoit
513cd4b9a8
Update to p5-Math-Base85-0.5.
2020-12-16 05:36:27 +00:00
daniel
769d563814
update py-sympy to 1.7.1
2020-12-13 04:41:29 +00:00
martin
70adb26e58
Update mlpack to 3.4.2.
...
OK espie@
2020-12-11 12:42:28 +00:00
martin
76e6ea9c30
Update armadillo to 9.900.4.
...
OK espie@
2020-12-11 12:40:44 +00:00
martin
f7eb008ba8
Update cddlib to 0.94m. shlib patch is no longer required.
...
From maintainer Dimitri Karamazov, thanks!
2020-12-11 12:38:20 +00:00
martin
bf17c60bf2
Update py-netcdf4 to 1.5.5.
2020-12-09 12:08:05 +00:00
martin
fac8df74b6
Update h5py to 3.1.0.
2020-12-09 09:52:23 +00:00
sthen
fc02efed2e
visidata: update to 2.1
2020-12-08 20:34:07 +00:00
sthen
626a268fcb
visidata: update pkg/README now that py3-pdfminer provides a suitable version
2020-12-08 08:17:03 +00:00
sthen
3e2a19beb5
committed upstream
2020-12-07 11:05:48 +00:00
sthen
320e77e26f
visidata: repair .xls reading, add a readme showing actual pkgnames for
...
deps.
2020-12-06 14:12:40 +00:00