Commit graph

603621 commits

Author SHA1 Message Date
Bernhard Froehlich
981f882a6e
sysutils/containerd: Update to 1.6.14 2022-12-21 13:58:12 +00:00
Martin Filla
ab304cc028 www/tor-browser: New port
Reuse patches from www/firefox
 against tor-project's tor-browser source,
 and configure as tor-browser.

PR:		268245
2022-12-21 13:01:07 +01:00
Vinícius Zavam
792882970f
www/threema-web: update 2.4.2 to 2.5.0
- https://github.com/threema-ch/threema-web/blob/v2.5.0/CHANGELOG.md
  - https://github.com/threema-ch/threema-web/compare/v2.4.2...v2.5.0

PR:             268391
Submitted by:   Ralf van der Enden <tremere % cainites.net>
2022-12-21 11:04:30 +00:00
Yuri Victorovich
9c51c4afef www/authelia: Update 4.37.2 -> 4.37.4
Reported by:	portscout
2022-12-21 03:01:52 -08:00
Yuri Victorovich
7bb5ee66e2 misc/libcomps: Update 0.1.17 -> 0.1.19
Reported by:	portscout
2022-12-21 03:01:52 -08:00
Yuri Victorovich
9831ab2641 math/{,py-}minorminer: Update 0.2.9 -> 0.2.10
Reported by:	portscout
2022-12-21 03:01:51 -08:00
Yuri Victorovich
157b2563d1 math/py-heyoka: Update 0.19.0 -> 0.20.0
Reported by:	portscout
2022-12-21 03:01:51 -08:00
Jan Beich
a1fdb33ba4 multimedia/gstreamer1-plugins-rust: update to 0.9.3
Changes:	https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.2...0.9.3
2022-12-21 10:54:13 +00:00
Jan Beich
8124c12b80 devel/cargo-c: update to 0.9.15
Changes:	https://github.com/lu-zero/cargo-c/releases/tag/v0.9.15
Reported by:	GitHub (watch releases)
2022-12-21 10:54:13 +00:00
Jan Beich
c3606b840f editors/emacs-devel: add to wayland category after 08f3c048b6 2022-12-21 10:54:12 +00:00
Goran Mekić
3f9c782cfb www/py-flask-smorest: Update to 0.40.0
ChangeLog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16

PR:		268054
2022-12-21 10:04:54 +00:00
Goran Mekić
2087a79133 devel/py-apispec: Update to 6.0.2
ChangeLog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#602-2022-11-10

PR:		267604
2022-12-21 10:04:54 +00:00
Alessandro Sagratini
b55e615677 devel/(py-oci|oci-cli): Update to latest version
oci-cli 3.20.3 -> 3.22.0
py-oci  2.88.2 -> 2.90.0

PR:		268499
2022-12-21 18:20:20 +09:00
Nuno Teixeira
3511d2aea2 textproc/retext: Move to a better category
- move to editors category as the COMMENT sugests

