Index: head/emulators/ppsspp-devel/Makefile =================================================================== --- head/emulators/ppsspp-devel/Makefile (revision 392126) +++ head/emulators/ppsspp-devel/Makefile (revision 392127) @@ -1,16 +1,16 @@ # $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]* MASTERDIR= ${.CURDIR}/../ppsspp PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" Index: head/emulators/ppsspp-devel/distinfo =================================================================== --- head/emulators/ppsspp-devel/distinfo (revision 392126) +++ head/emulators/ppsspp-devel/distinfo (revision 392127) @@ -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 Index: head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp =================================================================== --- head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp (revision 392126) +++ head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp (nonexistent) @@ -1,26 +0,0 @@ ---- Core/Loaders.cpp.orig 2015-02-26 20:05:06 UTC -+++ Core/Loaders.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/. - -+// XXX ports/193528 -+#define _GLIBCXX_USE_C99 1 -+ - #include - #include - -@@ -310,12 +313,7 @@ HTTPFileLoader::HTTPFileLoader(const std - size_pos = header.find_first_not_of(' ', size_pos); - } - if (size_pos != header.npos) { -- // TODO: Find a way to get this to work right on Symbian? --#ifndef __SYMBIAN32__ -- filesize_ = atoll(&header[size_pos]); --#else -- filesize_ = atoi(&header[size_pos]); --#endif -+ filesize_ = std::atoll(&header[size_pos]); - } - } - if (startsWithNoCase(header, "Accept-Ranges:")) { Property changes on: head/emulators/ppsspp-devel/files/patch-Core_Loaders.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp =================================================================== --- head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp (nonexistent) +++ head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp (revision 392127) @@ -0,0 +1,25 @@ +--- 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/. + ++// XXX ports/193528 ++#define _GLIBCXX_USE_C99 1 ++ + #include + #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? +-#ifndef __SYMBIAN32__ +- filesize_ = atoll(&header[size_pos]); +-#else +- filesize_ = atoi(&header[size_pos]); +-#endif ++ filesize_ = std::atoll(&header[size_pos]); + } + } + if (startsWithNoCase(header, "Accept-Ranges:")) { Property changes on: head/emulators/ppsspp-devel/files/patch-Core_FileLoaders_HTTPFileLoader.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property