Bug 283843 - [patch] net/xrdp-devel depends on fusefs-libs3, while FUSE_USES= fuse defaults to version 2
Summary: [patch] net/xrdp-devel depends on fusefs-libs3, while FUSE_USES= fuse default...
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: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-04 12:40 UTC by Harald Schmalzbauer
Modified: 2025-01-06 04:52 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (meta)


Attachments
Define FUSES_USES with version 3 argument (511 bytes, patch)
2025-01-04 12:40 UTC, Harald Schmalzbauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Schmalzbauer 2025-01-04 12:40:15 UTC
Created attachment 256411 [details]
Define FUSES_USES with version 3 argument

Topic pretty much explains all.
Please find attached the easy fix.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-06 04:39:31 UTC
A commit in branch main references this bug:

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

commit f756f642712be7dab5fb011fdfc837855fb3bf56
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2025-01-06 04:32:25 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2025-01-06 04:38:43 +0000

    net/xrdp-devel: Fix FUSE dependency

    Upstream requires FUSE 3 now.

    PR:             283843
    Reported by:    Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>

 net/xrdp-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-01-06 04:41:32 UTC
A commit in branch 2025Q1 references this bug:

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

commit 98ff4b431afebcaeea04c4b8c71d8911aab5d290
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2025-01-06 04:32:25 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2025-01-06 04:40:17 +0000

    net/xrdp-devel: Fix FUSE dependency

    Upstream requires FUSE 3 now.

    PR:             283843
    Reported by:    Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>

    (cherry picked from commit f756f642712be7dab5fb011fdfc837855fb3bf56)

 net/xrdp-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2025-01-06 04:52:08 UTC
Good catch, thanks!