View | Details | Raw Unified | Return to bug 273542 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/emby-server/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	emby-server
1
PORTNAME=	emby-server
2
DISTVERSION?=	4.7.14.0
2
DISTVERSION?=	4.7.14.0
3
PORTREVISION?=	1
3
PORTREVISION?=	2
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
5
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
6
		https://mediabrowser.github.io/embytools/
6
		https://mediabrowser.github.io/embytools/
(-)b/multimedia/emby-server/files/emby-server.in (-2 / +1 lines)
Lines 64-70 start_precmd=%%RC_NAME%%_start_precmd Link Here
64
	# .NET 6+ use dual mode sockets to avoid the separate AF handling.
64
	# .NET 6+ use dual mode sockets to avoid the separate AF handling.
65
	# disable .NET use of V6 if no ipv6 is configured.
65
	# disable .NET use of V6 if no ipv6 is configured.
66
	# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
66
	# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
67
	ifconfig | grep -q inet6
67
	ifconfig -a -u -G lo | grep -q inet6
68
	if [ $? == 1 ]; then
68
	if [ $? == 1 ]; then
69
		export DOTNET_SYSTEM_NET_DISABLEIPV6=1
69
		export DOTNET_SYSTEM_NET_DISABLEIPV6=1
70
	fi
70
	fi
71
- 

Return to bug 273542