1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Commit Graph

684914 Commits

Author SHA1 Message Date
Yuri Victorovich
adda64386e math/leangz: update 0.1.13 → 0.1.14 2024-11-01 12:59:42 -07:00
Yuri Victorovich
24717039d4 devel/tokio-console: update 0.1.12 → 0.1.13 2024-11-01 12:59:42 -07:00
Yuri Victorovich
5330c57609 audio/cardinal: Update WWW 2024-11-01 12:59:42 -07:00
Yuri Victorovich
aff7097f54 sysutils/opa: update 0.68.0 → 0.70.0 2024-11-01 12:59:41 -07:00
Yuri Victorovich
8de3ea69d5 sysutils/conserve: update 23.11.0 → 24.8.0 2024-11-01 12:59:41 -07:00
Dirk Meyer
186a4e5fc4 graphics/agg: fix build
- take maintainership
MFC: 2024Q4
2024-11-01 20:55:38 +01:00
Yuri Victorovich
5d754c0358 devel/typeshare: update 1.11.0 → 1.12.0 2024-11-01 12:29:29 -07:00
Yuri Victorovich
5a392e900e sysutils/mise: update 2024.10.13 → 2024.11.0 2024-11-01 12:29:29 -07:00
Yuri Victorovich
6469a00685 misc/silicon: update 0.5.1 → 0.5.3 2024-11-01 12:29:28 -07:00
Yuri Victorovich
537eccbc55 biology/gatk: Update TEST_ENV 2024-11-01 12:29:28 -07:00
Hung-Yi Chen
f2b6c11eb8 net/babeld: Update to 1.13.1
Respect our CFLAGS: use MAKE_ARGS.
Add LICENSE_FILE.
Switch to DISTVERSION.

Changelog: https://github.com/jech/babeld/blob/babeld-1.13.1/CHANGES

PR:		270370
Approved by:	submitter is maintainer
2024-11-01 19:25:23 +01:00
Jung-uk Kim
9deb1db063 graphics/mesa-devel: Disable "-mtls-dialect=gnu2" when built with clang 19
Clang 19 now supports "-mtls-dialect=gnu2" but it does not work for us.
Originally, I tried to use "-ftls-model=initial-exec" but it caused
regressions.  Disable the optimization for now until we have a proper
implementation.

Approved by:	jbeich (maintainer)
PR:		282322
2024-11-01 14:12:46 -04:00
Jung-uk Kim
13d55b0eaa graphics/mesa-dri: fix build with clang 19
Reviewed by:	manu
Tested by:	jbeich
PR:		282316
2024-11-01 14:09:57 -04:00
Nuno Teixeira
37142aa298 devel/aws-c-io: Update to 0.15.1
ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.15.1
2024-11-01 18:09:12 +00:00
Nuno Teixeira
e648504926 security/s2n-tls: Update to 1.5.7
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.5.7
2024-11-01 18:09:12 +00:00
Bernhard Froehlich
227d4f789f
dns/dnscontrol: Update to 4.14.1 2024-11-01 19:06:10 +01:00
Dimitry Andric
aa9dd58652 java/openjfx14: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:

  /wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.web/src/main/native/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:923:65: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    923 |         AssemblerType::repatchCompact(dataLabelCompact.template dataLocation(), value);
        |                                                                 ^
  /wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.web/src/main/native/Source/JavaScriptCore/runtime/JSCast.h:146:33: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    146 |     return Dispatcher::template inherits(vm, from);
        |                                 ^
  /wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.web/src/main/native/Source/JavaScriptCore/runtime/JSCast.h:155:37: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    155 |     if (LIKELY(Dispatcher::template inherits(vm, from)))
        |                                     ^
  /wrkdirs/usr/ports/java/openjfx14/work/jfx-14.0.2.1-1/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntData.h:159:75: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    159 |     return reinterpret_cast<LLIntCode>(getCodePtr<tag>(opcodeID).template executableAddress());
        |                                                                           ^

In all these cases, appending "<>" is enough to satisfy the constraint.

[1] https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96

PR:		282473
MFH:		2024Q4
2024-11-01 18:50:12 +01:00
Dimitry Andric
148d4c8dd9 net/librdkafka: work around undefined version symbol error
When building outside of poudriere, net/librdkafka can fail to link,
with an error similar to:

  ld: error: version script assignment of 'global' to symbol 'rd_ut_coverage_check' failed: symbol not defined

Work around this by adding -Wl,--undefined-version to LDFLAGS.

While here, pet portlint.

PR:		275866
Approved by:	maintainer timeout (2 weeks)
MFH:		2024Q4
2024-11-01 18:47:13 +01:00
Xavier Beaudouin
d2757d98eb
net-mgmt/check_mk_agent: Add sysctl_mem feature
PR:		281384
Approved by:	Ian Valentine <ivalentine@arizona.edu> (maintainer)
See:		https://github.com/Checkmk/checkmk/pull/723
2024-11-01 18:03:23 +01:00
Nicola Vitale
9e64c11c57
textproc/py-pallets-sphinx-themes: Add missing run dependency
- Add textproc/py-sphinx-notfound-page to run dependencies

  This requirement was introduced in version 2.2.0.

  https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-220
  https://github.com/pallets/pallets-sphinx-themes/blob/main/pyproject.toml#L24

