24962 Commits

Author SHA1 Message Date
sthen
c529290f52 update to py3-multitasking-0.0.10, from maintainer 2021-11-14 19:53:11 +00:00
sthen
914d7559c9 update to py3-send2trash-1.8.0 2021-11-14 15:03:27 +00:00
sthen
cd0d5845e0 update to py3-parsedatetime-2.6 2021-11-14 15:03:00 +00:00
sthen
309321fd4f update to py3-pybind11-2.8.1 2021-11-14 14:46:55 +00:00
sthen
9ffeef9591 update to ccache-4.5 2021-11-14 13:53:23 +00:00
sthen
c787a3816e update to py-more-itertools-5.0.0. newer versions drop py2 support; we
need to drop py2 py-test before updating further.
2021-11-14 13:37:37 +00:00
sthen
a46a3f03e6 update to py3-pexpect-4.8.0 2021-11-14 13:35:42 +00:00
sthen
67ba79d4ea update to py-pbr-5.7.0 2021-11-14 12:15:27 +00:00
sthen
e94aa8cf9b update to py3-munch-2.5.0 2021-11-14 11:55:25 +00:00
ajacoutot
ee2a43431d Update to liblouis-3.19.0. 2021-11-13 21:51:29 +00:00
semarie
644ab2cb81 devel/stfl: install the documentation with the package
ok sthen@ kn@
2021-11-13 16:46:04 +00:00
rsadowski
526ff4f4e8 Prevent using Qt6 when it's present
Set CMAKE_DISABLE_FIND_PACKAGE_Qt6=ON

Spotted by aja, thanks
2021-11-13 15:13:14 +00:00
rsadowski
cc932aa382 Add missing build dependency on wayland-protocols
In all the cases I know of, wayland-protocols is used as build dependency only.
In the context of KWayland (devel/kf5), used to generate interfaces from
wayland-protocols XML files.

See: https://api.kde.org/ecm/find-module/FindWaylandScanner.html

Spotted by sthen@ Thanks
2021-11-13 12:04:14 +00:00
martin
40d6811bb0 Update py-pkgconfig to 1.5.5. 2021-11-12 21:29:53 +00:00
paco
4ef6cf862f make devel/git-crypt work after libcrypto bump
diff by tb@, tested by me.
2021-11-12 17:57:05 +00:00
bluhm
9f45071ec8 update p5-Devel-NYTProf to 6.11 2021-11-12 17:28:50 +00:00
rsadowski
67c9860bcb Enable KWayland in KDE Frameworks 5.87.0 2021-11-12 14:31:38 +00:00
rsadowski
0f5b4b37cf Import kwayland-5.87.0
Information for inst:kwayland-5.87.0

Comment:
Qt API to interact with the wayland-client and -server

Description:
KWayland provides two libraries:

- KWayland::Client
- KWayland::Server

As the names suggest they implement a Client respectively a Server API for the
Wayland protocol. The API is Qt-styled removing the needs to interact with a
for a Qt developer uncomfortable low-level C-API. For example the callback
mechanism from the Wayland API is replaced by signals; data types are adjusted
to be what a Qt developer expects, e.g. two arguments of int are represented by
a QPoint or a QSize.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://projects.kde.org/projects/frameworks/kwayland

OK semarie@
2021-11-12 14:29:54 +00:00
sthen
7baa043974 +devel/py-multitasking,python3 and misc/py-yfinance,python3 2021-11-12 12:00:37 +00:00
sthen
fc818db45d import ports/devel/py-multitasking and ports/misc/py-yfinance, from
Clemens Gößnitzer, ok benoit@
2021-11-12 11:59:33 +00:00
kn
b33d3100b5 Remove broken und unmaintained ktsuss
Unmaintained, no update in 13 years, broken homepage.
Doesn't work with correct root password ("Encryption failed").

