1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Commit Graph

686510 Commits

Author SHA1 Message Date
Jason E. Hale
877838cddb devel/qt6-base: Fix broken mouse behavior
Add upstream patch that reverts a bad commit causing mouse scroll wheel,
button click, and button mapping issues with certain window managers.
The report in this case was being unable to click on items in menu bars.

PR:		282335
Reported by:	<mmatalka@gmail.com>
MFH:		2024Q4
2024-11-20 16:07:26 -05:00
Thibault Payet
2c0fada6cc games/linux-steam-utils: Update 20240625 → 20241116, take maintainership
Commit log:
20240625...ea0fe31e

PR:	282804
2024-11-20 23:49:08 +03:00
Kurt Jaeger
f771f52f8b x11-servers/xwayland: update 24.1.2 -> 24.1.4 to fix CVE-2024-9632
PR:		282415
Relnotes:	https://lists.x.org/archives/xorg-announce/2024-October/003547.html
		https://lists.x.org/archives/xorg-announce/2024-October/003532.html
2024-11-20 20:14:36 +01:00
Kurt Jaeger
a273f8256b x11-servers/xorg-server: update 21.1.13 -> 21.1.14 to fix CVE-2024-9632
PR: 		282415
Relnotes:	https://lists.x.org/archives/xorg-announce/2024-October/003545.html
Reviewed by:	manu
2024-11-20 20:10:42 +01:00
Martin Filla
7be75c9ecc graphics/zeno: Update 2023.11.16 → 2024.10.1
Use GCC for build:
/wrkdirs/usr/ports/graphics/zeno/work/zeno-2024.10.1/zeno/src/nodes/neo/PrimUnmerge.cpp:237:35: error: capturing a structured binding is not yet supported in OpenMP
  237 |                     arr[i] = attr[val[i]];
      |                                   ^

Upstream issue:	https://github.com/zenustech/zeno/issues/2022
LLVM issue:	https://github.com/llvm/llvm-project/issues/33025

Changelog:
https://github.com/zenustech/zeno/releases/tag/2024.10.1

PR:	282753
2024-11-20 21:23:27 +03:00
Dima Panov
e0ea6bfc37
textproc/aspell-ispell: sync with main aspell port version 0.60.8.1 2024-11-20 21:21:08 +03:00
Dima Panov
2fc8d68eff
x11-fm/doublecmd: update to 1.1.20 gamma release (+)
Update DC help package to 1.1.18
2024-11-20 21:15:24 +03:00
Dima Panov
42673dd35c
databases/py-mysqlclient: update to 2.2.6 release
Release Notes:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.2.6
2024-11-20 21:10:55 +03:00
Fernando Apesteguía
e4abb7177e cad/openvsp: update to 3.41.1
ChangeLog: https://openvsp.org/blogs/announcements/2024/11/10/openvsp-3-41-0-released

Features:

 * Re-map ParmID’s when changing XSecCurve type
 * Add link loop breaking message to advanced links
 * Write structure assemblies to STL and GMsh files
 * Calculate structure assembly mass

Library Updates:

 * Clipper2, better match packages available in Linux distributions
 * Pinocchio, build fix for some platforms
 * Delabella, build fix for some platforms
 * Triangle, avoid crashes and infinite loops, avoid namespace issues

Fixes:

 * Fix base airfoil scale when setting airfoil points via API.
 * Make API ScreenGrab() and UpdateGUI() blocking.
 * Fix ScreenGrab from API.
 * Fix StopGUI behavior from GUI within facade.
 * Fix GUI and Server shutdown from facade on MacOS.
 * Fix need for sleep() on facade GUI API startup.
 * Fix Conformal Component memory error identified by Jason Le.
 * Fix Conformal Component update lag when parent symmetry changed.
 * Fix bug of copying Parm instead of Parm value
 * Fix Structures handling of symmetry for parts including trims
 * Fix Structures meshing issues, should reduce crashes
 * Fix Structures trimming at the center line
2024-11-20 18:05:14 +01:00
Fernando Apesteguía
3fb010bb93 www/gohugo: update to 0.138.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.0

Note

 * dartsass: Remove support for v1 of the protocol/binary (note)
 * Remove deprecations <= v0.122.0 (note)

