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

660734 Commits

Author SHA1 Message Date
Nuno Teixeira
ac2d227e9b R-cran-slam: New port: Sparse Lightweight Arrays and Matrices
Data structures and algorithms for sparse arrays and matrices,
based on index arrays and simple triplet representations,
respectively.

WWW: https://cran.r-project.org/web/packages/slam/
2024-04-18 09:36:09 +01:00
Nuno Teixeira
48ecd3c6ec math/R-cran-lme4: Update to 1.1-35.3
ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
2024-04-18 09:31:02 +01:00
Nuno Teixeira
451dd1c59f security/s2n-tls: Update to 1.4.12
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.4.12
2024-04-18 09:31:02 +01:00
Philippe Audeoud
8278a71aff net/p5-Net-Whois-Raw: update to 2.99039 2024-04-18 09:52:46 +02:00
Yuri Victorovich
ddf83690e4 cad/py-gdstk: update 0.9.50 → 0.9.51
Reported by:	portscout
2024-04-17 23:02:44 -07:00
Yuri Victorovich
9f9f2c28d0 sysutils/conan: update 2.2.2 → 2.2.3
Reported by:	portscout
2024-04-17 23:02:43 -07:00
Yuri Victorovich
822afec28a cad/veryl: update 0.8.2 → 0.9.0
Reported by:	portscout
2024-04-17 23:02:43 -07:00
Yuri Victorovich
c088af739a devel/argc: update 1.16.0 → 1.17.0
Reported by:	portscout
2024-04-17 23:02:42 -07:00
Yuri Victorovich
8bcc99e2dd devel/gitu: update 0.15.0 → 0.17.1
Reported by:	portscout
2024-04-17 23:02:42 -07:00
Yuri Victorovich
551a08e1b1 misc/llama-cpp: update 2687 → 2690
Reported by:	portscout
2024-04-17 23:02:41 -07:00
Yuri Victorovich
9867abc3ab math/cadabra2: update 2.4.5.4 → 2.4.5.5
Reported by:	portscout
2024-04-17 23:02:41 -07:00
Yuri Victorovich
42061cd40e security/palisade: update 1.11.6 → 1.11.9 2024-04-17 23:02:40 -07:00
Emanuel Haupt
4144b04fd5 devel/py-tdworkflow: Update to 0.8.3
Upstream issue:	https://github.com/chezou/tdworkflow/pull/29
2024-04-18 07:19:32 +02:00
Larry Rosenman
6925b78750
devel/cdecl: update to 16.3
ChangeLog:
Better destructor parameter error message
Attempting either to explain or declare a destructor having a parameter list now prints "destructors may not have parameters" explicitly.

Defining a type more than once
If a type is defined again where the current language is older than the language in which it was previously defined, the type's set of languages is now updated to be the current language and newer. For example, previously:

cdecl> set c23
cdecl> typedef int Int
cdecl> show
typedef int Int;
cdecl> set c17
cdecl> typedef int Int        // Already exists so did nothing.
cdecl> show                   // Would NOT show anything.
cdecl>
Now the second typedef would update Int to make it available in C17 and newer so the second show would show it.

Multiple conflicting declarations
Now exhaustively checking multiple declarations for conflicts in C. Previously, multiple declarations of a variable or function with conflicting types that was separated by a different variable or function wasn't caught:

int x, x;                     // OK in C
int x, *x;                    // error (different types)
int x, y, *x;                 // error, but wasn't caught
Now it is.

Using macros elsewhere
Previously, attempting to use a macro where names are generally allowed would result in an error like:

cdecl> #define N 5
cdecl> explain int a[N]
                     ^
