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?=	0
3
PORTREVISION?=	1
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 (-1 / +2 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
	# Later version by Keith Chiem through email
68
	ifconfig -a -u -G lo | grep -q inet6
68
	if [ $? == 1 ]; then
69
	if [ $? == 1 ]; then
69
		export DOTNET_SYSTEM_NET_DISABLEIPV6=1
70
		export DOTNET_SYSTEM_NET_DISABLEIPV6=1
70
	fi
71
	fi
(-)b/multimedia/jellyfin/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	jellyfin
1
PORTNAME=	jellyfin
2
DISTVERSION=	10.8.10
2
DISTVERSION=	10.8.10
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
MASTER_SITES=	https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v${DISTVERSION}/
5
MASTER_SITES=	https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v${DISTVERSION}/
6
DISTFILES=	jellyfin-combined_${DISTVERSION}_freebsd-${ARCH}.tar.gz \
6
DISTFILES=	jellyfin-combined_${DISTVERSION}_freebsd-${ARCH}.tar.gz \
(-)b/multimedia/jellyfin/files/jellyfin.in (-1 / +2 lines)
Lines 60-66 jellyfin_precmd() { Link Here
60
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
60
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
61
    # disable .NET use of V6 if no ipv6 is configured.
61
    # disable .NET use of V6 if no ipv6 is configured.
62
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
62
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
63
    ifconfig | grep -q inet6
63
    # Later version by Keith Chiem through email
64
    ifconfig -a -u -G lo | grep -q inet6
64
    if [ $? == 1 ]; then
65
    if [ $? == 1 ]; then
65
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
66
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
66
    fi
67
    fi
(-)b/net-p2p/lidarr/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	lidarr
1
PORTNAME=	lidarr
2
DISTVERSION=	1.3.5.3530
2
DISTVERSION=	1.3.5.3530
3
PORTREVISION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Lidarr.master.${DISTVERSION}.freebsd-core-x64
6
DISTNAME=	Lidarr.master.${DISTVERSION}.freebsd-core-x64
(-)b/net-p2p/lidarr/files/lidarr.in (-1 / +2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    ifconfig | grep -q inet6
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
47
    if [ $? == 1 ]; then
48
    if [ $? == 1 ]; then
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
50
    fi
(-)b/net-p2p/prowlarr/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	prowlarr
1
PORTNAME=	prowlarr
2
DISTVERSION=	1.7.4.3769
2
DISTVERSION=	1.7.4.3769
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
5
MASTER_SITES=	https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
6
DISTNAME=	Prowlarr.master.${PORTVERSION}.freebsd-core-x64
6
DISTNAME=	Prowlarr.master.${PORTVERSION}.freebsd-core-x64
(-)b/net-p2p/prowlarr/files/prowlarr.in (-1 / +2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    ifconfig | grep -q inet6
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
47
    if [ $? == 1 ]; then
48
    if [ $? == 1 ]; then
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
50
    fi
(-)b/net-p2p/radarr/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	radarr
1
PORTNAME=	radarr
2
DISTVERSION=	4.7.5.7809
2
DISTVERSION=	4.7.5.7809
3
PORTVERSION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Radarr.master.${DISTVERSION}.freebsd-core-x64
6
DISTNAME=	Radarr.master.${DISTVERSION}.freebsd-core-x64
(-)b/net-p2p/radarr/files/radarr.in (-1 / +2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    ifconfig | grep -q inet6
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
47
    if [ $? == 1 ]; then
48
    if [ $? == 1 ]; then
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
50
    fi
(-)b/net-p2p/readarr/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	readarr
1
PORTNAME=	readarr
2
DISTVERSION=	0.3.3.2171
2
DISTVERSION=	0.3.3.2171
3
PORTREVISION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Readarr.develop.${DISTVERSION}.freebsd-core-x64
6
DISTNAME=	Readarr.develop.${DISTVERSION}.freebsd-core-x64
(-)b/net-p2p/readarr/files/readarr.in (-2 / +2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    ifconfig | grep -q inet6
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
47
    if [ $? == 1 ]; then
48
    if [ $? == 1 ]; then
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
50
    fi
50
- 

Return to bug 273542