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

681030 Commits

Author SHA1 Message Date
Nuno Teixeira
1f16988bca security/R-cran-sodium: Update to 1.3.2
ChangeLog: c448ef9...57f3b37
2024-10-06 10:39:18 +01:00
Dries Michiels
20203bded3 net/dhcpcd: update to 10.1.0
Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.1.0
2024-10-06 10:46:01 +02:00
Älven
e10f68cd47 textproc/hs-pandoc: Update to 3.5
PR:		281882
2024-10-06 11:44:01 +03:00
Guido Falsi
8cdf9918b1 games/0ad: Fix buyild with new boost 1.85
PR:		281852
Obtained from:	0831f5d3ce
2024-10-06 10:40:42 +02:00
Piotr Kubaj
622bdd5304 misc/wthrr: update to 1.2.1
Changelog:	https://github.com/ttytm/wthrr-the-weathercrab/releases/tag/v1.2.1
2024-10-06 10:27:09 +02:00
Nicola Vitale
ebdf3583f9
www/shiori: Update to 1.7.1
- Remove files/patch-internal_database_sqlite__noncgo.go
  (included by upstream).

Release changes:	https://github.com/go-shiori/shiori/releases/tag/v1.7.1
Reported by:	"github-actions[bot]" <notifications@github.com>
2024-10-06 09:49:50 +02:00
TAKATSU Tomonari
7a3dd95cac science/R-cran-Epi: Update to 2.56
Reported by:	portscout
2024-10-06 07:36:27 +00:00
TAKATSU Tomonari
b1746a7a01 devel/R-cran-glue: Update to 1.8.0
Reported by:	portscout
2024-10-06 04:02:15 +00:00
TAKATSU Tomonari
cd93099f64 databases/R-cran-RPostgreSQL: Update to 0.7-7
Reported by:	portscout
2024-10-06 03:31:54 +00:00
Hiroki Tagato
ff4e7f3abf shells/carapace: update to 1.0.7
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.7

Reported by:	portscout
2024-10-06 12:03:05 +09:00
Hiroki Tagato
bb5c1a3eb8 textproc/choose: update to 1.3.6
While here, remove patch for PowerPC architecture since it has been
incorporated into upstream libc crate.

Changelog:
- https://github.com/theryangeary/choose/releases/tag/v1.3.5
- https://github.com/theryangeary/choose/releases/tag/v1.3.6

Reported by:	portscout
2024-10-06 11:27:39 +09:00
Adam Weinberger
09a0787648 various: Bump PORTREVISION after go123 update 2024-10-05 22:06:35 -04:00
Hiroki Tagato
4ac1fb6499 devel/py-python-dbusmock: update to 0.32.2
Changelog: https://github.com/martinpitt/python-dbusmock/releases/tag/0.32.2

Reported by:	Repology
2024-10-06 10:55:59 +09:00
Adam Weinberger
0405817854 devel/tree-sitter: Update to 0.24.2 2024-10-05 21:48:23 -04:00
Daniel Engberg
149fe86b8e net/gerbera: Update to 2.3.0
Changelog: https://github.com/gerbera/gerbera/releases/tag/v2.3.0
2024-10-06 01:18:19 +02:00
John W. O'Brien
bb19a6db51 devel/py-Automat: Update 22.10.0 → 24.8.1
Commit log:
https://github.com/glyph/automat/compare/v22.10.0...v24.8.1

- Convert to PEP-517
- Note: 24.8 introduces a major change to the public API,
  `TypeMachineBuilder`, while retaining `MethodicalMachine` for
  backward compatibility. See the documentation for details.

PR:	281847
2024-10-06 01:57:06 +03:00
Christoph Moench-Tegeder
68a7e94660 cad/freecad: enable Assembly workbench
The Assembly Workbench uses OndselSolver, which is technically
it's own project but has no actual release yet. In this state,
it's easier to just drop the code into FreeCAD: FreeCAD upstream
does this with a git submodule.
2024-10-05 23:36:41 +02:00
Hiroki Tagato
25eaa50554 editors/vscode: update to 1.94.0
Upstream has migrated from long obsolete yarn v1 to npm as node
package manager. So make necessary changes to Makefile to follow the
migration.

While here, remove REH (remote extension host) option which is no-op
in package building. Users who want to build remote extension host can
now use dedicated make target "build-remote-extension-host".

Changelog: https://code.visualstudio.com/updates/v1_94

