pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ppsspp: Update to 1.16.1



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Thu Sep 14 18:38:49 2023 -0700
Changeset:	88b16b080fb71a7cb9344188bcb6cacce0e6ef39

Modified Files:
	ppsspp/Makefile
	ppsspp/distinfo
	ppsspp/patches/patch-CMakeLists.txt

Log Message:
ppsspp: Update to 1.16.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88b16b080fb71a7cb9344188bcb6cacce0e6ef39

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ppsspp/Makefile                     |  2 +-
 ppsspp/distinfo                     |  8 ++++----
 ppsspp/patches/patch-CMakeLists.txt | 17 +++--------------
 3 files changed, 8 insertions(+), 19 deletions(-)

diffs:
diff --git a/ppsspp/Makefile b/ppsspp/Makefile
index 995ebc8174..00b45630e2 100644
--- a/ppsspp/Makefile
+++ b/ppsspp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ppsspp-1.16
+DISTNAME=	ppsspp-1.16.1
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hrydgard/}
 GITHUB_RELEASE=	v${PKGVERSION_NOREV}
diff --git a/ppsspp/distinfo b/ppsspp/distinfo
index 0d13866615..5400757dc3 100644
--- a/ppsspp/distinfo
+++ b/ppsspp/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (ppsspp-1.16.tar.xz) = 1b7a57c1d0f80c83c8a2b099d0ab5fa87796355be435eaae5ad4f88bac1c42b4
-SHA512 (ppsspp-1.16.tar.xz) = d65a8c9fb5d7ff45a99f5852d1071029bc51c1e8bdb45b3e78d961a46587553db4465bbd97b301db54a94b60772359929524047f08de3067cd3336f5f7717826
-Size (ppsspp-1.16.tar.xz) = 50656132 bytes
-SHA1 (patch-CMakeLists.txt) = 48caa9014f1591636a7afd287fdc6cf9c4666369
+BLAKE2s (ppsspp-1.16.1.tar.xz) = 00935eb6400ddfbf90154d35e459da3d8a39d11a220b4fc1430f524397105fb6
+SHA512 (ppsspp-1.16.1.tar.xz) = ad67739060730875fe5cb321d82f562bfa9cf8d6f130013e89d77bd4b7a1daa3efeaf3f6ad846efaaa5ae5a2ef4308a24228548f35f19c51f5ec044ea9052dd3
+Size (ppsspp-1.16.1.tar.xz) = 50656184 bytes
+SHA1 (patch-CMakeLists.txt) = 57b05b75bff349d929e1242478dbc766c1c6bd49
 SHA1 (patch-Core_HLE_proAdhoc.cpp) = 36173e947964545f97eb3405be0666ce7c8ad09e
 SHA1 (patch-ppsspp_config.h) = 26ab11265c16d97904613b8b73ccf85f6258a5b1
diff --git a/ppsspp/patches/patch-CMakeLists.txt b/ppsspp/patches/patch-CMakeLists.txt
index b9779d4437..f50369de46 100644
--- a/ppsspp/patches/patch-CMakeLists.txt
+++ b/ppsspp/patches/patch-CMakeLists.txt
@@ -1,10 +1,9 @@
 $NetBSD$
 
-* Deal with a failure specific to Clang.
-* Work around missing fseeko64() et al.
+Deal with a failure specific to Clang.
 
---- CMakeLists.txt.orig	2023-09-09 06:14:53.000000000 -0700
-+++ CMakeLists.txt	2023-09-11 19:54:24.624246614 -0700
+--- CMakeLists.txt.orig	2023-09-14 18:14:59.412927438 -0700
++++ CMakeLists.txt	2023-09-14 18:15:15.078501008 -0700
 @@ -356,6 +356,7 @@
  		add_definitions(-Wno-nullability-completeness)
  		add_definitions(-Wno-tautological-pointer-compare)
@@ -13,13 +12,3 @@ $NetBSD$
  	endif()
  
  	if(USE_ASAN)
-@@ -425,7 +426,9 @@
- 		endif()
- 		add_definitions(-D_XOPEN_SOURCE=700)
- 		add_definitions(-D_XOPEN_SOURCE_EXTENDED -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE)
-+		if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "NetBSD")
- 		add_definitions(-D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64)
-+		endif()
- 		if(${CMAKE_SYSTEM_NAME} STREQUAL "NetBSD")
- 			add_definitions(-D_NETBSD_SOURCE)
- 		endif()


Home | Main Index | Thread Index | Old Index