- Bump PORTREVISION

PR:		282458
2024-11-01 17:54:43 +01:00
Gleb Popov
e0c9badbe9 multimedia/pipewire: Do not install gschema file to resolve a conflict with pulseaudio
PR:		282452
2024-11-01 19:52:07 +03:00
Nicola Vitale
96fae7c50d
textproc/py-sphinx-notfound-page: Add new port
Sphinx-notfound-page is a Sphinx extension to create custom 404 pages and help
you to generate proper resource links (js, css, images, etc) to render the page
properly.

This extension was originally developed to be used on Read the Docs but it can
be used in other hosting services as well.

https://sphinx-notfound-page.readthedocs.io/
2024-11-01 17:41:26 +01:00
Gleb Popov
593150e23e audio/pipewire-spa-oss: Update to 20241030 2024-11-01 19:39:55 +03:00
Jason E. Hale
886b4294b7 devel/qt5-scripttools: Update distinfo
Reported by:	vvd
MFH:		2024Q4
2024-11-01 12:05:13 -04:00
Jason E. Hale
751eef034f x11-themes/plasma6-breeze-gtk: Add missing dep
${LOCALBASE}/lib/gtk-2.0/2.*.0/engines/libpixmap.so from gtk20 is
needed at runtime for GTK2 support.

Reported by:	Oleg on #freebsd-desktop
2024-11-01 12:01:37 -04:00
Bernhard Froehlich
d6d00f01bb
www/radicale: Update to 3.3.0
This release deprecates setup.py so we had to move to pep517 which
works fine when PORTNAME is consistent everywhere (portname, distfile,
toml project name). But of cause it's not so for the moment I decided
to use the ugliest possible way (happy halloween!).
2024-11-01 16:31:05 +01:00
Kai Knoblich
697cec7f05 security/py-netbox-secrets: Update to 2.1.0
Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v2.1.0

MFH:		No (not compatible with NetBox 4.0)
2024-11-01 16:21:19 +01:00
Kai Knoblich
e5448be591 net-mgmt/py-phonebox-plugin: Update to 0.0.10
Changelog:

https://github.com/iDebugAll/phonebox_plugin/releases/tag/v0.0.10
2024-11-01 16:21:18 +01:00
Kai Knoblich
29e1f13de1 net-mgmt/netbox: Update to 4.1.6
It contains many bugfixes/enhancements and the following new features:

* Circuit Groups
* VLAN Group ID Ranges
* Nested Device Modules
* Rack Types
* Plugins Catalog Integration
* User Notifications

https://netbox.readthedocs.io/en/stable/release-notes/version-4.1/

MFH:		No (feature release)
2024-11-01 16:21:10 +01:00
Kai Knoblich
3b714ad406 www/py-dj50-strawberry-graphql-django: Update to 0.49.1
Changelog since 0.47.1:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.47.1...v0.49.1
2024-11-01 16:11:23 +01:00
Kai Knoblich
c59aace453 www/py-dj50-django-taggit: Update to 6.1.0
Changelog since 5.0.1:

https://github.com/jazzband/django-taggit/blob/6.1.0/CHANGELOG.rst

MFH:		No (not compatible with NetBox 4.0)
2024-11-01 16:10:24 +01:00
Kai Knoblich
cf22d8aae1 www/py-dj50-django-rich: Update to 1.13.0
Changelog since 1.11.0:

https://github.com/adamchainz/django-rich/blob/1.13.0/CHANGELOG.rst
2024-11-01 16:09:47 +01:00
Kai Knoblich
317de24797 www/py-dj50-django-htmx: Update to 1.21
Changelog since 1.19:

https://github.com/adamchainz/django-htmx/blob/1.21.0/docs/changelog.rst
2024-11-01 16:09:12 +01:00
Kai Knoblich
c2890c84cf www/py-dj50-django-filter: Update to 24.3
Changelog:

https://github.com/carltongibson/django-filter/blob/24.3/CHANGES.rst
2024-11-01 16:08:32 +01:00
Kai Knoblich
276313e853 www/py-dj50-django-cors-headers: Update to 4.6.0
Changelog since 4.4.0:

https://github.com/adamchainz/django-cors-headers/blob/4.6.0/CHANGELOG.rst
2024-11-01 16:07:56 +01:00
Kai Knoblich
deaf0cc448 textproc/py-tablib: Update to 3.7.0
* Support for Python 3.8 was dropped with release 3.7.0, adjust
  USES=python accordingly.

Changelog:

https://github.com/jazzband/tablib/releases/tag/v3.7.0
2024-11-01 16:06:56 +01:00
Kai Knoblich
008a1ce5ec textproc/py-mkdocstrings: Update to 0.26.2
* Support for Python 3.8 was dropped with release 0.26.2, adjust
  USES=python accordingly.

