Olivier Certner
97eecf838a
security/kleopatra: Fix build against libc++18
...
libc++ 18 by default removes unique() in 'std::shared_ptr' (in <memory>), as
a follow-up to this resolution:
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0521r0.html
An alternative would be to get it back by defining
_LIBCPP_ENABLE_CXX20_REMOVED_SHARED_PTR_UNIQUE before including the libc++
headers, but trying to fight the standard may not be a wise move going forward,
especially if/as other C++ libraries follow suit.
Upstream MR (approved) is at
https://invent.kde.org/pim/kleopatra/-/merge_requests/205 .
PR: 279139
Approved by: kde (maintainer)
Approved by: jrm (ports)
Approved by: markj (mentor)
2024-05-22 21:51:01 +02:00
Ashish SHUKLA
bf07b314c2
www/dufs: Update to 0.41.0
2024-05-22 19:31:30 +00:00
Andrew Fyfe
b77636e7a4
shells/fish: update to 3.7.1 and fix Makefile
...
- Update to fish 3.7.1.
- Remove zfs feature check patch; included upstream.
- Remove post install step to strip binaries; binaries are stripped
durting install.
- Add post install steps to remove documentation and/or manual pages if
DOCS and/or MANPAGES are not enabled. Be default fish always installs
documentation and manual pages.
PR: 278468
Approved by: asomers (maintainer)
2024-05-22 12:31:28 -06:00
Alan Somers
f07a5570ef
net-mgmt/nfs-exporter: version 0.4.4
...
The sole change is to fix the build with Rust 1.80.0 and later
compilers.
PR: 279229
Sponsored by: Axcient
2024-05-22 12:17:29 -06:00
Benjamin Jacobs
bb2bea65db
ocaml: Updates to ocaml compiler and several ocaml ports
...
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4]
- devel/ocaml-result: Set package version, strip shared objects [5]
- devel/ocaml-sexplib: Resurrect and update to 0.16.0.
- devel/ocaml-stdio: Update to 0.17.0
- security/ocaml-cryptokit: Update to 1.19, add LICENSE, other
improvements
- security/ocaml-ssl: Update to 0.7.0, install stublibs in package
directory [6]
- x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch
command
- Bump PORTREVISION on ports requiring it after update.
Adding ports:
- devel/ocaml-cstruct
- devel/ocaml-compiler-libs [7]
- devel/ocaml-ppx_derivers [7]
- devel/ocaml-ppxlib [7]
- devel/ocaml-domain-name
- devel/ocaml-ocplib-endian [8]
- devel/ocaml-parsexp
- devel/ocaml-ppx_sexp_conv
- security/ocaml-lwt_ssl [9]
Resetting maintainership from michipili@gmail.com due to multiple
timeouts and long term unresponsiveness.
Assigning maintainership of lang/ocaml to author of this patch.
Many thanks to him for his work!
PR: 278300 [1], 278791 [2], 277818 [3], 277781 [4],
277775 [6], 277779 [7], 277780 [8], 277782 [9]
Approved by: michipili@gmail.com (maintainer timeout) [1],
danfe@FreeBSD.org (maintainer timeout) [3] [4] [6],
fixit, avoid breakage [5]
Differential Revision: https://reviews.freebsd.org/D45254
2024-05-22 19:16:28 +02:00
Jason E. Hale
1e1a1e9ebc
devel/ninja: Roll back to 1.11.1
...
Despite passing an exp-run and successful local builds, there still
exists a race condition in www/qt[56]-webengine when building with
ninja 1.12.x that is proving difficult to solve. After a successful
build, it seems subsequent builds fail when using ccache with a
generated header missing before it is needed at compile time.
Even after adding //chrome/app:generated_resources_grit as a dep in
src/3rdparty/chromium/chrome/browser/devtools/BUILD.gn, the build is
still failing with:
../../../../../qtwebengine-everywhere-src-6.7.0/src/3rdparty/chromium/chrome/browser/devtools/devtools_file_helper.cc:31:10:
fatal error: 'chrome/grit/generated_resources.h' file not found
This comes very late in the build, so trial and error attempts to fix
this are tedious, costing an hour+ of build time with each attempt.
Reverting to ninja 1.11.1 gets things building again while this can
sorted out in the background under less stressful conditions.
This partially reverts bb0835fd3a
.
PR: 279162, 279164
Reported by: Robert Cina <transitive@gmail.com>
2024-05-22 13:13:01 -04:00
Dave Cottlehuber
eeff19a86c
misc/py-aider-chat: new port - AI pair programming in your terminal
...
Sponsored by: SkunkWerks, GmbH
2024-05-22 17:11:40 +00:00
Dave Cottlehuber
df1814af51
misc/py-openai: update to 1.30.1
...
Approved by: yuri
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D45298
2024-05-22 17:11:40 +00:00
Yuri Victorovich
6aa4e14381
deskutils/rwpspread: New port: Multi-monitor Wallpaper utility
2024-05-22 10:08:06 -07:00
Juraj Lutter
5d933f61d0
net/ocserv: Update to 1.3.0
...
Release notes: https://gitlab.com/openconnect/ocserv/-/releases/1.3.0
2024-05-22 18:36:21 +02:00
Juraj Lutter
dcc44d7815
security/py-badkeys: Update to 0.0.11
2024-05-22 18:36:21 +02:00
Dan Langille
e7a7557068
net-mgmt/librenms: Update to 24.5.0
...
re: https://github.com/librenms/librenms/releases/tag/24.5.0
NOTE: the sample newsyslog.conf file will now:
* rotate /var/log/librenms/*.log instead of naming just two
* retain 14 days of logs, was 7
* not compress the log (if not ZFS, you want J, not -)
2024-05-22 16:29:02 +00:00
Baptiste Daroussin
7e3b5cf286
security/scanlogd: fix periodic on current
2024-05-22 17:12:31 +02:00
Baptiste Daroussin
7cdaa4ba44
ports-mgmt/pkg: update to 1.21.3
...
Fix periodic script on current
2024-05-22 17:04:34 +02:00
Matthias Fechner
817c86d447
security/vuxml: documented gitlab vulnerabilities
2024-05-22 17:45:28 +03:00
Matthias Fechner
0df64b7edc
www/gitlab: added gmake and python as runtime dependency
...
the are required for the asset compilation
2024-05-22 17:38:20 +03:00
Ashish SHUKLA
9f910dd3a5
www/element-web: Update to 1.11.67
...
Approved by: maintainer (implicit, version bump, as per PR 258262)
2024-05-22 14:30:16 +00:00
Pietro Cerutti
fa056869be
databases/retcl: update to 0.5.0
...
Changes:
* support TLS connections
2024-05-22 14:03:04 +00:00
Dave Cottlehuber
3b79ed749e
www/py-streamlit: new port - turn data scripts into shareable web apps
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
5c23643be7
textproc/py-grep-ast: new port - grep AST of source files
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
969cda56e5
misc/py-llm-claude-3: new port - anthropic claude3 lib for py-llm
...
Differential Revision: https://reviews.freebsd.org/D45269
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
01ceeb69a0
misc/py-llm: new port - interact with remote and local models incl OpenAI, and Anthropic
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
18ac24ac0e
misc/py-anthropic: new port - REST-based SDK for Anthropic API
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
f0fec65dc7
misc/py-files-to-prompt: new port - concatenate files for LLM prompts
2024-05-22 13:57:17 +00:00
Dave Cottlehuber
6ed889c845
databases/py-sqlite-migrate: new port: plugin for py-sqlite-utils
2024-05-22 13:57:16 +00:00
Dave Cottlehuber
ea5d787952
databases/py-sqlite-utils: update to 3.36
2024-05-22 13:57:16 +00:00
Dave Cottlehuber
d945dd5bd7
devel/py-diskcache: avoid reliance on DQS extension
...
- https://github.com/grantjenks/python-diskcache/pull/311
Differential Revision: https://reviews.freebsd.org/D45295
Approved by: yuri
Sponsored by: SkunkWerks, GmbH
2024-05-22 13:57:16 +00:00
Robert Nagy
6acad34cb2
www/chromium: update to 125.0.6422.76 and implement selectable audio backend support
...
with these changes, chromium now automatically selects which
audio backend to use in the following order:
pulse (if running) -> sndio -> alsa -> fake
an additional command line option has been also implemented so
that the user can force which backend to use:
--audio-backend={auto,sndio,pulse,alsa}
Security: https://vuxml.freebsd.org/freebsd/8247af0d-183b-11ef-9f97-a8a1599412c6.html
PR: 246449
2024-05-22 15:26:15 +02:00
Robert Nagy
7cf9cbe6d5
security/vuxml: add www/*chromium < 125.0.6422.76
...
Obtained from: https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_21.html
2024-05-22 15:06:32 +02:00
Pietro Cerutti
9ad9dff646
lang/picolisp: update to 24.3
...
See https://software-lab.de/doc/ChangeLog
2024-05-22 07:55:45 +00:00
Yuri Victorovich
1be1807f0f
devel/bacon: update 2.17.0 → 2.18.1
...
Reported by: portscout
2024-05-22 00:39:58 -07:00
Yuri Victorovich
4f7c041e78
devel/buf: update 1.32.0 → 1.32.1
...
Reported by: portscout
2024-05-22 00:39:58 -07:00
Yuri Victorovich
6de8e55058
devel/uv: update 0.1.39 → 0.1.45
...
Reported by: portscout
2024-05-22 00:39:57 -07:00
Yuri Victorovich
5f3bd0fa00
finance/fabric: update 2.5.7 → 2.5.8
...
Reported by: portscout
2024-05-22 00:39:57 -07:00
Yuri Victorovich
d332776508
math/clad: update 1.4 → 1.5
...
Reported by: portscout
2024-05-22 00:39:56 -07:00
Yuri Victorovich
3d662162df
math/gretl: update 2024a → 2024b
...
Reported by: portscout
2024-05-22 00:39:56 -07:00
Yuri Victorovich
4a8da9aef3
misc/llama-cpp: update 2940 → 2961
...
Reported by: portscout
2024-05-22 00:39:55 -07:00
Yuri Victorovich
ef1c57aab7
math/py-primme: update 3.2.1 → 3.2.2
...
Reported by: portscout
2024-05-22 00:39:55 -07:00
Yuri Victorovich
4c31bd3f18
security/botan3: Followup to build fix: add comment for clarity
2024-05-22 00:39:54 -07:00
Sergei Vyshenski
8f19e6adc6
graphics/p5-Image-ExifTool-devel: Update to 12.85
...
ChangeLog: https://exiftool.org/history.html
PR: 279213
2024-05-22 08:23:18 +02:00
Yuri Victorovich
2d77b3e4a5
sysutils/systeroid: New port: More powerful alternative to sysctl(8) with a terminal user interface
2024-05-21 20:45:09 -07:00
Charlie Li
07726988c2
editors/xed: update to 3.4.5
2024-05-22 11:29:03 +08:00
Charlie Li
d35432af06
x11/py-python-xapp: update to 2.4.1
2024-05-22 11:28:25 +08:00
Charlie Li
df1bd61c62
x11/xapp: update to 2.8.2
...
While here, use %%DOCS%% instead of %%PORTDOCS%%
2024-05-22 11:27:09 +08:00
Yuri Victorovich
d863e42c92
security/botan3: Unbreak on amd64 and arm64 by using llvm-17
...
PR: 279136
2024-05-21 18:59:38 -07:00
Alessandro Sagratini
60fbd70ebe
devel/rubygem-oci: Update to 2.21.1
...
Changelog:
v2.21.1: https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.21.1
v2.21.0: https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.21.0
PR: 278850
Approved by: tcberner (mentor, implicit)
2024-05-22 00:59:57 +02:00
Juraj Lutter
bebf427f2c
net-mgmt/zabbix64-server: Update to 6.4.15
...
Release notes: https://www.zabbix.com/rn/rn6.4.15
2024-05-22 00:56:00 +02:00
Juraj Lutter
d139b5ef7b
net-mgmt/zabbix6-server: Update to 6.0.30
...
Release notes: https://www.zabbix.com/rn/rn6.0.30
2024-05-22 00:55:24 +02:00
Palle Girgensohn
e3d8f01a83
net-mgmt/telegraf: Update to 1.30.3
...
Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.30.3
2024-05-21 23:00:24 +02:00
Matthias Andree
ac0e46f346
mail/bogofilter-bdb: deprecate Berkeley DB variant
2024-05-21 02:57:13 +02:00