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

686477 Commits

Author SHA1 Message Date
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
Dima Panov
33d6f548e6
devel/boost: update to 1.86.0 release (+)
Also update boost_build (B2) to corresponding 5.2.1 release.

Release Notes:	https://www.boost.org/users/history/version_1_86_0.html

Sponsored by:	Future Crew, LLC
2024-11-20 13:05:18 +03:00
Dimitry Andric
b47d453f0a math/givaro: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building math/givaro:

  ./givaro/givaro/givaro/random-integer.h:94:51: error: no viable overloaded '='
     94 |                 const_cast<Integer_Domain&>(_ring)=R._ring;
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  ./givaro/givaro/givaro/random-integer.h:94:51: note: type 'Integer_Domain' (aka 'ZRing<Integer>') is incomplete
     94 |                 const_cast<Integer_Domain&>(_ring)=R._ring;
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  In file included from givintprime.C:19:
  In file included from ./givaro/givintprime.h:24:
  In file included from ./givaro/givaro/givinteger.h:25:
  ../../../src/kernel/ring/givaro/zring.h:123:13: warning: misleading indentation; statement is not part of the previous 'while' [-Wmisleading-indentation]
    123 |             return a; }
        |             ^
  ../../../src/kernel/ring/givaro/zring.h:121:11: note: previous statement is here
    121 |         { while (isZero(init(a, g())))
        |           ^

The `const_cast` line has been removed by upstream as part of
https://github.com/linbox-team/givaro/commit/b0cf33e1, but that commit
is rather large. It is enough to only delete the line.

Also fix a failure that occurs when running "make test":

  ../src/kernel/recint/rfiddling.h:170:29: error: no member named 'Low' in 'rint<K>'

This is because the expression `max.Low.Value` should actually be
`max.Value.Low`.

PR:		282830
Approved by:	pi (maintainer)
MFH:		2024Q4
2024-11-20 09:49:11 +01:00
Nuno Teixeira
be87c08770 math/R-cran-RcppArmadillo: Update to 14.2.0-1
ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
2024-11-20 08:22:20 +00:00
Nuno Teixeira
7b3f79acca math/R-cran-hexbin: Update to 1.28.5
ChangeLog: b401b6e8...baa6f523
2024-11-20 08:22:20 +00:00
Baptiste Daroussin
2adecea2cd ports-mgmt/pkg-devel: update to 1.21.99.4
Changes:
- ABI detection related fixes
- Lots of fixs for MacOS
- Fix host component handling in file:// URLs
- build system: add --with-tsan support
- fix threads on MacOS
- pkg -vv now shows bundled/external libraries version
- pkg: -r command can be used multiple times to only enable
  the specified repositories.
- UI: small improvements in error messages
- repositories: new pkg repositories command to list configured
  repositories
- vuxml: now fetched over https
- check: now default on the -s option when no options is passed.
2024-11-20 09:05:43 +01:00
Gabriel M. Dutra
e4732f0779 security/nuclei: Update to 3.3.5
changeLog:
https://github.com/projectdiscovery/nuclei/releases/tag/v3.3.5
2024-11-20 00:54:22 -03:00
Kenneth Raplee
28dd3087de graphics/qimgv: Update 1.03.g20240727 → 1.03.g20241011
Commit log:
82e6b753...a4d475fa

PR:	282824
2024-11-20 03:50:48 +03:00
Vanilla I. Shu
72e67b7569 devel/py-grpcio-tools: update to 1.68.0. 2024-11-20 07:55:29 +08:00
Vanilla I. Shu
cbcc55f313 devel/py-grpcio: update to 1.68.0. 2024-11-20 07:55:28 +08:00
Vanilla I. Shu
fa693a439b devel/pecl-grpc: update to 1.68.0. 2024-11-20 07:55:28 +08:00
Dmitry Marakasov
a72f1e6c5d games/maxr: update 0.2.16 → 0.2.17
Note: there was distfile reroll in the process
old sha256: 297947da7a74704aa3805062790f5c7ceff32e9681773fb84a9cf493f755df6c
new sha256: fa8dc8d90039067faf36ac735d38c608c0907ddf09499a7ec1978a6ae9d555b6

The change was a fix to GitHub windows release workflow.
2024-11-20 02:27:09 +03:00
Dmitry Marakasov
3bf141b8a5 games/DDNet: update 18.5.1 → 18.7 2024-11-20 02:27:08 +03:00
Nuno Teixeira
4d8dfc3732 sysutils/duplicity: Update to 3.0.3.1
ChangeLog:	https://duplicity.gitlab.io/stable/CHANGELOG.html
MFH:		2024Q4
2024-11-19 22:21:20 +00:00
Craig Leres
f4bc82f812 security/zeek: Update to 7.0.4
https://github.com/zeek/zeek/releases/tag/v7.0.4

This release fixes the following bugs:

 - The community-id-logging.zeek policy script was used to set
   c$conn$community_id during new_connection() rather than
   connection_state_remove(), allowing other scripts to reuse its
   value early.

 - The input framework will no longer get stuck and use 100% of the
   CPU when encountering lines not immediately terminated by a new
   line.

 - The Modbus analyzer added some additional protocol checks and
   should no longer over-match on traffic that's not specifically
   on port 502.

 - ZeekJS was updated to version v0.13.2, which brings support for
   newer versions of Node.js and a fix for a segfault when running
   under Alpine.

 - A minor bug was fixed in the detect-sqli policy script to handle
   spaces being encoded as plus signs.

Reported by:    Tim Wojtulewicz
2024-11-19 13:30:34 -08:00
Erik Jensen
7cfcd90ff0 devel/root: Unbreak FreeBSD 15
PR:		282756
MFH:		2024Q4
2024-11-19 21:21:06 +00:00
Dima Panov
b4ed2887c7 databases/arrow: update 17.0.0 → 18.0.0
PR:	282859
2024-11-19 12:48:18 -08:00
Matthew Wener
e8d84866f0 www/py-pydrive2: add new port
PyDrive2 is a wrapper library of google-api-python-client.

PR:	282847
2024-11-19 21:33:26 +01:00
Sergey A. Osokin
b9ad859576 security/boringssl: update to the recent snapshot 2024-11-19 15:16:58 -05:00
Szczepan Ćwikliński
cbf4344824 lang/dotnet: Update to 9.0.0
Move .NET 8 to lang/dotnet8

Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>
2024-11-19 22:48:57 +03:00
Sergey A. Osokin
582dd57560 net-im/telegram-desktop: update 5.8.1 -> 5.8.2 2024-11-19 14:15:09 -05:00
Sergey A. Osokin
519f8ea6d2 net-im/tg_owt: update to the recent snapshot 2024-11-19 14:15:09 -05:00
Kurt Jaeger
cd195d1678 security/vuxml: Add x11-servers/xorg-server, x11-servers/xwayland
PR:		282415
2024-11-19 19:57:57 +01:00
Fernando Apesteguía
26b0309849 sysutils/conky: update to 1.21.8
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.21.8

Features

 * Implement -U. by @g0mb4 in #2049

Bug fixes

 * set display to null for race condition
 * src/fs.{cc,h}: Update fs_stats without error spam.
 * audacious.cc: print_audacious_filename(): fix always empty $audacious_filename
 * Fix tcp_ping for non-existent local network hosts
 * Fix if_match comparison for string operands containing operator symbols (#1988)
 * conky/pull/2064
 * fix: set initial state withdrawn wm hint (fixes #2046)

Miscellaneous

 * Bump version
 * build(deps): bump DeterminateSystems/nix-installer-action from 13 to 14 in the actions group
 * build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8 in the actions group
 * Add automatic labeling for issues
 * Revert "Add automatic labeling for issues"
 * build(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 in the actions group
2024-11-19 19:47:35 +01:00
Fernando Apesteguía
87826a9475 science/afni: update to 24.3.06 2024-11-19 19:46:59 +01:00
Fernando Apesteguía
4c7b1ca889 graphics/converseen: update to 0.12.2.4
ChangeLog: https://converseen.fasterland.net/changelog/

 * Fixed a bug affecting localization file access
 * Various Bugfixes
2024-11-19 19:46:24 +01:00
Christoph Moench-Tegeder
df5c4756f1 cad/freecad: update to version 1.0
Announcement:
  https://blog.freecad.org/2024/11/19/freecad-version-1-0-released/
2024-11-19 19:39:11 +01:00
Christoph Moench-Tegeder
d55785a812 mail/thunderbird: update to 128.4.4
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.4.4esr/releasenotes/
2024-11-19 19:37:34 +01:00
Ryan Steinmetz
1e6c19a264
sysutils/lscpu: Update to 1.3.0
PR:		282828
Reported by:	Laurent Chardon <laurent.chardon@gmail.com>
2024-11-19 13:25:30 -05:00
Dima Panov
c837ede506
multimedia/linux-rl9-aom: fix typo: s/libxjl/libjxl/g
Sponsored by:	Future Crew, LLC
2024-11-19 21:14:47 +03:00
Charlie Li
f8250d7809
devel/wasi-{compiler-rt,libcxx}19: sync to 19.1.4 2024-11-19 13:02:50 -05:00
Brooks Davis
705ee5784b devel/llvm19: 19.1.4 release
See the release notes for changes:
    https://discourse.llvm.org/t/llvm-19-1-4-released/83230

Sponsored by:	DARPA, AFRL
2024-11-19 17:30:57 +00:00
Brooks Davis
6b7215ed56 */*: use USES=sbrk
Replace various BROKEN entries for missing sbrk on aarch64 and risc64
with USES=sbrk.

Fix a few missing entries (generally ports blocked by other
dependences).

Approved by:	portmgr (mat in D47258 comment)
Differential Revision:	https://reviews.freebsd.org/D47259
2024-11-19 17:30:56 +00:00
Brooks Davis
f6132c4161 Mk/Uses/sbrk.mk: centralize sbrk handling
Add a USES=sbrk that sets BROKEN_aarch64 and BROKEN_risc64.  This paves
the way for further deprecation of sbrk and will be extended to support
patching around various uses.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D47258
2024-11-19 17:30:56 +00:00