Reported by:	GitHub (watch releases)
2024-10-06 06:22:24 +09:00
Zsolt Udvari
1e6aee300a misc/R-cran-xfun: Update to 0.48
Changelog: https://cran.r-project.org/web/packages/xfun/news/news.html
2024-10-05 20:43:16 +02:00
Emanuel Haupt
9f9a547291 net/go-tcping: Update to 2.6.0 2024-10-05 19:25:30 +02:00
Zsolt Udvari
04de1ea736 games/vms-empire: Update to 1.18
Switch to DISTVERSION.
Add LICENSE_FILE.
Add gmake to USES.
Replace post-patch target to patchfile.
Take maintainership.

Changelog: http://www.catb.org/~esr/vms-empire/NEWS
2024-10-05 19:18:13 +02:00
Dimitry Andric
7bf7810c85 graphics/embree: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building graphics/embree:

  /wrkdirs/usr/ports/graphics/embree/work/embree-3.13.5/kernels/geometry/../common/../subdiv/bezier_curve.h:138:56: error: no member named 'u' in 'QuadraticBezierCurve<V>'
    138 |         return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", " << a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")";
        |                                                      ~ ^
  /wrkdirs/usr/ports/graphics/embree/work/embree-3.13.5/kernels/geometry/../common/../subdiv/bezier_curve.h:138:77: error: no member named 'u' in 'QuadraticBezierCurve<V>'
    138 |         return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", " << a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")";
        |                                                                           ~ ^

Upstream fixed this for https://github.com/RenderKit/embree/issues/486
in https://github.com/RenderKit/embree/commit/cda4cf191, so add a
PATCHFILES entry for it.

PR:		281868
Approved by:	danfe (maintainer)
MFH:		2024Q3
2024-10-05 18:33:25 +02:00
Adam Weinberger
116fd79ff8 lang/go123: Update to 1.23.2 2024-10-05 12:16:03 -04:00
Dimitry Andric
849cc48702 devel/py-Levenshtein: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.

