aboutsummaryrefslogtreecommitdiff
path: root/emulators/ppsspp
Commit message (Collapse)AuthorAgeFilesLines
* emulators/ppsspp: update to 1.5.4Jan Beich2017-12-052-7/+7
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.3...v1.5.4 Notes: svn path=/head/; revision=455622
* emulators/ppsspp: update to 1.5.3Jan Beich2017-12-042-7/+7
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.2...v1.5.3 Notes: svn path=/head/; revision=455551
* emulators/ppsspp: update to 1.5.2Jan Beich2017-11-302-4/+4
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.1...v1.5.2 Notes: svn path=/head/; revision=455208
* emulators/ppsspp: update to 1.5.1Jan Beich2017-11-292-27/+17
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...v1.5.1 Notes: svn path=/head/; revision=455134
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* emulators/ppsspp: unbreak joystick mappings with OLDJOY=off (default)Jan Beich2017-10-153-39/+56
| | | | | | | | Changes: https://github.com/hrydgard/ppsspp/commit/ac0052c6af92 MFH: 2017Q4 (requires r451582) Notes: svn path=/head/; revision=452123
* emulators/ppsspp-devel: restore OLDJOY after r451582Jan Beich2017-10-091-5/+1
| | | | | | | | Recently added fallback mappings are different from v1.3, and some buttons can no longer be bound. So keep the option for a bit longer. Notes: svn path=/head/; revision=451584
* emulators/ppsspp-devel: update to 1.4.2.473Jan Beich2017-10-091-0/+4
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/11f8bcc8a...bb1f65118 Notes: svn path=/head/; revision=451582
* emulators/ppsspp-devel: revive and update to 1.4.2.463Jan Beich2017-10-013-31/+7
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...11f8bcc8a Notes: svn path=/head/; revision=451036
* Bump PORTREVISION in ports depending on archivers/libzip.Raphael Kubo da Costa2017-09-271-1/+1
| | | | | | | | | | | libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638 Notes: svn path=/head/; revision=450775
* emulators/ppsspp-qt5: move CMake 3.9 fix into a separate fileJan Beich2017-09-162-18/+23
| | | | Notes: svn path=/head/; revision=449973
* Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeAdriaan de Groot2017-09-141-6/+24
| | | | | | | | | | | | | Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299 Notes: svn path=/head/; revision=449853
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* emulators/{ppsspp,rpcs3}: switch to MAP_32BITJan Beich2017-07-222-32/+28
| | | | | | | | | This may slightly improve JIT stability. MFH: 2017Q3 Notes: svn path=/head/; revision=446352
* emulators/ppsspp: drop QMake-specific version substitutionJan Beich2017-06-211-3/+1
| | | | | | | QMake build is gone since v1.4 Notes: svn path=/head/; revision=444027
* emulators/ppsspp: update to 1.4.2Jan Beich2017-06-042-4/+4
| | | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.1...v1.4.2 MFH: 2017Q2 Notes: svn path=/head/; revision=442567
* emulators/ppsspp: update to 1.4Jan Beich2017-05-233-10/+10
| | | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4.1 MFH: 2017Q2 Notes: svn path=/head/; revision=441519
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* emulators/ppsspp: builds fine on aarch64Jan Beich2017-04-081-7/+0
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=438070
* emulators/ppsspp: don't enable EGL by default on armJan Beich2017-04-071-1/+1
| | | | | | | | | | | | ext/native/base/PCMain.cpp:75:10: fatal error: 'EGL/egl.h' file not found #include "EGL/egl.h" ^ 1 error generated. Reported by: pkg-fallout Notes: svn path=/head/; revision=437910
* emulators/ppsspp: temporarily unblock build on aarch64Jan Beich2017-04-011-0/+3
| | | | Notes: svn path=/head/; revision=437453
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* emulators/ppsspp: update to 1.4Jan Beich2017-03-315-58/+520
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4 Notes: svn path=/head/; revision=437353
* emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaroundJan Beich2017-03-282-1/+8
| | | | | | | https://github.com/hrydgard/ppsspp/issues/9026 Notes: svn path=/head/; revision=437149
* Drop pre-10.3 support in my portsJan Beich2017-01-031-2/+1
| | | | | | | | Figuring out which GCC hacks are safe to drop is tricky but at least devel/fb-adb is limited to x86 due to ADA bootstrap. Notes: svn path=/head/; revision=430462
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* emulators/ppsspp: link to upstream issue for BROKENJan Beich2016-11-141-2/+5
| | | | Notes: svn path=/head/; revision=426134
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426089
* Drop r339003/r339004 cargo cult in my portsJan Beich2016-10-171-1/+1
| | | | | | | | Ninja is only fast for incremental builds, not after clobber. To keep using it define CMAKE_NINJA in make.conf. Notes: svn path=/head/; revision=424136
* emulators/ppsspp: convert to GH_TUPLE/GH_SUBDIRJan Beich2016-10-171-10/+3
| | | | | | | Keep names (except PORTNAME) expanded for better readability. Notes: svn path=/head/; revision=424134
* emulators/ppsspp: unbreak _OFF helpers after r422825Jan Beich2016-10-101-1/+1
| | | | Notes: svn path=/head/; revision=423674
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* emulators/ppsspp: hide QT* options in master portJan Beich2016-09-291-2/+2
| | | | | | | Pointyhat to: jbeich (r422825) Notes: svn path=/head/; revision=422899
* emulators/ppsspp: enslave GUI optionsJan Beich2016-09-271-2/+3
| | | | | | | | Catering package-only users that want Qt4 flavor or just SDL UI. COMMENT and pkg-descr (both plural) can be improved in future. Notes: svn path=/head/; revision=422825
* emulators/ppsspp: update to 1.3Jan Beich2016-09-184-61/+20
| | | | | | | Changes: http://ppsspp.org/#news Notes: svn path=/head/; revision=422387
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* emulators/ppsspp: unbreak runtime on DragonFlyJan Beich2016-07-091-0/+53
| | | | | | | | $ ppsspp Unable to initialize SDL: SDL not built with joystick support Notes: svn path=/head/; revision=418266
* emulators/ppsspp: update to 1.2.2Jan Beich2016-03-202-7/+7
| | | | | | | Changes: http://ppsspp.org/#news Notes: svn path=/head/; revision=411438
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-6/+6
| | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html Notes: svn path=/head/; revision=411229
* emulators/ppsspp: minor manpage updateJan Beich2016-03-052-4/+4
| | | | | | | | | - Added --fullscreen parameter in man page MFH: 2016Q1 Notes: svn path=/head/; revision=410213
* emulators/ppsspp: update to 1.2.1Jan Beich2016-02-227-83/+48
| | | | | | | | | | - Back out r388231 now that DragonFly updated its GCC past 5.2 - Make it easier to back out r387685 in future by concatenating patches Changes: http://ppsspp.org/#news Notes: svn path=/head/; revision=409347
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* emulators/ppsspp: update to 1.1.1Jan Beich2015-10-132-6/+6
| | | | | | | Changes: http://ppsspp.org/#news Notes: svn path=/head/; revision=399202
* emulators/ppsspp: drop FreeBSD 8.x supportJan Beich2015-10-061-25/+0
| | | | Notes: svn path=/head/; revision=398687
* emulators/ppsspp: update to 1.1.0Jan Beich2015-10-0637-659/+36
| | | | | | | | | | - Integrate r397030 and r397702 into master port - Switch slave port back to use patches from master Changes: http://ppsspp.org/#news Notes: svn path=/head/; revision=398680
* Convert my ports to USES=localbaseJan Beich2015-09-261-2/+1
| | | | Notes: svn path=/head/; revision=398012
* emulators/ppsspp-devel: update to 1.0.1.2768Jan Beich2015-09-242-3/+24
| | | | | | | | | - Take advantage of more system libraries support upstream Changes: https://github.com/hrydgard/ppsspp/compare/253ed9f...d8b43dd Notes: svn path=/head/; revision=397702
* emulators/ppsspp: generate better .desktop fileJan Beich2015-09-242-3/+7
| | | | | | | The one from Debian was very basic and removed upstream. Notes: svn path=/head/; revision=397701
* Backport CVE-2015-2331 fix to bundled libzipJan Beich2015-09-202-1/+19
| | | | | | | | MFH: 2015Q3 Security: 264749ae-d565-11e4-b545-00269ee29e57 Notes: svn path=/head/; revision=397361