Bug fixes

 * dartsass: Fix error message
 * Fix extra newline/paragraphs issue with .RenderShortcodes
 * markup/goldmark: Fix typo in error message

Improvements

 * Make sure term is always set
 * dartsass: Add silenceDeprecations option
 * Run go mod tidy
 * commands: Add -O flag to server to open browser
 * Preserve input type.
 * server: Strip ANSI escape codes from browser error log
 * parser/metadecoders: Add benchmark
 * Add site.Store and hugo.Store and Shortcode.Store

 * markup/goldmark: Improve the raw HTML omitted warning
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.138.0

 * Fix concurrent map read and map write in short page lookups
 * Alias Page.Scratch to Page.Store (note)

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.1

 * common/hugo: Add withdeploy to the version string printed in hugo version
 * markup: Goldmark log "Raw HTML omitted" warning also for inline HTML
 * build: Add missing withdeploy archive for Windows
 * commands: Print the "deploy not available" error message even if
 * flags provided
 * tpl/tplimpl: Create an embedded comment shortcode

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.0

Bug fixes

 * Fix stale pages on rebuilds in GetPage with short refs
 * Fix some RenderShortcodes error cases
 * dynacache: Fix potential deadlocks on panics in GetOrCreate e10915f @bep

Improvements

 * Do not watch directories with no mounted files in it
 * markup/goldmark: Only log Raw HTML omitted WARN on block entering
 * markup/goldmark: Add warning (using Warnidf) on Goldmark
 * resources: Address Dart Sass deprecation of global built-in functions
 * github: Adjust test workflow to install Dart Sass v1.80.3
 * Build without the deploy feature by default

Dependency Updates

 * deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0
 * deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0

Documentation

 * Update README.md

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.5

 * Fix stuck server error issues

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.4

 * tpl/transform: Revert unmarshal whitespace removal

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.3

 * docker: Fix permission issues in Dockerfile
 * Make sure that HugoSites is always closed when done
 * tpl/strings: Add TrimSpace function
 * common/herrors: Fix the deferred error message cleaner regexp
 * tpl/transform: Don't fail on "no data to transform"

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.2

 * docker: Fix Dart Sass ARM64 arch mismatch, /cache permissions
2024-11-20 18:03:33 +01:00
Benjamin Jacobs
f7ef3b306b textproc/sexp: Add new port
Command-line tool for processing S-expressions

PR:	282868
2024-11-20 13:27:41 -03:00
Jan Beich
2a511a334e multimedia/libgav1: drop maintainership 2024-11-20 14:32:50 +01:00
Jan Beich
1dbb613969 multimedia/libgav1: switch distfile mirror
Avoid having to maintain my own mirror. To find more use
https://github.com/search?q=libgav1&type=repositories&s=updated
2024-11-20 14:32:39 +01:00
Baptiste Daroussin
288a93fe4f mail/neomutt: handover to gahr@ 2024-11-20 14:24:55 +01:00
Baptiste Daroussin
e6217c10e8 mail/neomutt: update to 20241114 2024-11-20 14:07:08 +01:00
Alexander Leidinger
ddde60e9d4 devel/sonarqube-community: Update plugins. 2024-11-20 13:57:28 +01:00
Alexander Leidinger
a9237f43dd devel/sonar-scanner-cli: Fix scanning on FreeBSD
- pretent to be linux (kubernetes files will still trigger an
  exception and abort the scan, as the kybernets part ignores
  the OS setting)
- prevent the download of java from the sonarqube server and
  use the local java