This causes ports using devel/py-Levenshtein to fail to compile with
clang 19 and libc++ 19, resulting in errors similar to:

  /usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
    820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
        |                                          ^
  /wrkdirs/usr/ports/devel/py-Levenshtein/work-py311/Levenshtein-0.22.0/src/Levenshtein/Levenshtein-c/_levenshtein.hpp:144:43: note: in instantiation of template class 'std::basic_string<unsigned int>' requested here
    144 | static inline std::basic_string<uint32_t> lev_greedy_median(const std::vector<RF_String>& strings,
        |                                           ^
  /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
     23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
        |                             ^

Unfortunately py-Levenshtein and its embedded copy of rapidfuzz-cpp make
heavy use of the no-longer-existing `std::basic_string<uint8_t>`, so I
had to do quite a lots of search and replace operations, replacing these
with equivalent `std::vector` types.

This is similar to the fixes for devel/rapidfuzz-cpp in bug 281193, and
for devel/py-rapidfuzz in bug 281194.

[1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals

PR:		281534
Approved by:	maintainer timeout (2 weeks)
MFH:		2024Q3
2024-10-05 15:24:48 +02:00
Matthew Seaman
be53608106 textproc/py-rich: update to 13.9.2
Changes:	https://github.com/Textualize/rich/blob/v13.9.2/CHANGELOG.md
Reported by:	portscout,repology
2024-10-05 11:41:50 +01:00
Muhammad Moinur Rahman
ecdfd833eb
www/moin2: New port
Easy to use, full-featured and extensible wiki software package

MoinMoin is a Python clone of WikiWiki, which is a composition system;
it's a discussion medium; it's a repository; it's a mail system;
it's a tool for collaboration.

This is the version 2 of moinmoin wiki.

THIS IS STILL IN DEVELOPMENT AND IS NOT RECOMMENDED FOR PRODUCTION
THIS IS NOT WELL TESTED PLEASE REPORT ANY BUGS IN FREEBSD ENVIRONMENT

WWW: https://moinmo.in/
2024-10-05 12:23:42 +02:00
Muhammad Moinur Rahman
c1e57b671c
finance/quba-viewer: New port
Cross platform application to display hybrid electronic invoices

Quba-Viewer is a cross platform open source application to display
structured (i.e., XML) and hybrid (Factur-X/ZUGFeRD PDF) electronic
invoices.

WWW: https://www.quba-viewer.org/

Sponsored by:	Nepustil
2024-10-05 12:23:42 +02:00
Muhammad Moinur Rahman
e549f2b764
security/vault: Update version 1.16.3=>1.17.0
Changelog: https://github.com/hashicorp/vault/releases/tag/v1.17.0
2024-10-05 12:23:41 +02:00
Muhammad Moinur Rahman
1b6ed70755
www/minio: Update version 2024-02-26T09-33-48Z=>2024-03-03T17-50-39Z
Changelog: https://github.com/minio/minio/releases/tag/RELEASE.2024-03-03T17-50-39Z
2024-10-05 12:23:40 +02:00
Muhammad Moinur Rahman
62fecb82b2
sysutils/opentofu: Update version 1.8.2=>1.8.3
Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.8.3
2024-10-05 12:23:40 +02:00
Muhammad Moinur Rahman
51e1559f0f
net/py-magic-wormhole: Update version 0.15.0=>0.16.0
Changelog: https://github.com/magic-wormhole/magic-wormhole/releases/tag/0.16.0
2024-10-05 12:23:39 +02:00
Muhammad Moinur Rahman
4dd85bc177
devel/py-tox: Update version 4.20.0=>4.21.0
Changelog: https://github.com/tox-dev/tox/releases/tag/4.21.0
2024-10-05 12:23:38 +02:00
Emanuel Haupt
238da63a7f textproc/splitpatch: Update to 1.2 2024-10-05 11:41:37 +02:00
Daniel Engberg
e2ce5d7c5c sysutils/htop: Bump PORTREVISION
Bump PORTREVISION after removal of USES= desktop-file-utils

Reported by:	Adam McDougall <mcdouga9@egr.msu.edu> (via private email)
2024-10-05 11:30:20 +02:00
Emanuel Haupt
47629f1a5e x11-fonts/twemoji-color-font-ttf: Update to 15.1.0 2024-10-05 11:28:51 +02:00
Daniel Engberg
b194a63445 audio/libechonest: Abandonware and service no longer available
Not touched in a decade and all links to documentation are dead.
Service library depends on is dead.

PR:		281698
Reviewed by:	nivit (maintainer)
2024-10-05 11:20:39 +02:00
Daniel Engberg
386cf835ec sysutils/msktutil: Switch to upstream release tarball and modernize port
* Use upstream release archive (remove need to use USES= autoreconf)
* Rework Makefile to follow Porters Handbook more closely and improve readability

PR:		281580
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-10-05 11:20:39 +02:00
Mikael Urankar
89c7cee056 net-im/signal-desktop: Update to 7.27.0 2024-10-05 11:11:50 +02:00
Mikael Urankar
1568bc9c26 multimedia/ringrtc: Update to 2.48.0 2024-10-05 11:10:54 +02:00
Mikael Urankar
57741b0aa4 net-im/libsignal-node: Update to 0.58.0 2024-10-05 11:09:24 +02:00
Yuri Victorovich
09b13472a3 misc/py-pytorch: update 2.4.0 → 2.4.1 2024-10-05 00:49:59 -07:00
Alexey Dokuchaev
bde492d6e8 graphics/fotocx: the port had been updated to version 24.60
The author had dropped the dubious idea of estimating default CPU
thread count based on number of P- and E-cores and hardcoded 12 for
the time being.  Replace with existing get_nprocs() function call.
2024-10-05 07:05:34 +00:00
Adam Weinberger
25e67f2348 devel/tree-sitter: Update to 0.24.1 2024-10-05 01:12:53 -04:00
Yuri Victorovich
6b3d250880 cad/py-amaranth: Fix build by expanding the range of dependency version
Reported by:	fallout
2024-10-04 20:09:29 -07:00
Yuri Victorovich
81243f0309 graphics/oculante: update 0.9.0 → 0.9.1 2024-10-04 20:09:29 -07:00
Yuri Victorovich
772c28a543 japanese/py-SudachiPy: Broken on i386
Reported by:	fallout
2024-10-04 20:09:28 -07:00
Yuri Victorovich
7c3404f6ce misc/py-datasets: Fix build by relaxing py-dill dependency
Reported by:	fallout
2024-10-04 20:09:28 -07:00
Yuri Victorovich
c4346c227e biology/coverm: New port: Read coverage calculator for metagenomics 2024-10-04 20:09:27 -07:00
Yuri Victorovich
590de73491 misc/llama-cpp: update 3878 → 3883 2024-10-04 20:09:27 -07:00
Yuri Victorovich
203baff653 x11-toolkits/imgui: update 1.91.2 → 1.91.3 2024-10-04 20:09:27 -07:00