bcallah
77e08f9769
Update to ugrep-3.0.4
...
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.4
2020-10-28 23:31:59 +00:00
bcallah
d9ce140fd9
Update to diffoscope-161
2020-10-28 23:17:36 +00:00
bcallah
c5a928942a
Update to streamlink-1.7.0
...
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.7.0
2020-10-28 23:07:31 +00:00
bcallah
c911ccfda6
Update to julius-1.5.1
...
This version is the same as 1.5.0 with a fix for Android, the 1.5.0
changelog is here: https://github.com/bvschaik/julius/releases/tag/v1.5.0
2020-10-28 22:46:59 +00:00
sthen
65c89eb2fc
gnuradio: add a cmake patch that avoids a build error if doxygen was present
...
on the system earlier in configure, but was then removed before it reaches this
point. more details in the patch comment.
2020-10-28 20:52:47 +00:00
jasper
c5c524da84
- update to bspwm-0.9.10
...
- remove unneeded patch modifying the example config
from Ricky Cintron
2020-10-28 20:43:40 +00:00
jasper
6899f9a65a
update to sxhkd-0.6.2
...
from Ricky Cintron
2020-10-28 20:43:02 +00:00
tb
bf64171862
Update to tlsfuzzer 20201026
2020-10-28 19:19:40 +00:00
sthen
3a1daceaa5
update to ncspot-0.2.4, from maintainer Henrik Friedrichsen
2020-10-28 18:34:34 +00:00
kirby
8618451604
update seafile to 7.0.10
2020-10-28 17:52:16 +00:00
bcallah
4ce5acd801
Update to devilutionx-1.1.0
...
Changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.1.0
ok solene@
2020-10-28 16:16:17 +00:00
ajacoutot
47eddbd454
Update Gstreamer stack to 1.18.1.
2020-10-28 15:42:14 +00:00
rsadowski
a180bc8ada
Update kdsoap to 1.9.1
2020-10-28 15:04:05 +00:00
bcallah
667276c2be
Update to openrct-0.3.1
...
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.1
ok daniel@, additional testing by Florian Viehweger
2020-10-28 14:16:22 +00:00
sthen
bfcd30755e
switch dep to py-rrdtool
2020-10-28 12:13:06 +00:00
sthen
c6c56ff0fb
enable py2 for py-rrdtool as well, use it to replace net/rrdtool,-python
...
(which is an older version of the same thing). add an upgrade path via
quirks/@pkgpath.
2020-10-28 12:12:46 +00:00
sthen
790c0d78e4
update to pecl-LZF 1.6.8, from maintainer Johan Huldtgren
2020-10-28 11:59:54 +00:00
sthen
ad413ec76c
+py-rrdtool. sort directory names while there.
2020-10-28 11:57:11 +00:00
sthen
ef64ec1d10
import ports/net/py-rrdtool, ok martin@
...
These Python bindings to rrdtool are based on the code of the original
Python 2 bindings module for rrdtool by Hye-Shik Chang which are shipped
with the RRDtool distribution. This project is maintained separately to
provide a more pythonic way to install those bindings via PyPI and
include support for Python 3.
2020-10-28 11:55:52 +00:00
rsadowski
80abf296df
Update krename to 5.0.1
2020-10-28 11:45:32 +00:00
landry
5e64bc493b
Update to py-flask-cors 3.0.9.
...
Fixes CVE-2020-25032.
From Wen Heping (thanks!)
2020-10-28 11:06:42 +00:00
landry
f96ab35c61
Bugfix update to firefox 82.0.2.
...
See https://www.mozilla.org/en-US/firefox/82.0.2/releasenotes/
Fixes websocket regressions (cf https://bugzilla.mozilla.org/show_bug.cgi?id=1673340 )
2020-10-28 11:01:39 +00:00
rsadowski
98448f0b6e
Update jenkins-devel to 2.264
2020-10-28 07:47:40 +00:00
bket
e6aff982a2
Update to rclone-1.53.2
...
Maintenance release. Changes:
https://github.com/rclone/rclone/blob/v1.53.2/docs/content/changelog.md
2020-10-28 06:28:37 +00:00
daniel
f49cc8e774
unbreak sklearn by updating to 0.23.2
...
Doing "import sklearn" resulted in breakage at runtime due to sklearn
0.20.3 not being compatible with python 3.8.
In addition:
- add WANTLIB
- rework the DEPs for the new version
- remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748
Breakage initially reported by James Cook (who provided many pointers on
moving forward) and also tested the update.
2020-10-28 04:04:04 +00:00
daniel
21ac80f09c
pysol was broken at runtime since the switch to python 3.8 due to the
...
deprecated use of time.clock.
add a minimal work-around until pysol can be updated to a newer version.
reported by Carsten Boysen Jensen on ports@
2020-10-28 02:03:55 +00:00
daniel
31b0ea8cdb
update to 1.5.3; a bug-fix release
2020-10-28 01:24:38 +00:00
daniel
0f5aa05b5a
+py-threadpoolctl,python3
2020-10-27 21:50:10 +00:00
daniel
40547cca5c
import py-threadpoolctl with tweaks from kmos@
...
Needed so we can update the currently broken sklearn port.
Tested by myself and James Cook.
ok kmos@
Information for inst:py3-threadpoolctl-2.1.0
Comment:
introspect/set max threads in native libraries like BLAS
Description:
Python helpers to limit the number of threads used in the
threadpool-backed of common native libraries used for scientific
computing and data science (e.g. BLAS and OpenMP).
Fine control of the underlying thread-pool size can be useful in
workloads that involve nested parallelism so as to mitigate
oversubscription issues.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://github.com/joblib/threadpoolctl
2020-10-27 21:48:03 +00:00
rsadowski
4062b2956a
Update i3-gaps to 4.18.3
2020-10-27 21:42:08 +00:00
jasper
92ee2f540c
update to i3lock-2.13
2020-10-27 20:47:43 +00:00
sthen
d640fcf959
rm unifi/testing
2020-10-27 20:24:57 +00:00
sthen
e78bb3ddc8
switch unifi/stable to 6.0.28 (moved to 6.0 branch)
...
likely to fix the problem some people have seen with the C++ component
in the rebuilt version of snappy-java that we're using (this is a mess,
one of the java modules used by unifi includes C++ code which wants to
be compiled with gcc, upstream no longer provides builds for OpenBSD as
they used to do in the past. it's a wonder it works at all)
(there are newer snappy-java releases now that include a pure-java
version, but that doesn't support one of the functions that unifi uses..)
2020-10-27 20:23:35 +00:00
fcambus
fc2520159a
Update libopenmpt to 0.5.3.
2020-10-27 19:19:48 +00:00
fcambus
4d08c240ca
Update libansilove to 1.2.8.
2020-10-27 19:18:48 +00:00
landry
e57711b9d1
Bugfix update to firefox 82.0.1.
...
See https://www.mozilla.org/en-US/firefox/82.0.1/releasenotes/
While here add a patch from #1672619 to fix build on arm64, tested by
solene@ and phessler@ (thanks !) - first patch on an arch i dont have..
2020-10-27 17:24:51 +00:00
ajacoutot
ad1843da6f
Update to py3-smbc-1.0.23.
2020-10-27 15:36:08 +00:00
sthen
d9ad5400a3
fix for neomutt/notmuch, from Olivier Taïbi
2020-10-27 11:17:52 +00:00
solene
2954e4f5b0
Update to claws-mail-3.17.8
2020-10-27 09:25:37 +00:00
ajacoutot
dd00528975
Comment BDEP on graphics/py-cairo for the time being.
2020-10-27 08:57:17 +00:00
matthieu
0961fb45df
Add patch from upstream to handle freetype 2.10.3+
...
ok kn@ naddy@ killi@
2020-10-27 06:56:07 +00:00
daniel
173aaab66f
update to pybind11 2.6.0
2020-10-27 03:11:48 +00:00
kili
4f12c6e9f1
Update to poppler-20.10.0.
2020-10-27 00:54:00 +00:00
jca
0e242ae3c9
Don't pick up dcmtk if available
...
Force-disable the dep for now, can be reconsidered later if DICOM
support is deemed valuable.
Spotted by naddy@, ok pascal@ (maintainer)
2020-10-26 18:37:59 +00:00
rsadowski
ef422d4f5c
Update libraw to 0.20.2
...
https://www.libraw.org/news/libraw-0-20-2-Release
2020-10-26 18:15:37 +00:00
rsadowski
08ea29f977
Update alkimia to 8.0.4
2020-10-26 15:36:53 +00:00
rsadowski
30cab363a0
Fix WANTLIB
2020-10-26 15:36:08 +00:00
rsadowski
06eb68ab72
Fix WANTLIB
2020-10-26 12:59:24 +00:00
rsadowski
5aa0b5db7d
Update opencv to 4.5.0
2020-10-26 12:55:51 +00:00
gonzalo
2b59020aab
Update for Lynis to 3.0.1
...
OK benoit@
2020-10-26 12:09:54 +00:00