2024-11-20 13:57:28 +01:00
Dima Panov
02b2752bf4
dns/powerdns-recursor: unbreak build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 15:12:57 +03:00
Dima Panov
b90a6b5425
dns/powerdns: unbreak build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 15:12:56 +03:00
Jan Beich
43b2512195 x11/i3bar-river: update to 1.1.0
Changes:	https://github.com/MaxVerevkin/i3bar-river/releases/tag/v1.1.0
Reported by:	GitHub (watch releases)
2024-11-20 12:59:05 +01:00
Jan Beich
28ecfa6c91 net/wlvncc: update to s20241119
Changes:	174ad8a...9b8798b
2024-11-20 12:59:01 +01:00
Jan Beich
a8a0f8cb89 net/wayvnc: update to 0.9.0
Changes:	https://github.com/any1/wayvnc/releases/tag/v0.9.0
Reported by:	GitHub (watch releases)
2024-11-20 12:58:57 +01:00
Jan Beich
67b51ce65d net/neatvnc: update to 0.9.0
Changes:	https://github.com/any1/neatvnc/releases/tag/v0.9.0
Reported by:	GitHub (watch releases)
2024-11-20 12:58:53 +01:00
Jan Beich
8f6fa5bee1 x11-wm/hyprland: update to 0.45.2
Changes:	https://github.com/hyprwm/Hyprland/releases/tag/v0.45.2
Reported by:	GitHub (watch releases)
2024-11-20 12:58:48 +01:00
Dima Panov
ddbaa6195e
devel/valgrind-devel: improve MPI library handling in plist for supported ARCHes
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 14:52:14 +03:00
Dima Panov
26eb446125
devel/valgrind: improve MPI library handling in plist for supported ARCHes
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 14:52:13 +03:00
Michael Gmelin
3962e5daf0 deskutils/py-paperless-ngx: Update to 2.11.6
This also fixes a problem when updating www/py-django-soft-delete
to versions >= 1.0.14.

PR:		282808
2024-11-20 12:38:58 +01:00
Denny Page
bb1dea909c net/mdns-bridge: New port
daemon for forwarding mDNS data between network interfaces. It
is intended for use by firewalls to provide service discovery
across network segments, with and without filtering, for both
IPv4 and IPv6.

PR:		282569
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-11-20 08:24:10 -03:00
Dima Panov
8ce5383558
devel/valgrind-devel: fix packaging with MPI=on
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:44:57 +03:00
Dima Panov
d0c53fd9cd
devel/valgrind: fix packaging with MPI=on
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:44:56 +03:00
Matthew Wener
c46abe9f71 textproc/py-sphinxcontrib-spelling: add new port
Sphinx spelling extension.

PR:	282842
2024-11-20 11:31:00 +01:00
Dima Panov
5fbc91bb8e
emulators/wine-devel: fix packaging, add missed gstreamer component to plist
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:28:43 +03:00
Dima Panov
037476fe37
emulators/wine: fix packaging, add missed gstreamer component to plist
Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:28:43 +03:00
Dima Panov
64e9a1e53d
sysutils/hid-tools: pet portlint (+)
When building with all flavors, concurrent packages get override by same name without flafors suffix
Set noflafors to build only default one

Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:28:42 +03:00
Dima Panov
61d14bb262
security/pssh: pet portlint (+)
When building with all flavors, concurrent packages get override by same name without flafors suffix
Set noflafors to build only default one

Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:28:42 +03:00
Dima Panov
34d79e6404
devel/git-lab: pet portlint (+)
When building with all flavors, concurrent packages get override by same name without flafors suffix

Approved by:	portmgr blanket (trivial packaging fix)

Sponsored by:	Future Crew, LLC
2024-11-20 13:28:41 +03:00
Matthew Wener
ff95f63486 www/py-flask-sphinx-themes: add new port
Sphinx themes for Flask and related projects.

PR:	282843
2024-11-20 11:12:21 +01:00
Matthew Wener
c4d0e5f74b devel/py-scholarly: add new port
Simple access to Google Scholar authors and citations.

PR:	282846
2024-11-20 11:06:50 +01:00
Dima Panov
312ee18b02
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Dima Panov
5c098030c5
games/vcmi: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:24 +03:00
Dima Panov
d31374f252
games/valyriatear: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:23 +03:00
Dima Panov
a1d9848bef
graphics/synfig: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:23 +03:00
Dima Panov
3d10b1fe47
science/openmodelica: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:22 +03:00
Dima Panov
e287976630
finance/ledger: fix build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:22 +03:00
Dima Panov
6e5235dcf1
cad/kicad: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:21 +03:00
Dima Panov
d56b84c1de
cad/ifcopenshell: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:20 +03:00
Dima Panov
98fb62d172
benchmarks/hipercontracer: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:20 +03:00
Dima Panov
8d4af2a4a2
misc/ecflow: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:19 +03:00
Dima Panov
1aac2ba64f
science/orthanc*: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:19 +03:00
Dima Panov
a48821ad27
net/libcmis: fix build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:18 +03:00