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

(-)games/libretro-fuse/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libretro-fuse
3
PORTNAME=	libretro-fuse
4
PORTVERSION=	0.20200504
4
PORTVERSION=	0.20210204
5
CATEGORIES=	games
5
CATEGORIES=	games
6
6
7
MAINTAINER=	menelkir@itroll.org
7
MAINTAINER=	menelkir@itroll.org
Lines 15-21 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	libretro
16
GH_ACCOUNT=	libretro
17
GH_PROJECT=	fuse-libretro
17
GH_PROJECT=	fuse-libretro
18
GH_TAGNAME=	ef603d1
18
GH_TAGNAME=	8b51f87
19
19
20
PLIST_FILES=	lib/libretro/fuse_libretro.so
20
PLIST_FILES=	lib/libretro/fuse_libretro.so
21
21
(-)games/libretro-fuse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588709795
1
TIMESTAMP = 1613700873
2
SHA256 (libretro-fuse-libretro-0.20200504-ef603d1_GH0.tar.gz) = b17f0179fe1aeb13dffa7b28bfb4198f20b7ecf7abcbb39ab59158afd27afb65
2
SHA256 (libretro-fuse-libretro-0.20210204-8b51f87_GH0.tar.gz) = b98521a5a89a81d0ce81cacbc4775738d4e1a3048613bf7ce9763c52d0cd0433
3
SIZE (libretro-fuse-libretro-0.20200504-ef603d1_GH0.tar.gz) = 4317370
3
SIZE (libretro-fuse-libretro-0.20210204-8b51f87_GH0.tar.gz) = 4318965
(-)games/libretro-fuse/files/patch-fuse_ui_widget_widget.c (-11 lines)
Lines 1-11 Link Here
1
--- fuse/ui/widget/widget.c.orig	2020-02-07 11:00:48 UTC
2
+++ fuse/ui/widget/widget.c
3
@@ -93,7 +93,7 @@ typedef struct widget_recurse_t {
4
 static widget_recurse_t widget_return[10]; /* The stack to recurse on */
5
 
6
 /* The settings used whilst playing with an options dialog box */
7
-settings_info widget_options_settings;
8
+extern settings_info widget_options_settings;
9
 
10
 static int widget_read_font( const char *filename )
11
 {
(-)games/libretro-fuse/files/patch-src_libretro.c (-11 lines)
Lines 1-11 Link Here
1
--- src/libretro.c.orig	2020-02-07 11:00:48 UTC
2
+++ src/libretro.c
3
@@ -476,7 +476,7 @@ static int get_joystick(unsigned device)
4
 #ifdef GIT_VERSION
5
 static char version[] = PACKAGE_VERSION " " GIT_VERSION;
6
 #else
7
-const char *fuse_githash;
8
+extern const char *fuse_githash;
9
 static char version[] = PACKAGE_VERSION " .......";
10
 #endif
11
 

Return to bug 253650