1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

15344 Commits

Author SHA1 Message Date
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
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
Charlie Li
48060e03b6
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Nuno Teixeira
0c69eeb8d5 misc/py-pdd: New port: Tiny date, time diff calculator with timers
pdd (Python3 Date Diff) is a tiny command line utility to calculate date
and time difference. It can also be used as a timer. If no program
arguments are specified it shows the current date, time and timezone.

pdd has been written with only one goal - simplicity. Users shouldn't have
to memorize anything.

WWW: https://github.com/jarun/pdd
2024-11-19 10:28:25 +00:00
Ganael LAPLANCHE
e89c1eea3e misc/openmvg: Depend on onetbb
PR:		282632
2024-11-18 17:29:27 -08:00
Yuri Victorovich
d45cc30d02 misc/llama-cpp: update 4103 → 4120
Reported by:	portscout
2024-11-18 14:26:47 -08:00
Yuri Victorovich
f6f441f682 misc/py-llama-cpp-python: update 0.3.1 → 0.3.2
Reported by:	portscout
2024-11-18 14:26:45 -08:00
Colin Percival
b389de7976 misc/freebsd-release-manifests: Add 14.2-BETA3 MANIFEST files
Approved by:	re (implicit)
Sponsored by:	Amazon
2024-11-17 14:55:14 -08:00
Yuri Victorovich
e645716e19 misc/llama-cpp: update 4095 → 4103
Reported by:	portscout
2024-11-17 10:10:29 -08:00
Nicola Vitale
395511b725
misc/py-oterm: Update to 0.6.6
Release changes:	https://github.com/ggozad/oterm/releases/tag/0.6.6
Reported by:	Yiorgis Gozadinos <notifications@github.com>
2024-11-17 18:57:10 +01:00
Yuri Victorovich
d738d25406 misc/astc-encoder: update 4.8.0 → 5.1.0
Reported by:	portscout
2024-11-16 02:27:21 -08:00
Yuri Victorovich
87df296801 misc/koboldcpp: update 1.77 → 1.78
Reported by:	portscout
2024-11-16 02:27:21 -08:00
Yuri Victorovich
ec982777ed misc/llama-cpp: update 4081 → 4095
Reported by:	portscout
2024-11-16 02:27:20 -08:00
Yuri Victorovich
6cf9c7c00c misc/bedrust: update 0.8.2 → 0.8.3
Reported by:	portscout
2024-11-16 02:27:19 -08:00
Yuri Victorovich
bcca23ca78 misc/dartsim: update 6.14.5 → 6.15.0 2024-11-16 02:27:18 -08:00
Gleb Popov
d55200680b misc/hwdata: Update to 0.389
Reported by:	portscout!
Sponsored by:	Future Crew, LLC
2024-11-15 21:55:21 +03:00
Dmitry Marakasov
0497dc7c76 misc/pastebinit: update 1.7.0 → 1.7.1 2024-11-15 19:15:23 +03:00
Dimitry Andric
29cdc0e4fa misc/mxnet: 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/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    358 |         template LaunchEx(s, new_oshape.Size(), req[0], lstride, rstride, oshape,
        |                  ^
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
    389 |         template LaunchEx(s, new_oshape.Size(), req[0], lstride, rstride, oshape,
        |                  ^
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  /wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]

In all these cases, appending "<>" is enough to satisfy the constraint.
This can be done with a REINPLACE_CMD in the post-patch phase.

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

PR:		282654
Approved by:	yuri (maintainer)
MFH:		2024Q4
2024-11-15 13:58:59 +01:00
Yuri Victorovich
8dfe929407 misc/morse: Remove: project was discontinued 2024-11-15 01:52:09 -08:00
Yuri Victorovich
0d8f6fafe5 misc/ompl: Remove MORSE option because the morse project was discontinied 2024-11-15 01:52:08 -08:00
Yuri Victorovich
4c059e0c8b misc/free42: update 3.1.9 → 3.1.10
Reported by:	portscout
2024-11-15 01:20:29 -08:00
Yuri Victorovich
41d37ac87a misc/llama-cpp: update 4061 → 4081
Reported by:	portscout
2024-11-15 01:20:28 -08:00
Yuri Victorovich
05eb0c59b5 misc/urh: update 2.9.6 → 2.9.8 2024-11-13 15:12:31 -08:00
Yuri Victorovich
4912d7397e misc/cuttlefish: update 2.7.5 → 2.8.0
Reported by:	portscout
2024-11-11 02:22:21 -08:00
Dave Cottlehuber
ac8f77a9bd misc/py-aider-chat: update to 0.62.0
Sponsored by:	SkunkWerks, GmbH
2024-11-11 00:28:37 +00:00
Dave Cottlehuber
5221b16e2c misc/py-mixpanel: new port - python API for mixpanel analytics
Sponsored by:	SkunkWerks, GmbH
2024-11-11 00:28:36 +00:00
Dave Cottlehuber
83f0b12489 misc/py-posthog: new port - self-hosted analytics
Sponsored by:	SkunkWerks, GmbH
2024-11-11 00:28:36 +00:00
Dave Cottlehuber
121b09d43d misc/py-llm: update to 0.16.0 2024-11-11 00:28:36 +00:00
Yuri Victorovich
ee03109ad3 misc/llama-cpp: update 4053 → 4061
Reported by:	portscout
2024-11-10 09:19:08 -08:00
Marc Fonvieille
6dde28b57f misc/freebsd-doc-*: Update to rev. 8c06f6b from FreeBSD docset
Revision 8c06f6b is also 14.2-R version
Approved by:	doceng (implicit)
2024-11-10 11:30:43 +01:00
Yuri Victorovich
d2fb6a386c misc/llama-cpp: update 3916 → 4053
Reported by:	portscout
2024-11-08 22:06:09 -08:00
Colin Percival
62733dc3c0 misc/freebsd-release-manifests: Add 14.2-BETA2 MANIFEST files
Approved by:	re (implicit)
Sponsored by:	Amazon
2024-11-08 17:53:28 -08:00
Ashish SHUKLA
79271d5381
all: Bump after lang/go122 update
PR:		281842
2024-11-08 20:58:46 +00:00
Yuri Victorovich
ed305f9a88 misc/free42: update 3.1.8 → 3.1.9 2024-11-08 09:21:05 -08:00
Mikael Urankar
ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Yuri Victorovich
385a9fa6fe misc/py-histoprint: update 2.4.0 → 2.5.0 2024-11-07 22:37:40 -08:00
Yuri Victorovich
653301fe83 misc/py-fast-histogram: update 0.11 → 0.14 2024-11-07 22:37:40 -08:00
Yuri Victorovich
591ca95a88 misc/bedrust: update 0.8.1 → 0.8.2
Reported by:	portscout
2024-11-07 22:37:34 -08:00
Yuri Victorovich
17e95f9462 misc/star-history: update 1.0.23 → 1.0.25
Reported by:	portscout
2024-11-07 22:37:34 -08:00
Yuri Victorovich
76aa741170 misc/py-uhi: update 0.4.0 → 0.5.0 2024-11-07 01:27:56 -08:00
Yuri Victorovich
db8d31f33c misc/py-torchvision: update 0.19.1 → 0.20.1 2024-11-07 01:27:56 -08:00
Yuri Victorovich
cba1c7411d misc/py-pyqir: update 0.10.4 → 0.10.6 2024-11-07 01:27:55 -08:00
Yuri Victorovich
af47c7c441 misc/bedrust: update 0.8.0 → 0.8.1
Reported by:	portscout
2024-11-07 01:27:54 -08:00
Hiroki Tagato
d2884927f3 misc/py-huggingface-hub: update to 0.26.2
Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.2

Reported by:	Repology
2024-11-07 18:05:58 +09:00
Hiroki Tagato
16a7578dbe misc/py-litellm: update to 1.52.0
Changelog: https://github.com/BerriAI/litellm/releases

Reported by:	portscout
2024-11-07 17:56:22 +09:00
Yuri Victorovich
1220c079d3 misc/py-torch-geometric: update 2.6.0 → 2.6.1 2024-11-06 20:08:18 -08:00
Yuri Victorovich
01b2a6eb71 misc/py-timm: update 1.0.9 → 1.0.11 2024-11-06 20:08:17 -08:00
Yuri Victorovich
dff9a16288 misc/py-openai: update 1.53.0 → 1.54.1
Reported by:	portscout
2024-11-06 20:08:15 -08:00
Guido Falsi
01059848bc misc/xfce4-weather-plugin: Update to 0.11.3 2024-11-06 21:17:26 +01:00
Robert Clausecker
6e2da9672f filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
2024-11-06 16:17:35 +01:00