pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-beetle-psx
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 7 00:45:24 UTC 2018
Modified Files:
pkgsrc/emulators/libretro-beetle-psx: Makefile distinfo
Added Files:
pkgsrc/emulators/libretro-beetle-psx/patches:
patch-libretro-common_rthreads_rthreads.c
Log Message:
Attempt to fix the CLOCK_REALTIME problem properly. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/libretro-beetle-psx/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-beetle-psx/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/emulators/libretro-beetle-psx/patches/patch-libretro-common_rthreads_rthreads.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-beetle-psx/Makefile
diff -u pkgsrc/emulators/libretro-beetle-psx/Makefile:1.2 pkgsrc/emulators/libretro-beetle-psx/Makefile:1.3
--- pkgsrc/emulators/libretro-beetle-psx/Makefile:1.2 Fri Sep 7 00:12:45 2018
+++ pkgsrc/emulators/libretro-beetle-psx/Makefile Fri Sep 7 00:45:23 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/09/07 00:12:45 nia Exp $
+# $NetBSD: Makefile,v 1.3 2018/09/07 00:45:23 nia Exp $
DISTNAME= libretro-beetle-psx-20180808
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
GITHUB_PROJECT= beetle-psx-libretro
@@ -18,8 +19,6 @@ USE_LANGUAGES= c c++
MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
-CFLAGS+= -D_POSIX_C_SOURCE=200112L
-
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
Index: pkgsrc/emulators/libretro-beetle-psx/distinfo
diff -u pkgsrc/emulators/libretro-beetle-psx/distinfo:1.1 pkgsrc/emulators/libretro-beetle-psx/distinfo:1.2
--- pkgsrc/emulators/libretro-beetle-psx/distinfo:1.1 Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/distinfo Fri Sep 7 00:45:23 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/08/11 00:19:58 nia Exp $
+$NetBSD: distinfo,v 1.2 2018/09/07 00:45:23 nia Exp $
SHA1 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 523ae4dbafabbc94d0ca16c9ce624c4f6d4301dc
RMD160 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 44109917cabbab8aa2c37a56578bf0b2e3467037
SHA512 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) =
735c1f2847a86b48804c51262eaa9908e2f3dd671d88d5dcf4683f5bfdad6574c15319dc5ec1cc826b098016a1a1a5bb65f8dfd390982fda789568d2c733f2b1
Size (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 2087496 bytes
+SHA1 (patch-libretro-common_rthreads_rthreads.c) = 1ba4a13ca0ae3e7fe0b4cb7259d3ee7d6629781b
Added files:
Index: pkgsrc/emulators/libretro-beetle-psx/patches/patch-libretro-common_rthreads_rthreads.c
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/patches/patch-libretro-common_rthreads_rthreads.c:1.1
--- /dev/null Fri Sep 7 00:45:24 2018
+++ pkgsrc/emulators/libretro-beetle-psx/patches/patch-libretro-common_rthreads_rthreads.c Fri Sep 7 00:45:24 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-libretro-common_rthreads_rthreads.c,v 1.1 2018/09/07 00:45:24 nia Exp $
+
+FreeBSD needs _POSIX_C_SOURCE=200112L for CLOCK_REALTIME.
+
+--- libretro-common/rthreads/rthreads.c.orig 2018-08-08 18:35:14.000000000 +0000
++++ libretro-common/rthreads/rthreads.c
+@@ -22,7 +22,7 @@
+
+ #ifdef __unix__
+ #ifndef __sun__
+-#define _POSIX_C_SOURCE 199309
++#define _POSIX_C_SOURCE 200112L
+ #endif
+ #endif
+
Home |
Main Index |
Thread Index |
Old Index