Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2024 15:57:27 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df273cfb9557 - main - audio/mumble-server: fix build with Ice with modern LLVM "no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?"
Message-ID:  <202406301557.45UFvRaf015292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

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

commit df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcc
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-06-30 15:54:41 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-06-30 15:54:41 +0000

    audio/mumble-server: fix build with Ice with modern LLVM "no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?"
    
    PR:             279873
---
 audio/mumble-server/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile
index 73cd22279232..996c926cf1c7 100644
--- a/audio/mumble-server/Makefile
+++ b/audio/mumble-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mumble-server
 DISTVERSION=	1.5.634
+PORTREVISION=	1
 CATEGORIES=	audio net
 MASTER_SITES=	https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME:S/-server//}-${DISTVERSION}
@@ -42,7 +43,7 @@ ICE_DESC=		Ice Support
 AVAHI_LIB_DEPENDS=	libdns_sd.so:net/avahi-libdns
 AVAHI_CMAKE_BOOL=	zeroconf
 
-ICE_LIB_DEPENDS=	libIce.so:devel/ice
+ICE_LIB_DEPENDS=	libIce.so:devel/ice37
 ICE_CMAKE_BOOL=		ice
 
 LTO_CMAKE_BOOL=		lto



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406301557.45UFvRaf015292>