Reported by Yifei Zhan <openbsd AT zhan DOT science>, thanks.
OK sthen
2021-11-11 20:57:52 +00:00
gsoares
9bd152efe0 update to cppcheck-2.6 2021-11-11 01:54:29 +00:00
rsadowski
5432004b48 Update jenkins-devel to 2.320 2021-11-10 08:21:32 +00:00
gnezdo
544485fe80 Update devel/shellcheck to 0.8.0
By maintainer (Caspar Schutijser)
2021-11-10 03:50:55 +00:00
kevlo
3d14be0eb3 Fix fallout from scons update.
Build failure noticed by phessler@
2021-11-10 01:07:06 +00:00
tracey
dd0877ec20 Fix gcc build. Error provided by aja@ 2021-11-09 14:57:16 +00:00
ajacoutot
22207e8a9e Update to harfbuzz-3.1.1. 2021-11-09 12:17:00 +00:00
rsadowski
6988636e92 Update qt-creator to 4.15.2
- Switch build to CMake
- Enable all more Clang support
- Enable ProParser and QLiteHTML
2021-11-09 07:42:28 +00:00
kevlo
3de8f94d5c Adding --without-isl to the configure options, so that build doesn't fail
for porters who have math/isl installed.

Build failure noticed by naddy@, input from bcallah@ and tracey@
ok tracey@
2021-11-09 02:48:00 +00:00
kurt
5327ec425b Fix a segfault seen with clang 13 in synchronizer.cpp by
reducing optimization level for it.
2021-11-08 21:42:16 +00:00
jca
5ca13f4580 Build -md on riscv64, now with the required bits present in libcontext
Build-tested with icinga/core2 and net/powerdns_recursor, runtime tested
with a few test programs.  ok Brad (maintainer)
2021-11-08 17:57:09 +00:00
tracey
e80b5c0f33 Fix LLVM 13 build failure. ok jca@ 2021-11-08 17:50:34 +00:00
sthen
d5564994a0 py-setuptools-rust: on second thoughts, remove ONLY_FOR_ARCHS and make
the RUN_DEPENDS on lang/rust conditional, py-cryptography needs this
to build even if rust extensions are disabled
2021-11-08 14:09:24 +00:00
sthen
c7108e11fa py-setuptools-rust: set ONLY_FOR_ARCHS 2021-11-08 13:59:46 +00:00
sthen
d2b22d886f update to py3-rfc6555-0.1.0 2021-11-08 11:26:58 +00:00
bket
29db1b5425 Update to py-prompt_toolkit-3.0.22
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.22/CHANGELOG
2021-11-07 20:03:52 +00:00
jca
c877fc3aae Disable boost-md on riscv64
The make_fcontext/jump_fcontext etc bits aren't implemented in
libboost_context-mt.so, leading to link-type failures in consumer ports.
2021-11-07 10:30:35 +00:00
sthen
00cb2126e1 update to doit-0.33.1 2021-11-07 09:28:00 +00:00
sthen
988421c73a update to py3-toolz-0.11.2 2021-11-07 09:16:31 +00:00
rsadowski
b43ffe4dec Update doxygen-gui to 1.9.2 2021-11-06 18:35:09 +00:00
rsadowski
c5d495e978 Update doxygen to 1.9.2 2021-11-06 18:34:50 +00:00
ajacoutot
2120e41ce5 Use the new rc_stop_signal / rc_reload_signal variables.
Need a recent rc.subr.
2021-11-06 10:38:40 +00:00
rsadowski
9ce1b30586 Update jenkins to 2.319 2021-11-06 08:39:06 +00:00
ajacoutot
0538007cec Update to harfbuzz-3.1.0. 2021-11-06 08:37:10 +00:00
namn
7a5c608f60 update devel/pcre2 10.37
This is an update for devel/pcre2 10.37 released on May 26, 2021.

Changelog:
https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup&pathrev=1310

This update:
- undoes RunGrepTest patch by jca@ now that it has been upstreamed (item
#1 changelog)
https://bugs.exim.org/show_bug.cgi?id=2681
- major bump for pcre2-posix due to check_sym reporting removed symbols

ok sthen@
2021-11-05 22:18:23 +00:00
jca
7772dce1fd Update to cln-1.3.6
Fixes build on sparc64 and riscv64
Maintainer timeout
2021-11-05 18:34:17 +00:00
sthen
36072623f0 py2+3 -> py3 for feedparser 2021-11-03 16:04:43 +00:00
sthen
d615108ec1 remove www/rawdog and net/charm, both of which are py2-only and not seeing
recent updates upstream. they block updating py-feedparser to a version
which works with python 3.9. ok aja@
2021-11-03 15:43:30 +00:00
tb
d048793118 devel/py3-protobuf: update to 3.19.1 2021-11-03 07:40:52 +00:00
tb
2e1e3a6ad8 devel/protobuf: update to 3.19.1 2021-11-03 07:38:56 +00:00