Bug 281254 - textproc/meilisearch: Fix build with rust 1.80.0
Summary: textproc/meilisearch: Fix build with rust 1.80.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-03 20:09 UTC by Vladyslav Movchan
Modified: 2024-09-04 04:34 UTC (History)
0 users

See Also:
ashish: maintainer-feedback+


Attachments
Fix build with rust 1.80.0 (1.90 KB, patch)
2024-09-03 20:09 UTC, Vladyslav Movchan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladyslav Movchan 2024-09-03 20:09:57 UTC
Created attachment 253305 [details]
Fix build with rust 1.80.0
Comment 1 Ashish SHUKLA freebsd_committer freebsd_triage 2024-09-04 02:36:24 UTC
Thanks for the patch. I'm testing it, and will get back to you.

For future, please submit patches in the git format-patch[0] format, which are very easy to apply with git am[1].

References:

[0] https://git-scm.com/docs/git-format-patch
[1] https://git-scm.com/docs/git-am
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-09-04 04:32:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7970a832d9e227317b98b05aa5389d2b0d0b961

commit b7970a832d9e227317b98b05aa5389d2b0d0b961
Author:     Vladyslav Movchan <vladislav.movchan@gmail.com>
AuthorDate: 2024-09-03 20:00:38 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-09-04 04:28:09 +0000

    textproc/meilisearch: Fix build with rust 1.80.0

    PR:             281254

 textproc/meilisearch/Makefile                         |  2 +-
 ...-0.3.34_src_format__description_parse_mod.rs (new) | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2024-09-04 04:33:34 UTC
Committed, thanks!
Comment 4 Vladyslav Movchan 2024-09-04 04:34:18 UTC
(In reply to Ashish SHUKLA from comment #3)
Thank you!