Skip to content

Commit

Permalink
games/libretro-beetle_pcfx: rename to games/libretro-mednafen_pcfx + …
Browse files Browse the repository at this point in the history
…update to 0.20230528

PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent b50e7b0 commit 0b2e9d7
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7966,3 +7966,4 @@ games/libretro-beetle_lynx|games/libretro-mednafen_lynx|2023-10-26|Follow naming
games/libretro-beetle_ngp|games/libretro-mednafen_ngp|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_pce|games/libretro-mednafen_pce|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_pce_fast|games/libretro-mednafen_pce_fast|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_pcfx|games/libretro-mednafen_pcfx|2023-10-26|Follow naming of libretro-super build script
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -497,7 +497,6 @@
SUBDIR += libretro
SUBDIR += libretro-2048
SUBDIR += libretro-a5200
SUBDIR += libretro-beetle_pcfx
SUBDIR += libretro-beetle_psx
SUBDIR += libretro-beetle_saturn
SUBDIR += libretro-beetle_supergrafx
Expand Down Expand Up @@ -532,6 +531,7 @@
SUBDIR += libretro-mednafen_ngp
SUBDIR += libretro-mednafen_pce
SUBDIR += libretro-mednafen_pce_fast
SUBDIR += libretro-mednafen_pcfx
SUBDIR += libretro-melonds
SUBDIR += libretro-mgba
SUBDIR += libretro-mu
Expand Down
3 changes: 0 additions & 3 deletions games/libretro-beetle_pcfx/distinfo

This file was deleted.

This file was deleted.

@@ -1,5 +1,5 @@
PORTNAME= libretro-beetle_pcfx
PORTVERSION= 0.20220307
PORTNAME= libretro-mednafen_pcfx
DISTVERSION= 0.20230528
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -14,12 +14,12 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= beetle-pcfx-libretro
GH_TAGNAME= 00abc26
GH_TAGNAME= 47c355b6a515aef6dc57f57df1535570108a0e21

PLIST_FILES= lib/libretro/mednafen_pcfx_libretro.so

do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/mednafen_pcfx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/mednafen_pcfx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/libretro-mednafen_pcfx/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698314775
SHA256 (libretro-beetle-pcfx-libretro-0.20230528-47c355b6a515aef6dc57f57df1535570108a0e21_GH0.tar.gz) = 15f5395778c9ce03e99c3a7cf0e0303dd58e5eba93f2b95c8ee6366fd8c25cba
SIZE (libretro-beetle-pcfx-libretro-0.20230528-47c355b6a515aef6dc57f57df1535570108a0e21_GH0.tar.gz) = 725283
@@ -0,0 +1,11 @@
--- libretro-common/rthreads/rthreads.c.orig 2023-11-02 10:57:19 UTC
+++ libretro-common/rthreads/rthreads.c
@@ -55,7 +55,7 @@
#include <time.h>
#endif

-#if defined(VITA) || defined(BSD) || defined(ORBIS)
+#if defined(VITA) || defined(BSD) || defined(ORBIS) || (__FreeBSD__ <= 12)
#include <sys/time.h>
#elif defined(__PS3__)
#include <sys/sys_time.h>
File renamed without changes.

0 comments on commit 0b2e9d7

Please sign in to comment.