1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

649230 Commits

Author SHA1 Message Date
Lorenzo Salvadore
41870b7b7d
lang/gcc{12,13}: Switch back to standard bootstrap
Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as default
option instead of LTO_BOOTSTRAP, forwarding the changes already commited
in the devel ports (commits daf12c76bd,
872d61f8ea, and
da4cb11216) and in lang/gcc11 (commit
3e0fc5e760)

Users wanting to use LTO_BOOTSTRAP can still enable the option manually.

PR:		273397
Tested by:	exp-run (antoine)
2024-02-03 09:57:04 +00:00
Yuri Victorovich
46ae846f05 audio/surge-synthesizer-lv2: Broken on powerpc*
Reported by:	fallout
2024-02-03 00:57:57 -08:00
Nuno Teixeira
691fc30adb devel/R-cran-hardhat: Update to 1.3.1
- Switch to DISTVERSION
- Define license file
- Add test dependencies
- Take maintainership

ChangeLog: https://cran.r-project.org/web/packages/hardhat/news/news.html
2024-02-03 08:46:02 +00:00
Nuno Teixeira
b008ae57de www/R-cran-httpuv: Unbundle devel/libuv
While here, apply upstream patch to fix tests when all of the unsafe
ports are available (e.g. poudriere jail).

See also: https://github.com/rstudio/httpuv/pull/396
2024-02-03 08:46:02 +00:00
Nuno Teixeira
e855ba6850 sysutils/testdisk: Update to 7.2
- Move manpages to PREFIX/share
- Move PLIST_FILES to pkg-plist
- Take maintainership

ChangeLog: https://www.cgsecurity.org/wiki/TestDisk_7.2_Release
2024-02-03 08:46:01 +00:00
Yuri Victorovich
4a005a4b3e sysutils/mise: update 2024.2.2 → 2024.2.4
Reported by:	portscout
2024-02-02 23:52:53 -08:00
Yuri Victorovich
63f054112a lang/gluon: Broken on armv7
Reported by:	fallout
2024-02-02 23:52:52 -08:00
Yuri Victorovich
0bea4e57e7 sysutils/xcp: update 0.18.1 → 0.19.0
Reported by:	portscout
2024-02-02 23:52:52 -08:00
Yuri Victorovich
fcdadc6106 www/py-cachecontrol: update 0.13.1 → 0.14.0
Reported by:	portscout
2024-02-02 23:52:51 -08:00
Yuri Victorovich
8db64b6026 multimedia/ustreamer: update 5.48 → 5.49
Reported by:	portscout
2024-02-02 23:52:51 -08:00
Yuri Victorovich
34fefd5220 deskutils/pet: Simplify port by using GO_MODULE 2024-02-02 23:52:50 -08:00
Yuri Victorovich
c1bef2e657 lang/eisl: update 3.60 → 3.70
Reported by:	portscout
2024-02-02 23:52:50 -08:00
Yuri Victorovich
229e613957 devel/entt: update 3.13.0 → 3.13.1
Reported by:	portscout
2024-02-02 23:52:50 -08:00
Yuri Victorovich
57c7c91ef4 misc/dive: update 0.11.0 → 0.12.0
Reported by:	portscout
2024-02-02 23:52:49 -08:00
Robert Nagy
06353dcac8 www/chromium: ship vk_swiftshader_icd.json for libvk_swiftshader
PR:		276637
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2024-02-03 08:04:02 +01:00
Gleb Popov
15506688c9 devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols. 2024-02-03 09:31:40 +03:00
Gleb Popov
2c24a73ff2 Features/debuginfo.mk: Automatically generate a subpackage with debugging info.
Differential Revision: https://reviews.freebsd.org/D43515

Tested by:	flo
Approved by:	portmgr, emaste
2024-02-03 09:31:13 +03:00
Jan Beich
1f294397c2 net/neatvnc: update to 0.7.2
Changes:	https://github.com/any1/neatvnc/releases/tag/v0.7.2
Reported by:	GitHub (watch releases)
2024-02-03 07:15:23 +01:00
Hiroki Tagato
f4ab72f992 misc/py-openai: update runtime dependency on py-pydantic to py-pydantic2
misc/py-shell-gpt (one of the dependent ports on py-openai) has the
following dependency graph:

misc/py-shell-gpt -> misc/py-instructor -> devel/py-pydantic2
                     (pyproject.toml contains pydantic = "^2.0.2")
                  -> misc/py-openai -> devel/py-pydantic
                     (pyproject.toml contains "pydantic>=1.9.0, <3")

Updating the dependency of py-openai to py-pydantic2 satisfies both
requirements at the same time.

PR:		276548
Approved by:	yuri (maintainer)
2024-02-03 15:01:37 +09:00
John Hixson
ece1cb52e7
security/sssd: mark port deprecated
- Very old version of this port no longer supported
- sssd-devel has current versions
2024-02-02 21:51:53 -08:00
John Hixson
483209e26e
www/minio-client: update to RELEASE.2024-01-31T08-59-40Z
- Update port to use new golang port methods
2024-02-02 21:38:30 -08:00
Jan Beich
1ad9c73b56 audio/linux-c7-alsa-plugins-oss: install vendor config after 077152a79a
linux-c7-alsa-lib uses default config from alsa-lib since 1aaf3941aa.

$ /compat/linux/usr/bin/aplay foo.wav
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM oss
aplay: main:828: audio open error: No such file or directory

PR:		245321
2024-02-03 06:09:13 +01:00
Gabriel M. Dutra
c4ef4e5bf3 security/tfsec: Update to 1.28.5
ChangeLog:
https://github.com/aquasecurity/tfsec/releases/tag/v1.28.5

Approved by:	dbaio(mentor),garga(mentor)
Differential Revision:	https://reviews.freebsd.org/D43706
2024-02-03 02:00:58 -03:00
Gabriel M. Dutra
6d36a72acb net-mgmt/pushgateway: Update to 1.7.0
ChangeLog:
https://github.com/prometheus/pushgateway/releases/tag/v1.7.0

Approved by:	dbaio(mentor)
Differential Revision:	https://reviews.freebsd.org/D43698
2024-02-03 01:42:39 -03:00
Daniel Engberg
8f6099e035 security/mbedtls: Update to 2.28.7
- Switch to CMake, this is more inline with other distros and
  simplifies port
- Modernize port to follow Porters Handbook more closely
- Drop configuration patch and use upstream's supplied tool instead

Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.7

PR:		276661
Reviewed by:	tijl (maintainer)
2024-02-03 05:21:48 +01:00
Jan Beich
204618516a graphics/vulkan-validation-layers: update to 1.3.277
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.276...v1.3.277
Reported by:	Repology, portscout
2024-02-03 05:18:55 +01:00
John Hixson
13855a89a3
security/sssd-devel: update to version 2.9.4 2024-02-02 19:48:43 -08:00
TAKATSU Tomonari
cc5d9b2862 graphics/R-cran-viridis: Update to 0.6.5
Reported by:	portscout
2024-02-03 03:19:39 +00:00
TAKATSU Tomonari
770f716c5e math/R-cran-robustbase: Update to 0.99-2
Reported by:	portscout
2024-02-03 03:19:39 +00:00
John Hixson
f2fac7e8e6
sysutils/nomad: update to v1.7.3
- Update the port to use current golang port methods
2024-02-02 17:51:12 -08:00
John Hixson
53965bc311
net/nsq: update to v1.3.0 2024-02-02 17:07:48 -08:00
Wen Heping
3f853a69d8 biology/python-nexus: Update to 2.9.0 and fix build with python-3.11
PR:		275494
2024-02-03 00:58:29 +00:00
Wen Heping
ca41103d32 devel/py-clldutils: Add new port.
Originally, clldutils started out as a library for functionality often
used in clld web apps. Over time, it turned into a toolbox for various
data curation tasks, with a focus on cross-linguistic data.
2024-02-03 00:58:29 +00:00
Wen Heping
d9d5b36205 biology/py-newick: Add new port
A python module to read and write the Newick format.
2024-02-03 00:58:29 +00:00
Wen Heping
407330f44b sysutils/swtpm: Fix build with python-3.11
PR:		276781
Reported by:	wen@
Approved by:	maintainer
2024-02-03 00:58:29 +00:00
John Hixson
9bd4903fe7
sysutils/ipfs-go: Update to v0.26.0 2024-02-02 16:24:40 -08:00
Hiroki Tagato
f12d584693 devel/electron28: update to 28.2.1
Changelog: https://github.com/electron/electron/releases/tag/v28.2.1

Reported by:	GitHub (watch releases)
Security:	13a8c4bf-cb2b-48ec-b49c-a3875c72b3e8
2024-02-03 08:00:14 +09:00
Yuri Victorovich
e45628b124 sysutils/process-viewer: Broken on powerpc64le
Reported by:	fallout
2024-02-02 14:57:39 -08:00
Yuri Victorovich
0263da8894 x11/sirula: Broken on powerpc64le
Reported by:	fallout
2024-02-02 13:55:04 -08:00
Yuri Victorovich
e0b434fb12 multimedia/neolink: Broken on powerpc64le
Reported by:	fallout
2024-02-02 13:53:50 -08:00
Yuri Victorovich
b40f58a980 x11/eww: Broken on powerpc64le
Reported by:	fallout
2024-02-02 13:51:30 -08:00
Yuri Victorovich
e8cc628ef2 multimedia/termplay: Broken on powerpc64le
Reported by:	fallout
2024-02-02 13:38:49 -08:00
Yuri Victorovich
076c40f635 biology/ngs-sdk: Not for powerpc, powerpc64le 2024-02-02 13:33:37 -08:00
Yuri Victorovich
b941a535dc multimedia/kew: New port: Command-line music player 2024-02-02 07:58:57 -07:00
Yuri Victorovich
926d522c9c devel/gitoxide: update 0.32.0 → 0.33.0 2024-02-02 13:09:23 -08:00
Yuri Victorovich
e0a7e25a2b misc/air: update g20230102 → 0.6.9 2024-02-02 13:09:23 -08:00
Thomas Zander
b4566f807c
audio/baresip: Update to upstream release 3.9.0 2024-02-02 21:13:50 +01:00
Thomas Zander
0044592b7c
audio/re: Update to upstream release 3.9.0 2024-02-02 21:13:49 +01:00
Mikael Urankar
0e3be96af9 net-im/signal-desktop: Update to 6.46.0 2024-02-02 20:06:58 +01:00
Mikael Urankar
446d4217a7 net-im/libsignal-node: Update to 0.39.1 2024-02-02 20:06:08 +01:00