Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 21:04:53 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b79935fda69 - main - net/xrdp: unbreak build WITH=FUSE (+)
Message-ID:  <69a35875.2700d.1c6022d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

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

commit 9b79935fda69fee7daa4f0e8f4d491e8f2aaa4e1
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-02-28 21:00:27 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-02-28 21:00:27 +0000

    net/xrdp: unbreak build WITH=FUSE (+)
    
    FUSE now requires USES=fuse:3 instead of old library
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 net/xrdp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index c7d3649f268f..8c80209e7beb 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -59,7 +59,7 @@ OPUS_DESC=			Enable Opus for audio redirection
 DEBUG_CONFIGURE_ENABLE=		devel-debug devel-logging
 FDKAAC_LIB_DEPENDS=		libfdk-aac.so:audio/fdk-aac
 FDKAAC_CONFIGURE_ENABLE=	fdkaac
-FUSE_USES=			fuse
+FUSE_USES=			fuse:3
 FUSE_CONFIGURE_ENABLE=		fuse
 IPV6_CONFIGURE_ENABLE=		ipv6
 MP3LAME_LIB_DEPENDS=		libmp3lame.so:audio/lame


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a35875.2700d.1c6022d>