Changelog:

https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2
2024-11-01 16:06:14 +01:00
Kai Knoblich
f968b7a345 textproc/py-mkdocs-material: Update to 9.5.43
Changelog since 9.5.34:

https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.43
2024-11-01 16:05:37 +01:00
Kai Knoblich
540863a89f devel/py-dj50-strawberry-graphql: Update to 0.247.0
* Remove the now obsolete workaround because py-poetry-core is now used
  per se for the build time.

Changelog since 0.239.2:

https://github.com/strawberry-graphql/strawberry/blob/0.247.0/CHANGELOG.md
2024-11-01 16:04:56 +01:00
Ken DEGUCHI
e19fc48af9 sysutils/eza: Update to 0.20.6
Changelog: https://github.com/eza-community/eza/releases/tag/v0.20.6

PR:		282463
Approved by:	submitter is maintainer
2024-11-01 15:53:28 +01:00
Cy Schubert
590a6f3dd3 sysutils/lnav: Fix Makefile error
Fix broken build:

[00:00:32] Warning: (sysutils/lnav): make: "/usr/ports/sysutils/lnav/Makefile" line 14: Unassociated shell command "https://github.com/tstack/lnav/issues/1328"
[00:00:32] Warning: (sysutils/lnav): make: Fatal errors encountered -- cannot continue
[00:00:32] Warning: (sysutils/lnav): Error: Error looking up dependencies for sysutils/lnav
[00:00:40] Error: Fatal errors encountered gathering ports metadata

Fixes:		5058ebb5ef
2024-11-01 07:33:23 -07:00
Zsolt Udvari
5c0717b5e4 www/kohana: Deprecate and set expiration date to 2024-12-01
Supports only PHP5 and the upstream abandoned.
2024-11-01 15:22:01 +01:00
Rodrigo Osorio
049f13bc6a sysutils/fusefs-curlftpfs: Add debian patches
Update curlftpfs code by integration additional debian
patches who provide multiple fixes.

Major changes:
 * fix-CURLOPT_INFILESIZE : Fix an unsupported curl value (-1)
   for CURLOPT_INFILESIZE option.
 * free_ftpfs_file-memleak-fix: Fix a memory leak.
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587250
 * nocache-memleak-fix : Fix a memory leak when cache is disabled.
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614347
 * curlftpfs__no_verify_hostname : Fix no_verify_hostname option with
   recent versions of curl
 * consistent feature flag : ensure consistent use of _XOPEN_SOURCE
 * getpass prototype : add getpass() prototype
 * Fix a typo in one of our patches who does an urlencode of paths.

Bump portrevision

PR:		282358
Reported by:	diizzy
2024-11-01 15:14:38 +01:00
Zsolt Udvari
9053715487 misc/R-cran-xfun: Update to 0.49
Changelog: https://cran.r-project.org/web/packages/xfun/news/news.html

Reported by:	portscout
2024-11-01 15:14:19 +01:00
Jan Beich
0c016a3907 multimedia/ab-av1: update to 0.7.19
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.7.19
Reported by:	GitHub (watch releases)
2024-11-01 14:25:02 +01:00
Vladimir Druzenko
44ad61e377 graphics/py-python-poppler-qt5: Fix build: Cannot import 'sipbuild.api'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'sipbuild.api'

ERROR Backend 'sipbuild.api' is not available.

- Add missing build dependency needed after recent changes to the python
build infrastructure.
- Replace BUILD_DEPENDS=qmake-qt5:devel/qt5-qmake with USE_QT=qmake:build.

PR:		282439
Approved by:	Martin Neubauer <m.ne@gmx.net> (maintainer)
MFH:		2024Q4
2024-11-01 15:16:53 +03:00
Vladimir Druzenko
f22db3e4c3 graphics/py-python-poppler-qt5: revert incorrect commit
Revert "graphics/py-python-poppler-qt5: Fix build: Cannot import 'sipbuild.api'"

This reverts commit cc39753935.
2024-11-01 15:11:43 +03:00
Vladimir Druzenko
cc39753935 graphics/py-python-poppler-qt5: Fix build: Cannot import 'sipbuild.api'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'sipbuild.api'

ERROR Backend 'sipbuild.api' is not available.

- Add missing build dependency needed after recent changes to the python
build infrastructure.
- Replace BUILD_DEPENDS=qmake-qt5:devel/qt5-qmake with USE_QT=qmake:build.

PR:		282439
Approved by:	Martin Neubauer <m.ne@gmx.net> (maintainer)
MFH:		2024Q4
2024-11-01 15:07:14 +03:00
Nuno Teixeira
5058ebb5ef sysutils/lnav: Mark broken on main
PR:		282407
2024-11-01 11:05:35 +00:00
Jan Beich
f0aae2f941 x11/wl-kbptr: update to 0.2.3
Changes:	https://github.com/moverest/wl-kbptr/releases/tag/v0.2.3
Reported by:	GitHub (watch releases)
2024-11-01 11:46:14 +01:00