Reported by:	danfe
2022-12-21 08:37:07 +00:00
Kirill Ponomarev
dfdc9e8241 sysutils/cbsd: Update to 13.1.20
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.1.20
2022-12-21 09:30:00 +01:00
Yuri Victorovich
5f943c64b0 graphics/filament: Update 1.29.0 -> 1.30.0
Reported by:	portscout
2022-12-20 23:14:01 -08:00
Yuri Victorovich
313e8d0ae8 devel/py-traitlets: Update 5.4.0 -> 5.8.0
Reported by:	portscout
2022-12-20 23:14:00 -08:00
Yuri Victorovich
931a26db83 */*: Limit BROKEN statement for missing ieee_arithmetic.mod feature on powerpc64*
... to only systems where it isn't yet enabled.

Reported by:	pkubaj@
2022-12-20 23:13:58 -08:00
Piotr Kubaj
062cceb4bb www/firefox-esr: enable webrtc on powerpc64
Patch copied from www/firefox/files/patch-libwebrtc-powerpc64.
2022-12-21 00:58:06 +00:00
Piotr Kubaj
81eb9b8aaa mail/thunderbird: enable webrtc on powerpc64
Patch copied from www/firefox/files/patch-libwebrtc-powerpc64
2022-12-21 00:58:04 +00:00
Piotr Kubaj
7519190dad www/firefox: fix webrtc on powerpc64
Patch taken from https://github.com/zeldin/chromium_be/blob/master/chromium-89.0.4389.114/webrtc.patch (with paths corrected).
2022-12-21 00:58:02 +00:00
Piotr Kubaj
d1a41c87e0 cad/kicad-devel: fix build on powerpc
Build with -O0 to prevent clang using over 4GB RAM and crashing.
2022-12-21 00:58:00 +00:00
Piotr Kubaj
61581ea262 multimedia/vlc: fix build on powerpc with ALTIVEC
video_chroma/i420_yuy2.c:227:5: error: use of undeclared identifier 'vector'
    vector unsigned char u_vec;
    ^
video_chroma/i420_yuy2.c:228:5: error: use of undeclared identifier 'vector'
    vector unsigned char v_vec;
    ^
2022-12-21 00:57:58 +00:00
Piotr Kubaj
97e9098a18 math/gismo: fix build on powerpc64
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrt
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22: note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
  Packet4f op_even = OP(a_even);\
                     ^
2022-12-21 00:57:56 +00:00
Piotr Kubaj
b908189b75 multimedia/qt6-multimedia: fix build on powerpc
No AltiVec on powerpc:
In file included from /wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/3rdparty/pffft/pffft.c:107:
/usr/lib/clang/13.0.0/include/altivec.h:13:2: error: "AltiVec support not enabled"
2022-12-21 00:57:55 +00:00
Brooks Davis
28e16e4e8f devel/llvm-devel: add missing patch
I'd failed to git add this file.  Fortunatly this results in a configure
error so not too many cycles will be wasted.
2022-12-21 00:47:58 +00:00
Brooks Davis
e5fd12d9aa audio/logitechmediaserver: make usable out of the box
Install slimserv.pl and scanner.pl with the executable bit set.  The
former is required for the rc script to work.

Use @sample to install convert.conf and types.conf in
${PREFIX}/share/logitechmediaserver. Without these the server is
unable to convert music to send to the players and find music files
respectively.
2022-12-21 00:03:27 +00:00
Brooks Davis
8dc6f0cbc2 devel/llvm-morello: chase latest snapshot
This fixes on of the comiler crashes encoutered while compiled Chromium.

Sponsored by:	DARPA, AFRL
2022-12-21 00:03:27 +00:00
Brooks Davis
3096292f79 devel/llvm-devel: Update to a new sanapshot
Add missing dependency on zstd

PR:		268211
Reported by:	amdmi3
2022-12-21 00:03:27 +00:00
Stephen Montgomery-Smith
039648bbfa math/librsb: Update to 1.3.0.2. 2022-12-20 16:37:52 -06:00
Olivier Cochard
437c3f7fbd net/libyang2: Update to 2.1.4
ChangeLog:	https://github.com/CESNET/libyang/releases/tag/v2.1.4

PR:		268475
Reported by:	R. Christian McDonald <cmcdonald@netgate.com>
2022-12-20 23:34:28 +01:00
Daniel Engberg
e853140d39 textproc/uchardet: Update 0.0.7 -> 0.0.8
PR:		268494
2022-12-20 13:12:29 -08:00
Yuri Victorovich
718a2b54a9 multimedia/lms: Update 3.33.0 -> 3.34.0
Also update COMMENT, pkg-sescr and pkg-message.
2022-12-20 13:12:28 -08:00
Dmitri Goutnik
8a20ef010a lang/gomacro: Update to 2.7-601, unbreak with go1.20rc1
FreeBSD 11 compat was removed in go1.20, unbreak build by removing
obsolete syscalls.
2022-12-20 15:09:10 -05:00
Dan Langille
a358c95884 security/snort3: Update to 3.1.50.0
re: https://github.com/snort3/snort3/releases/tag/3.1.50.0

Approved by:	maintainer (via private email)
2022-12-20 19:53:31 +00:00
Dan Langille
030fe62c53 net/libdaq: Update to 3.0.10
re: https://github.com/snort3/libdaq/releases/tag/v3.0.10

Approved by:	maintainer (via private email)
2022-12-20 19:53:31 +00:00
Christoph Moench-Tegeder
745bf2269a mail/thunderbird: update to 102.6.1
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/102.6.1/releasenotes/
2022-12-20 20:43:17 +01:00
Antoine Brodin
c3d37ac1c9 graphics/Makefile: unhook removed ports 2022-12-20 19:27:40 +00:00
Jan Beich
c4b199a36a graphics/vulkan-headers: pacify stage-qa after 93b836bc9e
Error: '/usr/bin/python3' is an invalid shebang you need USES=shebangfix for 'share/vulkan/registry/genvk.py'

genvk.py is used to generate include/vulkan/*.h but distfile already
contains pregerenated version, so the shebang is unused. Regenerating
headers isn't supported by CMake build, and requires docgenerator.py
from Vulkan-Docs repo.

PR:		268489
Reported by:	amdmi3
Regressed by:	https://github.com/KhronosGroup/Vulkan-Headers/commit/75a6b83f213d
2022-12-20 18:48:43 +00:00
Tobias C. Berner
996c03b74b multimedia/kdenlive: don't enable Xine dependency by default 2022-12-20 18:55:23 +01:00
Emmanuel Vadot
316c600342 x11-server/xwayland: Update to 22.1.7
Xext: fix invalid event type mask in XTestSwapFakeInput

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-20 18:50:16 +01:00
Dmitry Marakasov
b7a7e0f184 sysutils/memtester: update 4.5.1 → 4.6.0 2022-12-20 20:38:26 +03:00
Dmitry Marakasov
410e72fa96 devel/py-pep8-naming: update 0.13.2 → 0.13.3 2022-12-20 20:38:26 +03:00
Dmitry Marakasov
4f54231657 graphics/py-pyglet: update 2.0.1 → 2.0.2 2022-12-20 20:38:25 +03:00
Dmitry Marakasov
d7bb3fa705 devel/py-flake8-quotes: update 3.3.1 → 3.3.2 2022-12-20 20:38:25 +03:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Mikael Urankar
0f9b08f604 lang/rust: Update to 1.66.0
Announce:	https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.66.0
PR:		268415
Exp-run by:	antoine
Tested by:	mikael,pkubaj
2022-12-20 18:36:07 +01:00
Mikael Urankar
b7ddc05690 lang/rust-bootstrap: Do not build with debug=true on riscv64
It causes a build failure with rust 1.66.0

Reported upstream as https://github.com/rust-lang/rust/issues/105957

PR:		268415
2022-12-20 18:36:06 +01:00
VVD
cffe8a902a devel/libgusb: fix vala binding option and rename it
The option was previously called VALA. The canonical name for vala
binding options is VAPI. So switch to that.

Further the meson option was also renamed from vala to vapi, so update
the option switch accordingly.

PR:		267239
2022-12-20 18:23:28 +01:00
Florian Walpen
ad2ced80de graphics/mesa-dri: Fix a crash for radeon r600 graphic cards.
Add an upstream patch to fix an immediate crash of Xorg and wayland
on systems with radeon r600 based graphic cards. See:

https://gitlab.freedesktop.org/mesa/mesa/-/issues/7931

PR: 268327
2022-12-20 18:16:51 +01:00