1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

661769 Commits

Author SHA1 Message Date
Mathieu Arnold
0661619a99 www/ikiwiki: update to 3.20200202.4 2024-04-27 10:33:07 +02:00
Yuri Victorovich
2be6b120ea devel/nsync: update 1.24.0 → 1.27.0
PR:	277883
Approved by:	amzo1337@gmail.com (maintainer's timeout; 35 days)
2024-04-27 00:53:01 -07:00
Yuri Victorovich
914b676ad7 databases/qdrant: update 1.8.2 → 1.9.0
PR:	278005
2024-04-27 00:53:00 -07:00
Yuri Victorovich
5783434563 science/dirac: Broken on i386
Reported by:	fallout
2024-04-27 00:53:00 -07:00
Yuri Victorovich
2d7f48ac36 science/PETSc: update 3.21.0 → 3.21.1
Reported by:	portscout
2024-04-27 00:53:00 -07:00
Andrey Korobkov
4729af8a17 science/thermofun: update 0.4.4 → 0.4.5
PR:	278467
2024-04-27 00:52:59 -07:00
Yuri Victorovich
43b2d21930 science/py-OpenFermion: update 1.6.0 → 1.6.1
Reported by:	portscout
2024-04-27 00:52:59 -07:00
Yuri Victorovich
75ea92604f www/py-pywikibot: update 9.0.0 → 9.1.0
Reported by:	portscout
2024-04-27 00:52:58 -07:00
Emanuel Haupt
687002bc9c audio/schismtracker: Update to 20240426 2024-04-27 09:19:28 +02:00
Emanuel Haupt
0c12da46c3 audio/pt2-clone: Update to 1.69.2 2024-04-27 09:02:33 +02:00
Emanuel Haupt
558e61bf99 security/git-credential-oauth: Update to 0.11.2 2024-04-27 08:56:22 +02:00
Dries Michiels
549a839bb0 multimedia/emby-server-devel: update to 4.9.0.16
Changes:	https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.0.16
2024-04-27 08:33:25 +02:00
Yuri Victorovich
a77bf6c3db textproc/yq: update 3.4.1 → 3.4.2
Reported by:	portscout
2024-04-26 22:55:21 -07:00
Yuri Victorovich
e39ea707bc biology/prodigy-lig: update 1.1.0 → 1.1.1
Reported by:	portscout
2024-04-26 22:55:21 -07:00
Yuri Victorovich
db8cd5b620 www/trunk: update 0.19.2 → 0.19.3
Reported by:	portscout
2024-04-26 22:55:20 -07:00
Yuri Victorovich
5eddffd3d4 www/libdatachannel: update 0.20.3 → 0.21.0
Reported by:	portscout
2024-04-26 22:55:20 -07:00
Yuri Victorovich
bdd9298781 databases/rqlite: update 8.23.3 → 8.23.4
Reported by:	portscout
2024-04-26 22:55:19 -07:00
Yuri Victorovich
67e2ffb9f6 misc/llama-cpp: update 2717 → 2749
Reported by:	portscout
2024-04-26 22:55:19 -07:00
Yuri Victorovich
9d174b357c textproc/uctodata: update 0.10.1 → 0.11
Reported by:	portscout
2024-04-26 22:55:18 -07:00
Jan Beich
af88188464 devel/hyprwayland-scanner: unbreak build with libc++ 16
src/main.cpp:218:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("enum {} : uint32_t {{\n", en.name);
                  ~~~~~^
src/main.cpp:220:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("    {} = {},\n", k, v);
                      ~~~~~^
src/main.cpp:228:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("\nclass {};", IFACE_CLASS_NAME_CAMEL);
                  ~~~~~^
src/main.cpp:237:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("extern const wl_interface {};\n", IFACE_WL_NAME, IFACE_WL_NAME_CAMEL, IFACE_WL_NAME);
                  ~~~~~^
src/main.cpp:247:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format(R"#(
                  ~~~~~^
src/main.cpp:289:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("    void {}(F<void({}*{})> handler);\n", camelize("set_" + rq.name), IFACE_CLASS_NAME_CAMEL, args);
                      ~~~~~^
src/main.cpp:307:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("    void {}({});\n", camelize("send_" + ev.name), args);
                      ~~~~~^
src/main.cpp:330:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("        F<void({}*{})> {};\n", IFACE_CLASS_NAME_CAMEL, args, camelize(rq.name));
                      ~~~~~^
src/main.cpp:337:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format(R"#(
                  ~~~~~^
src/main.cpp:356:20: error: no member named 'format' in namespace 'std'
    SOURCE += std::format(R"#(#define private public
              ~~~~~^
src/main.cpp:385:24: error: no member named 'format' in namespace 'std'
        SOURCE += std::format("extern const wl_interface {};\n", IFACE_WL_NAME, IFACE_WL_NAME_CAMEL, IFACE_WL_NAME);
                  ~~~~~^
src/main.cpp:399:36: error: no member named 'format' in namespace 'std'
                    SOURCE += std::format("extern const wl_interface {};\n", IFACE_WL_NAME2, IFACE_WL_NAME_CAMEL2, IFACE_WL_NAME2);
                              ~~~~~^
src/main.cpp:414:36: error: no member named 'format' in namespace 'std'
                    SOURCE += std::format("extern const wl_interface {};\n", IFACE_WL_NAME2, IFACE_WL_NAME_CAMEL2, IFACE_WL_NAME2);
                              ~~~~~^
src/main.cpp:452:28: error: no member named 'format' in namespace 'std'
            SOURCE += std::format(R"#(
                      ~~~~~^
src/main.cpp:463:24: error: no member named 'format' in namespace 'std'
        SOURCE += std::format(R"#(
                  ~~~~~^
src/main.cpp:475:24: error: no member named 'format' in namespace 'std'
        SOURCE += std::format(R"#(
                  ~~~~~^
src/main.cpp:482:28: error: no member named 'format' in namespace 'std'
            SOURCE += std::format("    (void*){},\n", REQUEST_NAME);
                      ~~~~~^
src/main.cpp:514:28: error: no member named 'format' in namespace 'std'
            SOURCE += std::format(R"#(
                      ~~~~~^
src/main.cpp:532:28: error: no member named 'format' in namespace 'std'
            SOURCE += std::format("static const wl_interface* {}[] = {{\n", TYPE_TABLE_NAME);
                      ~~~~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]

Reported by:	pkg-fallout
2024-04-27 07:51:36 +02:00
Michael Schout
43ecb93463 databases/pgbackrest: update to 2.51
Switch to meson build system.
Rename option SSH to SFTP.

The origin of patch is
7b95fd3bd2
It is upstreamed and can remove it at update to 2.52.

Changelog: https://pgbackrest.org/release.html#2.51

PR:		276559
Approved by:	diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D44791
2024-04-27 07:48:06 +02:00
Jan Beich
e0de9b5963 devel/hyprwayland-scanner: update to 0.3.2
Changes:	https://github.com/hyprwm/hyprwayland-scanner/releases/tag/v0.3.2
Reported by:	GitHub (watch releases)
2024-04-27 04:45:53 +02:00
Jan Beich
47ca3cee45 x11-toolkits/wlroots: update to 0.17.3
Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.3
Reported by:	GitLab (notify releases)
2024-04-27 04:45:53 +02:00
Yuri Victorovich
771377e614 devel/py-pynvml: New port: Python Bindings for the NVIDIA Management Library 2024-04-26 18:42:40 -07:00
Yuri Victorovich
dc61470677 misc/py-accelerate: New port: PyTorch: simple way to launch, train, use PyTorch models on any device 2024-04-26 18:42:39 -07:00
Yasuhiro Kimura
e9f2c79f7c mail/mew-devel: Update to latest snapshot
Changes:	47886a3...ff2ce7c
2024-04-27 10:35:50 +09:00
Christian Weisgerber
9476d3e04f devel/got: requires pkgconfig
Reported by:	Tomoaki AOKI
2024-04-27 00:16:42 +00:00
Nuno Teixeira
05a4bb96df security/aws-c-cal: Update to 0.6.12
ChangeLog: https://github.com/awslabs/aws-c-cal/releases/tag/v0.6.12
2024-04-26 22:12:40 +01:00
Nuno Teixeira
0b919e2899 MOVED: restore kiwix-lib -> libkiwix entry
Found this issue while taking care of PR271937 and didn't found MOVED
entry about rename.

PR:		271937
Approved by:	portmgr (blanket)
Fixes:		74535ecc1: "devel/{kiwix-lib,libkiwix}: Update version ..."
2024-04-26 22:03:04 +01:00
Brooks Davis
95ad99efb3 devel/llvm-devel: new snapshot
Sponsored by:	AFRL, DARPA
2024-04-26 21:50:54 +01:00
Jack
816237e277 audio/audacity: update to 3.5.1
Changelog:
https://support.audacityteam.org/additional-resources/changelog/audacity-3.5.1

PR:		278585
Approved by:	arrowd (mentor, implicit)
2024-04-26 23:19:14 +03:00
Nuno Teixeira
0844ad29b7 devel/aws-c-mqtt: Update to 0.10.4
ChangeLog: https://github.com/awslabs/aws-c-mqtt/releases/tag/v0.10.4
2024-04-26 21:00:18 +01:00
Nuno Teixeira
211a2bc52e shells/xonsh: Update to 0.16.0
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.16.0
2024-04-26 20:32:13 +01:00
Yuri Victorovich
b8d05bfbbb devel/git-repo-manager: New port: Git tool to manage worktrees and integrate with GitHub and GitLab 2024-04-26 10:11:03 -07:00
Yuri Victorovich
4a867fcd67 math/moab: update 5.3.1 → 5.5.1
Reported by:	portscout
2024-04-26 10:11:03 -07:00
Yuri Victorovich
cfd244841e misc/ecflow: update 5.12.3 → 5.12.4
Reported by:	portscout
2024-04-26 10:11:02 -07:00
Stephen Montgomery-Smith
09f7610ef4 math/octave-forge-statistics-resampling: Update to 5.5.9. 2024-04-26 12:10:33 -05:00
Dries Michiels
9a5e689397 net/speedtest-go: update to 1.6.11
Changes:	https://github.com/showwin/speedtest-go/releases/tag/v1.6.11
2024-04-26 18:59:43 +02:00
Dries Michiels
e65f80965a multimedia/emby-server-devel: update to 4.9.0.15
Changes:	https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.0.15
2024-04-26 18:57:31 +02:00
Dries Michiels
cd1549dcf7 multimedia/emby-server-(devel): switch to gnutls
openssl is incompatible with the gpl toggle option
2024-04-26 18:55:42 +02:00
Christian Weisgerber
5a32a7777a devel/got: switch to got-portable 0.98.2
This is a long overdue change from a homegrown compatibility layer
to the got-portable release.  No functional changes are expected.
2024-04-26 15:07:20 +00:00
Mateusz Piotrowski
5d51b1385b sysutils/zelta: Add new port
Zelta is a suite of tools offering a streamlined approach to managing
ZFS snapshot replication across systems. It's built with the intention
of simplifying complex ZFS functions into safe and user-friendly
commands while also being the foundation for large-scale backup and
failover environments. It's easy and accessible while working with most
UNIX and UNIX-like base systems without additional packages. It's
optimized for environments with strict permission separation, and
integrates well into many types of existing ZFS workflows.

PR:		278582
Sponsored by:	Bell Tower Integration
Sponsored by:	Klara, Inc.
Co-authored-by:	JT Pennington <jt.pennington@klarasystems.com>
2024-04-26 16:15:37 +02:00
Vanilla I. Shu
9452c44c11 devel/spdlog: update to 1.14.0. 2024-04-26 21:20:45 +08:00
Diane Bruce
17db9a057d comms/xnec2c: Chasing fast moving xnec2c updates upgrade to 4.4.16
- Update upstream web site

commit 54118dd983c714c442ae39867a34975417cddac0
Author: Eric Wheeler <xnec2c-git@z.ewheeler.org>
Date:   Wed Apr 24 22:32:30 2024 -0700

    Release v4.4.16

    The primary purpose of this release is to fix building on sparc64.
    Additionally, there have been several code cleanups.  I would like the thank
    Diane Bruce for inspiring the code cleanup and helping with pull requests;
    also, a big thank-you to the Debian maintainer, Dave Hibberd (@Hibby), who
    helped troubleshoot and provide guidance in solving the sparc64 build issue.

    fix set but not used warnings

    bugfix: only calculate the first frequency once

    When rc_config.main_loop_start==true, the first frequency is calculated
    twice:

    Once when the program loads, and once when the loop starts.

    This commit fixes that behavior.

    clang: fix vectorization warning:

    Update protoypes for functions with (void) that replaced ()

    Release v4.4.15

commit 1ca3b61fcc81c72a1e3c15d51ddf952015300ce5
Author: Eric Wheeler <xnec2c-git@z.ewheeler.org>
Date:   Tue Apr 16 16:36:46 2024 -0700

    glade: fix GTK crash related to menuitem icon

    Release v4.4.14
    This release fixes a hang when the frequency plots window is too small
    for the number of plots being rendered.  Thanks to Tom DL1JBE who
    reported the issue.

    prevent hang when freq plot window is too small
    show min/max values, now they do.

    Release v4.4.13

    This is a large bug-fix release and includes a few minor features and
    documentation updates. Thank you to the many contributors who helped
    with new features and bug fixes!
2024-04-26 09:14:46 -04:00
Nicola Vitale
b874018c2d
devel/py-virtualenv: Update to 20.26.0
- Add a pre-test stage that adds a [tool.setuptools_scm] section to
  project.toml, so that tests can detect the version.
  Otherwise 5 tests fail with an error similar to

________________________________________________________________________________________________________________________ test_fail_no_traceback ________________________________________________________________________________________________________________________

raise_on_session_done = <function raise_on_session_done.<locals>._func at 0x3f63e7392c10>, tmp_path = PosixPath(/tmp/pytest-of-root/pytest-5/test_fail_no_traceback0), capsys = <_pytest.capture.CaptureFixture object at 0x3f63e5c0aca0>

    def test_fail_no_traceback(raise_on_session_done, tmp_path, capsys):
        raise_on_session_done(ProcessCallFailedError(code=2, out="out\n", err="err\n", cmd=["something"]))
        with pytest.raises(SystemExit) as context:
            run_with_catch([str(tmp_path)])
        assert context.value.code == 2
        out, err = capsys.readouterr()
        assert out == f"subprocess call failed for [{something!r}] with code 2\nout\nSystemExit: 2\n"
>       assert err == "err\n"
E       AssertionError: assert  ... nerrn == errn
E         +                     WARNING  pyproject.toml does not contain a setuptools.py:119
E         +                              tool.setuptools_scm section
E           err

tests/unit/config/test___main__.py:52: AssertionError

See also https://github.com/pypa/setuptools_scm/issues/1011

Release changes:	https://github.com/pypa/virtualenv/releases/tag/20.26.0
Reported by:	Bernát Gábor <notifications@github.com>
2024-04-26 15:09:53 +02:00
Bernard Spil
12c7901d5e www/nextcloud-notes: Update to 4.10.0 2024-04-26 13:26:13 +02:00
Bernard Spil
d3dec03175 www/nextcloud-calendar: Update to 4.7.1 2024-04-26 13:20:35 +02:00
Laurent
88505e8a3f devel/z80-asm: update to 2.4.1
ChangeLog: http://wwwhomes.uni-bielefeld.de/achim/z80-asm/CHANGELOG-2.4.1

Submitter becomes maintainer. Already maintaining several ports.

PR:		276089
Reported by:	laurent.chardon@gmail.com
2024-04-26 12:28:09 +02:00
Jan Beich
fba291d4d7 sysutils/poweralertd: update to 0.3.0
Changes:	https://git.sr.ht/~kennylevinsen/poweralertd/refs/0.3.0
Reported by:	Repology
2024-04-26 12:22:50 +02:00
Jan Beich
5ec4e02174 x11/hyprcursor: update to 0.1.8
Changes:	https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.8
Reported by:	GitHub (watch releases)
2024-04-26 12:13:57 +02:00