aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Reduce build dependency.Jung-uk Kim2017-11-301-1/+1
| | | | | | | PR: 223709 Notes: svn path=/head/; revision=455238
* Update to 5.2.2.Jung-uk Kim2017-11-308-20/+17
| | | | Notes: svn path=/head/; revision=455237
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-308-69/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* 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
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-306-0/+6
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-1/+1
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* emulators/ppsspp-devel: remove until enough upstream changes accumulateJan Beich2017-11-294-43/+0
| | | | Notes: svn path=/head/; revision=455135
* emulators/ppsspp: update to 1.5.1Jan Beich2017-11-293-28/+18
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...v1.5.1 Notes: svn path=/head/; revision=455134
* emulators/citra: update to s20171129Jan Beich2017-11-292-8/+8
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/e9a95b2e7...b2a99043 Notes: svn path=/head/; revision=455128
* emulators/ppsspp-devel: update to 1.5.1Jan Beich2017-11-292-8/+7
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/f8b6a965e...v1.5.1 Notes: svn path=/head/; revision=455127
* emulators/rpcs3: update to 0.0.4.73Jan Beich2017-11-292-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/662fe8cc...91fd1465 Notes: svn path=/head/; revision=455126
* emulators/citra: update to s20171125Jan Beich2017-11-272-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/43702e6eb...e9a95b2e7 Notes: svn path=/head/; revision=455005
* emulators/ppsspp-devel: update to 1.4.2.895Jan Beich2017-11-272-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/2b7ae7887...f8b6a965e Notes: svn path=/head/; revision=455004
* emulators/rpcs3: update to 0.0.4.63Jan Beich2017-11-272-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/7d3a5288...662fe8cc Notes: svn path=/head/; revision=455003
* emulators/bochs: Update the port to the latest releaseMahdi Mokhtari2017-11-274-6/+33
| | | | | | | | | | Update the port to the latest release. take maintership as well Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D13104 Notes: svn path=/head/; revision=454975
* Alpha sort _stop function. Doesn't really affect anything (build-tested on ↵Mark Linimon2017-11-271-1/+1
| | | | | | | | | armv7). I have had this patch lurking in my tree for a while. Notes: svn path=/head/; revision=454929
* emulators/citra: update to s20171123Jan Beich2017-11-242-8/+8
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/4f13d6f66...43702e6eb Notes: svn path=/head/; revision=454824
* emulators/rpcs3: update to 0.0.4.48Jan Beich2017-11-242-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/58c42ad9...7d3a5288 Notes: svn path=/head/; revision=454823
* The Wine Staging patchset finally became available for this version, soGerald Pfeifer2017-11-232-2/+3
| | | | | | | unbreak the STAGING option and hence also the wine-staging port. Notes: svn path=/head/; revision=454745
* emulators/ppsspp-devel: update to 1.4.2.859Jan Beich2017-11-232-8/+8
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/674d5c7db...2b7ae7887 Notes: svn path=/head/; revision=454736
* emulators/citra: update to s20171120Jan Beich2017-11-232-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/c810a3f3b...4f13d6f66 Notes: svn path=/head/; revision=454735
* emulators/rpcs3: update to 0.0.4.36Jan Beich2017-11-232-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/de465cb9...58c42ad9 Notes: svn path=/head/; revision=454734
* emulators/rpcs3: update to 0.0.4.34Jan Beich2017-11-212-5/+5
| | | | | | | | | Version goes backwards but this update is fine to skip. Changes: https://github.com/RPCS3/rpcs3/commit/de465cb9412a Notes: svn path=/head/; revision=454586
* emulators/ppsspp-devel: update to 1.4.2.838Jan Beich2017-11-212-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/a0f1276a5...674d5c7db Notes: svn path=/head/; revision=454585
* emulators/rpcs3: update to 0.0.4.36Jan Beich2017-11-206-107/+9
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/c435b328...75298f59 Notes: svn path=/head/; revision=454575
* Explicitly add x11 and xext to USE_XORG (when the X11 option is set),Gerald Pfeifer2017-11-181-1/+1
| | | | | | | | | | | both of which were pulled in implicitly so far. Somehow this escaped my testing in a sandbox so far. Reported by: Mk/Scripts/qa.sh via dbn@ Notes: svn path=/head/; revision=454456
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-185-4/+5
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* Belatedly catch up with r433892.Jung-uk Kim2017-11-172-1/+2
| | | | | | | libGL.so from graphics/mesa-libs is installed on ${LOCALBASE}/lib now. Notes: svn path=/head/; revision=454388
* emulators/citra: update to s20171116Jan Beich2017-11-172-7/+7
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/7ef905ea0...c810a3f3b Notes: svn path=/head/; revision=454386
* emulators/rpcs3: update to 0.0.4.14Jan Beich2017-11-153-5/+46
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/0064976c...c435b328 Notes: svn path=/head/; revision=454289
* Update to Wine 2.21. This includes the following changes:Gerald Pfeifer2017-11-153-7/+7
| | | | | | | | | | | | | | | | | | | | | - Still more metafile support in GdiPlus. - Indirect draws support in Direct 3D. - Services fixes on WoW64. - Better DPI scaling in the Shell Explorer. - Various bug fixes. On the way, generally disable PulseAudio support, not just for the Wine Staging case (where this originally only existed). [1] Talking about Wine Staging, mark that (via the STAGING option, and hence the wine-staging port as well) as BROKEN once again; that patchset still is not available yet, and we cannot wait forever. PR: 195765 [1] Reported by: dbn [1] Notes: svn path=/head/; revision=454242
* Fix pkg-plist for the MPG123 option -- where a different dynamicGerald Pfeifer2017-11-151-2/+2
| | | | | | | library is now created. Notes: svn path=/head/; revision=454221
* emulators/ppsspp-devel: update to 1.4.2.768Jan Beich2017-11-132-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/08041d877...a0f1276a5 Notes: svn path=/head/; revision=454155
* emulators/rpcs3: update to 0.0.4.0Jan Beich2017-11-132-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/3c9126d9...0064976c Notes: svn path=/head/; revision=454154
* emulators/citra: update to s20171109Jan Beich2017-11-112-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/c6b2cc2e2...7ef905ea0 Notes: svn path=/head/; revision=453946
* emulators/rpcs3: update to 0.0.3.563Jan Beich2017-11-112-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/46000948...3c9126d9 Notes: svn path=/head/; revision=453945
* emulators/ppsspp-devel: update to 1.4.2.704Jan Beich2017-11-112-8/+8
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/70c70b1e7...08041d877 Notes: svn path=/head/; revision=453944
* Fix the context of some patches so that they apply with stricter patch(1)Antoine Brodin2017-11-091-8/+0
| | | | | | | | PR: 223545 With hat: portmgr Notes: svn path=/head/; revision=453874
* emulators/i386-wine-devel: update to 2.20David Naylor2017-11-083-15/+25
| | | | | | | - update the minimum version of -CURRENT required. Notes: svn path=/head/; revision=453754
* emulators/citra: update to s20171106Jan Beich2017-11-062-10/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/4fc04480...c6b2cc2e2 Notes: svn path=/head/; revision=453649
* emulators/ppsspp-devel: update to 1.4.2.663Jan Beich2017-11-062-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/de459e6a1...c6b2cc2e2 Notes: svn path=/head/; revision=453648
* - Remove archivers/zip build dependencyAlex Kozlov2017-11-061-5/+2
| | | | Notes: svn path=/head/; revision=453630
* The Staging patchset now became available for Wine 2.20, so unbreakGerald Pfeifer2017-11-062-2/+3
| | | | | | | wine-devel in the presence of the STAGING option and wine-staging per se. Notes: svn path=/head/; revision=453629
* - Remove dead MASTER_SITESAlex Kozlov2017-11-061-4/+2
| | | | | | | - Remove archivers/zip build dependency Notes: svn path=/head/; revision=453625
* emulators/citra: convert backout into upstream fixJan Beich2017-11-063-119/+5
| | | | Notes: svn path=/head/; revision=453587
* emulators/ppsspp-devel: update to 1.4.2.640Jan Beich2017-11-062-5/+5
| | | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/fa81dd9c4...de459e6a1 MFH: 2017Q4 Notes: svn path=/head/; revision=453585
* emulators/citra: update to s20171105Jan Beich2017-11-063-14/+133
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/1f6da9fb...4fc04480 Notes: svn path=/head/; revision=453584
* - Update to 0.187Danilo Egea Gondolfo2017-11-052-4/+4
| | | | Notes: svn path=/head/; revision=453581
* emulators/fuse-utils: update to 1.3.5Rene Ladan2017-11-052-4/+4
| | | | | | | Submitted by: portscout Notes: svn path=/head/; revision=453508
* Update to Wine 2.20. This includes the following changes:Gerald Pfeifer2017-11-044-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | - Improved event support in MSHTML. - Interpolation modes in Direct3D. - Improved metafile support in GdiPlus. - Initial version of Kerberos5 Authentication Package. - OLE clipboard cache improvements. - Various bug fixes. Remove files/patch-partial-reservation. This should not be needed any longer since on FreeBSD the main wine program is now loaded at a lower address, making more room available between Wine and 0x80000000, so it may be ok now if the area above 0x80000000 stays reserved like on other platforms. [1] Mark the STAGING option (and hence the wine-staging port as well) as BROKEN; that patchset still is not available yet, and we cannot wait forever. Discussed with: tijl [1] Notes: svn path=/head/; revision=453481