mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
games/libretro-opera: update to 0.20230730
PR: 274647
This commit is contained in:
parent
6db99cf77c
commit
a2de77956a
3 changed files with 19 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= libretro-opera
|
PORTNAME= libretro-opera
|
||||||
PORTVERSION= 0.20210214
|
DISTVERSION= 0.20230730
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -9,19 +8,18 @@ WWW= https://github.com/libretro/opera-libretro
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= compiler:c++11-lib gmake gl
|
USES= compiler:c++11-lib gmake
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GL= gl
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= libretro
|
GH_ACCOUNT= libretro
|
||||||
GH_PROJECT= opera-libretro
|
GH_PROJECT= opera-libretro
|
||||||
GH_TAGNAME= 5781f68
|
GH_TAGNAME= 100ae1e7decefe1f17d98cfcb9f2af4ff8452691
|
||||||
|
|
||||||
PLIST_FILES= lib/libretro/opera_libretro.so
|
PLIST_FILES= lib/libretro/opera_libretro.so
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||||
${INSTALL_LIB} ${WRKSRC}/opera_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
${INSTALL_LIB} ${WRKSRC}/opera_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1613703820
|
TIMESTAMP = 1698314838
|
||||||
SHA256 (libretro-opera-libretro-0.20210214-5781f68_GH0.tar.gz) = f10f600360b32234e51874c75924cde297e5158e75203b2fb470b4ac27af2f27
|
SHA256 (libretro-opera-libretro-0.20230730-100ae1e7decefe1f17d98cfcb9f2af4ff8452691_GH0.tar.gz) = 48da27e7cfea9b23169d856188ad4c2fcc1a34240fb4c5af6c4a52b165e4c6ba
|
||||||
SIZE (libretro-opera-libretro-0.20210214-5781f68_GH0.tar.gz) = 775355
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue