Bug 287351 - net/seaweedfs: Update to 3.91
Summary: net/seaweedfs: Update to 3.91
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/seaweedfs/seaweedf...
Keywords:
: 287477 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-06-07 06:23 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2025-06-16 21:16 UTC (History)
3 users (show)

See Also:
drtr0jan: maintainer-feedback+


Attachments
seaweedfs-3.89.patch (6.51 KB, patch)
2025-06-07 06:23 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
seaweedfs-3.89.patch (6.50 KB, patch)
2025-06-07 17:15 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
seaweedfs-3.90.patch (2.69 KB, patch)
2025-06-12 20:55 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
seaweedfs.patch (3.18 KB, patch)
2025-06-16 07:52 UTC, Boris Korzun
drtr0jan: maintainer-approval+
Details | Diff
seaweedfs-3.91.patch (3.75 KB, patch)
2025-06-16 21:05 UTC, Jesús Daniel Colmenares Oviedo
dtxdf: maintainer-approval? (drtr0jan)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-07 06:23:42 UTC
Created attachment 261057 [details]
seaweedfs-3.89.patch

Description:

- Add support for FreeBSD in the 'weed mount' command [1].

[1] https://github.com/seaweedfs/seaweedfs/issues/6645

ChangeLogs:

- https://github.com/seaweedfs/seaweedfs/releases/tag/3.86
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.87
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.88
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.89

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 14.2-RELEASE, amd64, GOCDK RCLONE ELASTIC SQLITE tested)
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-07 10:59:56 UTC
Remove go version after default go version was increased to 1.24:
USES=go:1.24,modules => USES=go:modules
Comment 2 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-07 17:15:49 UTC
Created attachment 261069 [details]
seaweedfs-3.89.patch

Description:

- Use default version of golang.

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 14.2-RELEASE, amd64, GOCDK RCLONE ELASTIC SQLITE tested)
Comment 3 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-12 20:55:26 UTC
Created attachment 261209 [details]
seaweedfs-3.90.patch

Description:

- Update to 3.90
- Remove patches (merged into upstream) [1]

[1] https://github.com/seaweedfs/seaweedfs/commit/c79e73aa2a9ce9bb072a7b67747ff96d9effa075

ChangeLogs:

- https://github.com/seaweedfs/seaweedfs/releases/tag/3.86
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.87
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.88
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.89
- https://github.com/seaweedfs/seaweedfs/releases/tag/3.90

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 14.2-RELEASE, amd64, GOCDK RCLONE ELASTIC SQLITE tested)
Comment 4 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-12 20:59:13 UTC
*** Bug 287477 has been marked as a duplicate of this bug. ***
Comment 6 Lapo Luchini 2025-06-16 10:59:30 UTC
Patch for 3.91 built on my poudriere and mount is working fine. 🎉
Comment 7 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-16 21:05:11 UTC
Created attachment 261324 [details]
seaweedfs-3.91.patch

Description:

- Pet portclippy/portfmt.
- Add TARANTOOL option.

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 14.2-RELEASE, amd64, GOCDK RCLONE ELASTIC SQLITE TARANTOOL TIKV YDB tested)
Comment 8 Boris Korzun 2025-06-16 21:11:36 UTC
(In reply to Jesús Daniel Colmenares Oviedo from comment #7)
Thx for TARANTOOL_VARS. :)

But there's no need to format SUB_LIST. It has been sorted by meaning yet.
Comment 9 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-06-16 21:16:43 UTC
(In reply to Boris Korzun from comment #8)

portfmt has formatted it. AFAIK portfmt formats these things lexicographically.