15: syntax error: "N": ']' expected
because "N" was returned as a macro token by the lexer. Now, the lexer ignores the fact that a name might be a macro.
2024-04-17 22:59:51 -05:00
Jan Beich
0baad9e156 x11/fnott: update to 1.5.0
Changes:	https://codeberg.org/dnkl/fnott/releases/tag/1.5.0
Reported by:	Repology
2024-04-18 03:52:25 +02:00
Jan Beich
2071f362eb graphics/mesa-devel: update to 24.0.b.4919
Changes:	2543f5a594...40f39482e1
2024-04-18 02:34:23 +02:00
Jan Beich
005315a7de games/veloren-weekly: update to s20240417
Changes:	7a0b3bff5...fb99defff
2024-04-18 02:34:22 +02:00
Jan Beich
62bced09f1 emulators/rpcs3: update to 0.0.31.16347
Changes:	54ab16ab35...40eda1b972
2024-04-18 02:34:21 +02:00
Jan Beich
c562fc25e2 graphics/vulkan-validation-layers: update to 1.3.282
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.281...v1.3.282
Reported by:	Repology, portscout
2024-04-18 02:34:20 +02:00
Jan Beich
def9e28fec graphics/vulkan-tools: update to 1.3.282
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.280...v1.3.282
Reported by:	Repology, portscout
2024-04-18 02:34:19 +02:00
Jan Beich
a777819aa2 multimedia/mpv: update to 0.38.0
Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.38.0
Reported by:	GitHub (watch releases)
2024-04-18 02:34:17 +02:00
Jason W. Bacon
507fa8ab37 biology/minimap2: Fix man prefix
Missed in last update, done just before prefix/man was obsoleted
2024-04-17 17:52:15 -05:00
Brooks Davis
056b0756eb devel/llvm-devel: new snapshot
Allow sanitizers to work without a direct link to libsys.
2024-04-17 23:24:17 +01:00
Christian Weisgerber
5d55ec5b18 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-17 22:30:27 +02:00
Sergey A. Osokin
b997928b88 net-im/telegram-desktop: update 4.16.7 -> 4.16.8 2024-04-17 16:23:47 -04:00
Jan Beich
6dbdd72125 x11/dwlb: update to s20240409
Changes:	d215054...78a5302
2024-04-17 21:40:18 +02:00
Ashish SHUKLA
5cb44b18a6
security/tailscale: Update to 1.64.2 2024-04-17 18:57:00 +00:00
Jan Beich
dc473fffd8 x11-wm/wayfire: convert to cmake:indirect 2024-04-17 20:30:13 +02:00
Jan Beich
e77e727c88 x11-wm/hyprland: convert to cmake:indirect 2024-04-17 20:30:12 +02:00
Jan Beich
484cdffa84 x11-wm/gamescope: convert to cmake:indirect 2024-04-17 20:30:10 +02:00
Jan Beich
b97627135c x11-wm/chamfer: convert to cmake:indirect 2024-04-17 20:30:09 +02:00
Jan Beich
1caac90f82 devel/wf-config: convert to cmake:indirect 2024-04-17 20:30:07 +02:00
Jan Beich
4f92879b48 benchmarks/vkmark: convert to cmake:indirect 2024-04-17 20:30:06 +02:00
Jan Beich
c190cc3654 x11/xcur2png: drop GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf 2024-04-17 20:30:04 +02:00
Kevin Bowling
ef2aba1f86 net-p2p/bitcoin: Update to 27.0
Changes https://bitcoincore.org/bin/bitcoin-core-27.0/
2024-04-17 11:19:36 -07:00
Jan Beich
76623019e8 x11/foot: update to 1.17.2
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.17.2
Reported by:	upstream (via mail)
2024-04-17 20:04:53 +02:00
Jan Beich
3486126242 graphics/vulkan-utility-libraries: update to 1.3.282
Changes:	https://github.com/KhronosGroup/Vulkan-Utility-Libraries/compare/v1.3.281...v1.3.282
Reported by:	Repology, portscout
2024-04-17 20:04:52 +02:00
Jan Beich
b6f83a5d7f graphics/vulkan-loader: update to 1.3.282
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.281...v1.3.282
Reported by:	Repology, portscout
2024-04-17 20:04:51 +02:00
Jan Beich
77a4285d77 graphics/vulkan-headers: update to 1.3.282
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.281...v1.3.282
Reported by:	Repology, portscout
2024-04-17 20:04:51 +02:00
Dries Michiels
bdac127886 multimedia/emby-server-devel: update to 4.9.0.14
Changes:	https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.0.14
2024-04-17 19:29:17 +02:00
Larry Rosenman
c5dfa46edc
security/1password-client2: update to 2.27.0
Changes:
This release includes error message improvements as well as fixes in SSH key formatting and permission management.

IMPROVEMENTS
`op read` will now output an error message consistent with the secret reference
provided, when no matching field or section is found within the item. {3592}
FIXED
Output of SSH private keys on non-DOS OSes no longer includes
the carriage return character in line-breaks. {3913}
Users and groups can now grant and revoke permissions if they have
the `manage_vault` permission. {3863}
2024-04-17 11:10:10 -05:00
Fernando Apesteguía
7206247051 graphics/converseen: update to 0.12.2.2
ChangeLog: https://converseen.fasterland.net/

 * Reading PDF files during import is now much faster (Works only with
   ImageMagick7)
 * Service Menu is now compatible with KDE Plasma 6
 * Fixed keyboard shortcuts
 * Various Bugfixes
2024-04-17 17:22:20 +02:00
Nicola Vitale
e3b6154752
www/py-google-api-python-client: Update to 2.126.0
Release changes:	https://github.com/googleapis/google-api-python-client/releases/tag/v2.126.0
Reported by:	release-please[bot] <notifications@github.com>
2024-04-17 15:01:34 +02:00
Ganael LAPLANCHE
96261a1e5a devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
2024-04-17 13:28:34 +02:00
Michael Osipov
e3ea2e922e www/tomcat-native: take ownership
As agreed with ale@, I am taking ownership of this port.

Approved by:	otis (mentor), ale
Differential Revision:	https://reviews.freebsd.org/D44822
2024-04-17 10:56:53 +02:00
Yuri Victorovich
19a58505af devel/py-QtPy: update 2.4.0 → 2.4.1
Reported by:	portscout
2024-04-17 01:03:24 -07:00
Yuri Victorovich
57c2b37e64 benchmarks/ior: update 3.3.0-20230112 → 4.0.0
Reported by:	portscout
2024-04-17 00:57:37 -07:00
Yuri Victorovich
5ff1878c6f devel/py-diff-cover: update 8.0.3 → 9.0.0
Reported by:	portscout
2024-04-17 00:57:23 -07:00
Yuri Victorovich
aa1a2eae90 math/py-cvxpy: update 1.4.2 → 1.4.3
Reported by:	portscout
2024-04-17 00:38:23 -07:00
Yuri Victorovich
f177480bce cad/veroroute: update 2.38 → 2.39
Reported by:	portscout
2024-04-17 00:38:22 -07:00