Date: Wed, 30 May 2018 20:04:59 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471172 - branches/2018Q2/emulators/ppsspp Message-ID: <201805302004.w4UK4xWo063865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed May 30 20:04:59 2018 New Revision: 471172 URL: https://svnweb.freebsd.org/changeset/ports/471172 Log: MFH: r471171 emulators/ppsspp: unbreak CPUTYPE=nehalem on i386 ext/native/ext/cityhash/city.cpp:569:5: error: use of undeclared identifier '_mm_crc32_u64' CHUNK(0); PERMUTE3(a, h, c); ^ /wrkdirs/usr/ports/emulators/ppsspp/work/ppsspp-1.6.2/ext/native/ext/cityhash/city.cpp:562:9: note: expanded from macro 'CHUNK' z = _mm_crc32_u64(z, b + g); \ ^ Approved by: ports-secteam blanket Modified: branches/2018Q2/emulators/ppsspp/Makefile branches/2018Q2/emulators/ppsspp/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/ppsspp/Makefile ============================================================================== --- branches/2018Q2/emulators/ppsspp/Makefile Wed May 30 20:03:53 2018 (r471171) +++ branches/2018Q2/emulators/ppsspp/Makefile Wed May 30 20:04:59 2018 (r471172) @@ -10,6 +10,9 @@ MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2 DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c783e7761c2a.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS Modified: branches/2018Q2/emulators/ppsspp/distinfo ============================================================================== --- branches/2018Q2/emulators/ppsspp/distinfo Wed May 30 20:03:53 2018 (r471171) +++ branches/2018Q2/emulators/ppsspp/distinfo Wed May 30 20:04:59 2018 (r471172) @@ -13,3 +13,5 @@ SHA256 (Kingcom-armips-v0.9-89-g8b4cada_GH0.tar.gz) = SIZE (Kingcom-armips-v0.9-89-g8b4cada_GH0.tar.gz) = 191171 SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286 +SHA256 (c783e7761c2a.patch) = 588701f2e5ef299dad9ec820716791bfa2261f17516bae1d884138d58b64c872 +SIZE (c783e7761c2a.patch) = 1272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805302004.w4UK4xWo063865>