Received: by mail.netbsd.org (Postfix, from userid 605) id DBAC884D73; Fri, 7 Sep 2018 00:45:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF2D484D6B for ; Fri, 7 Sep 2018 00:45:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0I3E40Q4atqK for ; Fri, 7 Sep 2018 00:45:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 32F1B84C85 for ; Fri, 7 Sep 2018 00:45:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BF7FFBF8; Fri, 7 Sep 2018 00:45:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536281124159260" MIME-Version: 1.0 Date: Fri, 7 Sep 2018 00:45:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-beetle-psx To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180907004524.2BF7FFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1536281124159260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1536281124159260 Content-Disposition: inline Content-Length: 2735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 + --_----------=_1536281124159260--