aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 5.19.Gerald Pfeifer2020-10-115-45/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following changes from Wine 5.18 which we had to skip since it failed to build on FreeBSD: - USER32 library converted to PE. - Console no longer requires the curses library. - Support for display modes with various orientations. - A number of syntax fixes in the WIDL compiler. - Vulkan shader compilation using the new vkd3d-shader library. - Non-recursive makefiles. Plus the following changes from version 5.19 itself: - Wine Mono engine updated to 5.1.1, with WPF text formatting support. - KERNEL32 library converted to PE. - DSS cryptographic provider. - Windowing support in the new console host. - A number of exception handling fixes. - Various bug fixes. Our local patch files/patch-tools-makedep became obsolete by those changes that first broke version 5.18 and now appear fixed in 5.19. files/patch-dlls_kernel32_Makefile.in needs some adjustments due to changed context, but retains the core tweak we've been carrying. Notes: svn path=/head/; revision=552045
* Update wine-mono-devel to the upstream release 5.1.1.Gerald Pfeifer2020-10-112-4/+4
| | | | Notes: svn path=/head/; revision=552043
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-10-106-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...40865a6 Notes: svn path=/head/; revision=552019
* Mark BROKENAntoine Brodin2020-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling PluggableFactory.cc... In file included from /usr/include/machine/endian.h:6, from /usr/include/sys/types.h:44, from /usr/include/zconf.h:444, from /usr/include/zlib.h:34, from src/serialize.hh:12, from src/EmuDuration.hh:4, from src/EmuTime.hh:4, from src/input/StateChangeListener.hh:4, from src/input/RecordedCommand.hh:5, from src/PluggingController.hh:4, from src/PluggableFactory.cc:2: src/utils/endian.hh:12:38: error: expected ')' before '(' token 12 | [[nodiscard]] static inline uint16_t bswap16(uint16_t x) | ^~~~~~~ src/utils/endian.hh:24:38: error: expected ')' before '?' token 24 | [[nodiscard]] static inline uint32_t bswap32(uint32_t x) | ^~~~~~~ src/utils/endian.hh:39:38: error: expected ')' before '?' token 39 | [[nodiscard]] static inline uint64_t bswap64(uint64_t x) | ^~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=551910
* emmulators/fs-uae-launcher: Update to 3.0.5Loïc Bartoletti2020-10-102-5/+4
| | | | | | | | PR: 249251 Submitted by: James Wright (maintainer) Notes: svn path=/head/; revision=551854
* emulators/{citra,yuzu}: oops, backout r551844Jan Beich2020-10-105-8/+8
| | | | | | | Assertion failed: (!s->running && s->state != CUBEB_STATE_STARTED), function oss_stream_start, file externals/cubeb/src/cubeb_oss.c, line 1165. Notes: svn path=/head/; revision=551848
* emulators/yuzu: update to s20201008Jan Beich2020-10-103-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/92adb69fa...61b246a3a Notes: svn path=/head/; revision=551846
* emulators/rpcs3: update to 0.0.12.10987Jan Beich2020-10-102-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/89f124814...ffea52dc3 Notes: svn path=/head/; revision=551845
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-10-106-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f Notes: svn path=/head/; revision=551844
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2020-10-091-1/+1
| | | | Notes: svn path=/head/; revision=551770
* emulators/nemu: Update to 2.5.0Gleb Popov2020-10-082-4/+4
| | | | | | | Reported by: portscout! Notes: svn path=/head/; revision=551695
* emulators/linux-power9-functional-sim: Add perl5 as a run depKevin Bowling2020-10-081-0/+1
| | | | | | | Sponsored by: BBOX.io Notes: svn path=/head/; revision=551690
* emulators/linux-power9-functional-sim: Improve user experince WRT bash and perlKevin Bowling2020-10-081-1/+4
| | | | | | | Sponsored by: BBOX.io Notes: svn path=/head/; revision=551689
* emulators/linux-power10-functional-sim: Add the POWER10 simKevin Bowling2020-10-086-0/+797
| | | | | | | | | See https://www14.software.ibm.com/webapp/set2/sas/f/pwrfs/pwr10/home.html Sponsored by: BBOX.io Notes: svn path=/head/; revision=551688
* emulators/citra: update to s20201004Jan Beich2020-10-083-7/+7
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/aced133a3...1c8461fde Notes: svn path=/head/; revision=551681
* emulators/yuzu: update to s20201007Jan Beich2020-10-083-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/182cf7d63...92adb69fa Notes: svn path=/head/; revision=551680
* emulators/rpcs3: update to 0.0.12.10984Jan Beich2020-10-082-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/2a258dc21...89f124814 Notes: svn path=/head/; revision=551679
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-10-086-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508 Notes: svn path=/head/; revision=551678
* Update to 5.0.12716Ganael LAPLANCHE2020-10-063-7/+46
| | | | | | | | | | That update should allow building on aarch64 (not tested) PR: 250135 Submitted by: kit.ty.kate@disroot.org Notes: svn path=/head/; revision=551556
* emulators/rpcs3: update to 0.0.12.10978Jan Beich2020-10-062-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/bddfa76b2...2a258dc21 Notes: svn path=/head/; revision=551551
* Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5Loïc Bartoletti2020-10-051-1/+1
| | | | | | | | | | | | | | | | | | | - Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5 - Use pypi for PYQT [1] - Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5) - Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth - Strip libs - Refactor *_PATH and *_PORT parts [1] RiverBankComputing doesn't offer links to download latest version of some ports PR: 247369 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D25749 Exp-run by: antoine Notes: svn path=/head/; revision=551499
* Add an option SDL that uses SDL 2, a cross-platform multimedia developmentGerald Pfeifer2020-10-051-2/+6
| | | | | | | | | | | API which can be useful particularly when it comes to supporting games. This is off by default for now in alignment with the status quo. Submitted by: Alex S <iwtcex@gmail.com> PR: 249869 Notes: svn path=/head/; revision=551487
* emulators/yuzu: update to s20201001Jan Beich2020-10-032-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4d0ae1a17...182cf7d63 Notes: svn path=/head/; revision=551245
* emulators/rpcs3: update to 0.0.12.10971Jan Beich2020-10-032-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/046923d9f...bddfa76b2 Notes: svn path=/head/; revision=551244
* emulators/citra: update to s20200930Jan Beich2020-10-023-9/+10
| | | | | | | | | - Re-enable system boost, following emulators/yuzu Changes: https://github.com/citra-emu/citra/compare/a576eb633...aced133a3 Notes: svn path=/head/; revision=551236
* Remove expired ports:Rene Ladan2020-10-0214-983/+0
| | | | | | | | 2020-09-30 audio/zinf: Does not build, no upstream 2020-10-01 emulators/qemu-sbruno: Port will be removed in favor of emulators/qemu Notes: svn path=/head/; revision=551231
* Backport revision r550190 from emulators/wine-devel:Gerald Pfeifer2020-10-011-3/+3
| | | | | | | | | | | | | | | | No longer hack tools/wineapploader.in to account for wine64 vs wine. Since upstream commit https://source.winehq.org/git/wine.git/commitdiff/57f9c33c08782399d6729bc58b 68d73812560638 this hasn't been necessary any longer and it did actually break things afterwards by replacing wine64 with wine6464. PR: 249868 Submitted by: Alex S <iwtcex@gmail.com> Notes: svn path=/head/; revision=550871
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-012-2/+2
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* emulators/rpcs3: update to 0.0.12.10959Jan Beich2020-10-012-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/f4ca6f02a...046923d9f Notes: svn path=/head/; revision=550758
* emulators/yuzu: update to s20200930Jan Beich2020-10-012-11/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/a8be822e8...4d0ae1a17 Notes: svn path=/head/; revision=550757
* emulators/qemu42: Add missing entry in emulators/MakefileMuhammad Moinur Rahman2020-09-301-0/+1
| | | | Notes: svn path=/head/; revision=550638
* [NEW] emulators/qemu42: QEMU CPU Emulator - 4.2.X branchMuhammad Moinur Rahman2020-09-3017-0/+1239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. See also the preconfigured system images on http://oszoo.org/ Many live cd isos also work. WWW: http://wiki.qemu.org/Main_Page In preparation of updating emulators/qemu to 5.0.X STABLE branch moving 4.2.X to a new port. Notes: svn path=/head/; revision=550637
* emulators/yuzu: update to s20200927Jan Beich2020-09-292-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4d4afc150...a8be822e8 Notes: svn path=/head/; revision=550462
* emulators/rpcs3: update to 0.0.12.10957Jan Beich2020-09-292-9/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/53c8ed6a6...f4ca6f02a Notes: svn path=/head/; revision=550461
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-282-1/+2
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Update to 5.0.12247Ganael LAPLANCHE2020-09-288-76/+45
| | | | Notes: svn path=/head/; revision=550417
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* Allow building on powerpc64le.Mark Linimon2020-09-271-2/+1
| | | | | | | | | While here, pet portlint (extra whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550378
* emulators/mame: Take maintainer shipEmmanuel Vadot2020-09-271-1/+1
| | | | | | | I'm working on patches that I will submit upstream so take maintainer ship. Notes: svn path=/head/; revision=550258
* emulators/rpcs3: update to 0.0.12.10949Jan Beich2020-09-262-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/92efaf0bb...53c8ed6a6 Notes: svn path=/head/; revision=550232
* No longer hack tools/wineapploader.in to account for wine64 vs wine.Gerald Pfeifer2020-09-261-3/+3
| | | | | | | | | | | | | Since upstream commit https://source.winehq.org/git/wine.git/commitdiff/57f9c33c08782399d6729bc58b68d73812560638 this hasn't been necessary any longer and it did actually break things afterwards by replacing wine64 with wine6464. PR: 249868 Submitted by: Alex S <iwtcex@gmail.com> Notes: svn path=/head/; revision=550190
* emulators/yuzu: update to s20200925Jan Beich2020-09-263-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/10e8acc45...4d4afc150 Notes: svn path=/head/; revision=550096
* emulators/rpcs3: update to 0.0.12.10943Jan Beich2020-09-262-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9ea478008...92efaf0bb Notes: svn path=/head/; revision=550095
* Fix build with -fno-commonStefan Eßer2020-09-252-4/+17
| | | | Notes: svn path=/head/; revision=550063
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-09-256-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...b594641 Notes: svn path=/head/; revision=549984
* emulators/virtualbox-ose-kmod: Fix a pair of VM bugsAdriaan de Groot2020-09-244-28/+59
| | | | | | | | | | | | | | | | | | | | | | | | | - Use vm_pager_allocate() to allocate OBJT_PHYS objects. This ensures that they're initialized properly. - Don't assume that user wiring will succeed. This had been a team effort, with multiple independent reports, a wide variety of experiments, and patches written by kib@ and refined by markj@. I'm bumping PORTREVISION and aligning the revision of both kmod and application; it's possible the application bump isn't actually needed but let's make sure they both get rebuilt with this important (because of changed kernel assumptions) fix. PR: 249326 Submitted by: kib, markj Reported by: adridg, Rainer Hurling Reviewed by: adridg Approved by: koobs (vbox) MFH: 2020Q3 Notes: svn path=/head/; revision=549922
* emulators/yuzu: update to s20200923Jan Beich2020-09-242-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/53829d4cb...10e8acc45 Notes: svn path=/head/; revision=549875
* emulators/rpcs3: update to 0.0.12.10933Jan Beich2020-09-242-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/34eff440e...9ea478008 Notes: svn path=/head/; revision=549874
* - fix buildDirk Meyer2020-09-232-12/+11
| | | | | | | | PR: 248101 Approved by: ken Notes: svn path=/head/; revision=549674
* Fix build with -fno-commonStefan Eßer2020-09-2225-7/+438
| | | | Notes: svn path=/head/; revision=549620