svn commit: r392127 - in head/emulators/ppsspp-devel: . files
Jan Beich
jbeich at FreeBSD.org
Wed Jul 15 11:36:16 UTC 2015
Author: jbeich
Date: Wed Jul 15 11:36:14 2015
New Revision: 392127
URL: https://svnweb.freebsd.org/changeset/ports/392127
Log:
emulators/ppsspp-devel: update to 1.0.1.757
Added:
head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp (contents, props changed)
- copied, changed from r392126, head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp
Deleted:
head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp
Modified:
head/emulators/ppsspp-devel/Makefile (contents, props changed)
head/emulators/ppsspp-devel/distinfo (contents, props changed)
Modified: head/emulators/ppsspp-devel/Makefile
==============================================================================
--- head/emulators/ppsspp-devel/Makefile Wed Jul 15 10:52:47 2015 (r392126)
+++ head/emulators/ppsspp-devel/Makefile Wed Jul 15 11:36:14 2015 (r392127)
@@ -1,11 +1,11 @@
# $FreeBSD$
-DISTVERSION= 1.0.1-600
-DISTVERSIONSUFFIX= -gc27e634
+DISTVERSION= 1.0.1-757
+DISTVERSIONSUFFIX= -g73e9c3b
PORTREVISION= 0
PKGNAMESUFFIX= -devel
-GH_TAGNAME= e855bc7:lang ba829ad:native a0b878f:ext_armips
+GH_TAGNAME= e855bc7:lang ad53018:native a0b878f:ext_armips
CONFLICTS_INSTALL?= ${PORTNAME}-[0-9]*
Modified: head/emulators/ppsspp-devel/distinfo
==============================================================================
--- head/emulators/ppsspp-devel/distinfo Wed Jul 15 10:52:47 2015 (r392126)
+++ head/emulators/ppsspp-devel/distinfo Wed Jul 15 11:36:14 2015 (r392127)
@@ -1,8 +1,8 @@
-SHA256 (hrydgard-ppsspp-v1.0.1-600-gc27e634_GH0.tar.gz) = 1f28f4122c64c0c0ee2631a8b6182f0ed9119e7a177ba9af4a3a318753b4bec2
-SIZE (hrydgard-ppsspp-v1.0.1-600-gc27e634_GH0.tar.gz) = 13519815
+SHA256 (hrydgard-ppsspp-v1.0.1-757-g73e9c3b_GH0.tar.gz) = 531e41a33f16020509d0c7a46108926ec316c614d6b2057886415b86ed49b23d
+SIZE (hrydgard-ppsspp-v1.0.1-757-g73e9c3b_GH0.tar.gz) = 13545189
SHA256 (hrydgard-ppsspp-lang-e855bc7_GH0.tar.gz) = be0e5762e1943f789a723bbcde7a8e4c37c0111e4dbaf87e4d19d1e37929e84b
SIZE (hrydgard-ppsspp-lang-e855bc7_GH0.tar.gz) = 200648
-SHA256 (hrydgard-native-ba829ad_GH0.tar.gz) = 5716b694d6acdf97977a24ebffbdd6a6d935ed61b257ed16d6b08232d067a4eb
-SIZE (hrydgard-native-ba829ad_GH0.tar.gz) = 1399345
+SHA256 (hrydgard-native-ad53018_GH0.tar.gz) = 04772fa654bf403db92a3044f08961da2768a63a5be3c1e6803feb32413e5457
+SIZE (hrydgard-native-ad53018_GH0.tar.gz) = 1399703
SHA256 (Kingcom-armips-a0b878f_GH0.tar.gz) = 64623bbddda609f9692904e6b6823b1d2d4dd0149349f2be9edcc600bf12bafa
SIZE (Kingcom-armips-a0b878f_GH0.tar.gz) = 136535
Copied and modified: head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp (from r392126, head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp)
==============================================================================
--- head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp Wed Jul 15 10:52:47 2015 (r392126, copy source)
+++ head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp Wed Jul 15 11:36:14 2015 (r392127)
@@ -1,5 +1,5 @@
---- Core/Loaders.cpp.orig 2015-02-26 20:05:06 UTC
-+++ Core/Loaders.cpp
+--- Core/FileLoaders/HTTPFileLoader.cpp.orig 2015-07-11 22:44:11 UTC
++++ Core/FileLoaders/HTTPFileLoader.cpp
@@ -15,6 +15,9 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
@@ -8,13 +8,12 @@
+#define _GLIBCXX_USE_C99 1
+
#include <algorithm>
- #include <cstdio>
-
-@@ -310,12 +313,7 @@ HTTPFileLoader::HTTPFileLoader(const std
- size_pos = header.find_first_not_of(' ', size_pos);
+ #include "base/stringutil.h"
+ #include "Common/Common.h"
+@@ -53,11 +56,7 @@ HTTPFileLoader::HTTPFileLoader(const std
}
if (size_pos != header.npos) {
-- // TODO: Find a way to get this to work right on Symbian?
+ // TODO: Find a way to get this to work right on Symbian?
-#ifndef __SYMBIAN32__
- filesize_ = atoll(&header[size_pos]);
-#else
More information about the svn-ports-all
mailing list