View | Details | Raw Unified | Return to bug 250135
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dolphin-emu
4
PORTNAME=	dolphin-emu
5
PORTVERSION=	5.0.10960
5
PORTVERSION=	5.0.12716
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
8
Lines 12-19 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/license.txt
13
LICENSE_FILE=	${WRKSRC}/license.txt
14
14
15
BROKEN_aarch64=	fails to build: Source/Core/Common/ArmCPUDetect.cpp:5:10: fatal error: 'asm/hwcap.h' file not found
16
17
# Notes on dependencies:
15
# Notes on dependencies:
18
# - enet and soundtouch come from Externals/ as Dolphin's versions diverge
16
# - enet and soundtouch come from Externals/ as Dolphin's versions diverge
19
#   (see comments in CMakeLists.txt)
17
#   (see comments in CMakeLists.txt)
Lines 47-53 Link Here
47
45
48
USE_GITHUB=	yes
46
USE_GITHUB=	yes
49
GH_PROJECT=	dolphin
47
GH_PROJECT=	dolphin
50
GH_TAGNAME=	19ed641
48
GH_TAGNAME=	3152428
51
49
52
USE_GL=		gl glew glu
50
USE_GL=		gl glew glu
53
USE_SDL=	sdl2
51
USE_SDL=	sdl2
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570479360
1
TIMESTAMP = 1601889843
2
SHA256 (dolphin-emu-dolphin-5.0.10960-19ed641_GH0.tar.gz) = d7f1553275569d4046e8f3d780628f4103ccf2825ab5e8ad5183050fe7de07f3
2
SHA256 (dolphin-emu-dolphin-5.0.12716-3152428_GH0.tar.gz) = 742c1eb953289015f2ab71b202a7c04a517403b28421ad23ac0420b7d0aef151
3
SIZE (dolphin-emu-dolphin-5.0.10960-19ed641_GH0.tar.gz) = 39761206
3
SIZE (dolphin-emu-dolphin-5.0.12716-3152428_GH0.tar.gz) = 41656125

Return to bug 250135