Skip to content

Commit

Permalink
games/libretro-opera: update to 0.20230730
Browse files Browse the repository at this point in the history
PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent 6db99cf commit a2de779
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
12 changes: 5 additions & 7 deletions games/libretro-opera/Makefile
@@ -1,6 +1,5 @@
PORTNAME= libretro-opera
PORTVERSION= 0.20210214
PORTREVISION= 1
DISTVERSION= 0.20230730
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -9,19 +8,18 @@ WWW= https://github.com/libretro/opera-libretro

LICENSE= GPLv2

USES= compiler:c++11-lib gmake gl
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GL= gl

USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= opera-libretro
GH_TAGNAME= 5781f68
GH_TAGNAME= 100ae1e7decefe1f17d98cfcb9f2af4ff8452691

PLIST_FILES= lib/libretro/opera_libretro.so

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

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions games/libretro-opera/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613703820
SHA256 (libretro-opera-libretro-0.20210214-5781f68_GH0.tar.gz) = f10f600360b32234e51874c75924cde297e5158e75203b2fb470b4ac27af2f27
SIZE (libretro-opera-libretro-0.20210214-5781f68_GH0.tar.gz) = 775355
TIMESTAMP = 1698314838
SHA256 (libretro-opera-libretro-0.20230730-100ae1e7decefe1f17d98cfcb9f2af4ff8452691_GH0.tar.gz) = 48da27e7cfea9b23169d856188ad4c2fcc1a34240fb4c5af6c4a52b165e4c6ba
SIZE (libretro-opera-libretro-0.20230730-100ae1e7decefe1f17d98cfcb9f2af4ff8452691_GH0.tar.gz) = 539019
@@ -0,0 +1,11 @@
--- libretro-common/rthreads/rthreads.c.orig 2023-11-02 10:48:48 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>
#endif

0 comments on commit a2de779

Please sign in to comment.