Index: games/libretro-fbneo/Makefile =================================================================== --- games/libretro-fbneo/Makefile (revision 565485) +++ games/libretro-fbneo/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libretro-fbneo -PORTVERSION= 0.20200504 +PORTVERSION= 0.20210218 CATEGORIES= games MAINTAINER= menelkir@itroll.org @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= FBNeo -GH_TAGNAME= 09cff81 +GH_TAGNAME= a6d552b MAKEFILE= Makefile.freebsd Index: games/libretro-fbneo/distinfo =================================================================== --- games/libretro-fbneo/distinfo (revision 565485) +++ games/libretro-fbneo/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588719909 -SHA256 (libretro-FBNeo-0.20200504-09cff81_GH0.tar.gz) = b07cb5406bc889b5b5dcdb392ccfc55010e8292fc39a75c8729d2da0003b9c39 -SIZE (libretro-FBNeo-0.20200504-09cff81_GH0.tar.gz) = 14452274 +TIMESTAMP = 1613700251 +SHA256 (libretro-FBNeo-0.20210218-a6d552b_GH0.tar.gz) = eecb66392261063561f0de747743681e09e7d7b0d7f0d2445105574ccab4354e +SIZE (libretro-FBNeo-0.20210218-a6d552b_GH0.tar.gz) = 15037437 Index: games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c =================================================================== --- games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c (revision 565485) +++ games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c (nonexistent) @@ -1,20 +0,0 @@ ---- src/burner/libretro/libretro-common/features/features_cpu.c.orig 2020-08-25 12:19:30 UTC -+++ src/burner/libretro/libretro-common/features/features_cpu.c -@@ -167,7 +167,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) - tv_sec = (long)((ularge.QuadPart - epoch) / 10000000L); - tv_usec = (long)(system_time.wMilliseconds * 1000); - time_ticks = (1000000 * tv_sec + tv_usec); --#elif defined(__linux__) || defined(__QNX__) || defined(__MACH__) -+#elif defined(_POSIX_MONOTONIC_CLOCK) || defined(__QNX__) || defined(ANDROID) || defined(__MACH__) || defined(__PSL1GHT__) - struct timespec tv = {0}; - if (ra_clock_gettime(CLOCK_MONOTONIC, &tv) == 0) - time_ticks = (retro_perf_tick_t)tv.tv_sec * 1000000000 + -@@ -181,7 +181,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) - time_ticks = (retro_perf_tick_t)a | ((retro_perf_tick_t)d << 32); - #elif defined(__ARM_ARCH_6__) - __asm__ volatile( "mrc p15, 0, %0, c9, c13, 0" : "=r"(time_ticks) ); --#elif defined(__CELLOS_LV2__) || defined(_XBOX360) || defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__) -+#elif defined(__CELLOS_LV2__) || defined(_XBOX360) - time_ticks = __mftb(); - #elif defined(GEKKO) - time_ticks = gettime(); Property changes on: games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property