aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu: Fix build on 13Muhammad Moinur Rahman2021-04-202-4/+15
| | | | | | | | | | - Use ports dtc instead of packaged dtc [1] - bin/elf2dmp apparently depends on CURL [2] - Reduce build to only X86 architectures if X86_TARGETS is set [2] - rx is not an X86 architecture [2] PR: 245997 [1] 254385 [2] Reported by: swills [1] pstef [2]
* *: Garbage collect new $FreeBSD ids.Mathieu Arnold2021-04-202-4/+0
|
* emulators/yuzu: update to s20210419Jan Beich2021-04-203-20/+21
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ce921e0f2...0da84c4de
* emulators/rpcs3: update to 0.0.15.12130Jan Beich2021-04-203-20/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/fb26da1cb...3e33f064b
* emulator/tnylpo: update to version 1.1.3Stefan Eßer2021-04-192-4/+4
| | | | | This is a bug-fix release that corrects the emulation of some seldom used instructions.
* emulators/sameboy: Update to v0.14.3Tobias Kortkamp2021-04-192-4/+4
| | | | Changes: https://github.com/LIJI32/SameBoy/releases/tag/v0.14.3
* emulators/yaze-ag: switch to USES=compiler:c11 to fix build onMark Linimon2021-04-181-1/+1
| | | | | | GCC-based systems: cc1: error: unrecognized command line option "-std=c11"
* emulators/yuzu: update to s20210417Jan Beich2021-04-174-56/+65
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/eedbe8351...ce921e0f2
* emulators/rpcs3: update to 0.0.15.12113Jan Beich2021-04-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/ba1699a83...fb26da1cb
* Hook emulators/yaze-ag to the buildAntoine Brodin2021-04-161-0/+1
|
* emulators/yaze-ag: remove erroneously committed fileStefan Eßer2021-04-161-155/+0
| | | | | | | | | There were issues with the port (git had recorded some other author after I had to reset the state to fix issues with a failed commit). The file was the result of final consistency checks and a final commit --amend which lead to the temp file being added to the commit. Reported by: danfe
* emulators/yaze-ag: new port for the advanced YAZE CPM emulatorStefan Eßer2021-04-167-0/+509
| | | | | | YAZE-AG is an excellent Z80 emulator, written in ANSI C, that works on many Unix architectures. It is fast, emulates undocumented opcodes, and passes instruction regression tests against real Z80 hardware.
* emulators/yuzu: update to s20210414Jan Beich2021-04-153-307/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/96d07b494...eedbe8351
* emulators/rpcs3: update to 0.0.15.12090Jan Beich2021-04-152-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/17f5fec53...ba1699a83
* emulators/mupen64plus-video-rice: clarify USE_GLDmitry Marakasov2021-04-131-1/+1
| | | | Approved by: portmgr blanket
* emulators/sameboy: Try to unreak build with multiple make jobsTobias Kortkamp2021-04-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | gmake -C ../ build/bin/BootROMs/agb_boot.bin gmake[3]: Entering directory '/wrkdirs/usr/ports/emulators/sameboy/work/SameBoy-0.14.2' gmake -C ../ build/bin/BootROMs/cgb_boot.bin gmake[3]: Entering directory '/wrkdirs/usr/ports/emulators/sameboy/work/SameBoy-0.14.2' rgbasm -i build/obj/BootROMs/ -i BootROMs/ -o build/bin/BootROMs/agb_boot.bin.tmp BootROMs/agb_boot.asm rgblink -o build/bin/BootROMs/agb_boot.bin.tmp2 build/bin/BootROMs/agb_boot.bin.tmp dd if=build/bin/BootROMs/agb_boot.bin.tmp2 of=build/bin/BootROMs/agb_boot.bin count=1 bs=2304 2> /dev/null gmake[3]: Leaving directory '/wrkdirs/usr/ports/emulators/sameboy/work/SameBoy-0.14.2' rgbasm -i build/obj/BootROMs/ -i BootROMs/ -o build/bin/BootROMs/cgb_boot.bin.tmp BootROMs/cgb_boot.asm rgbasm -i build/obj/BootROMs/ -i BootROMs/ -o build/bin/BootROMs/cgb_boot.bin.tmp BootROMs/cgb_boot.asm rgblink -o build/bin/BootROMs/cgb_boot.bin.tmp2 build/bin/BootROMs/cgb_boot.bin.tmp dd if=build/bin/BootROMs/cgb_boot.bin.tmp2 of=build/bin/BootROMs/cgb_boot.bin count=1 bs=2304 2> /dev/null rgblink -o build/bin/BootROMs/cgb_boot.bin.tmp2 build/bin/BootROMs/cgb_boot.bin.tmp error: Could not open file build/bin/BootROMs/cgb_boot.bin.tmp: No such file or directory rgbasm -i build/obj/BootROMs/ -i BootROMs/ -o build/bin/BootROMs/agb_boot.bin.tmp BootROMs/agb_boot.asm http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-10_08h07m32s/logs/errors/sameboy-0.14.2.log I believe this is because at the moment the sdl program and libretro module are built in one go but both depend on the bootroms and should actually be built in separate steps. Try that before adding MAKE_JOBS_UNSAFE.
* emulators/wine-devel: Update to Wine 6.6Gerald Pfeifer2021-04-123-25/+33
| | | | | | | | | | | | This includes the following changes: - DWrite and DnsApi libraries converted to PE. - Plug & play driver support improvements. - Various bug fixes. Also a decent number of files installed no longer are contingent on the Staging patchset, having moved into Wine proper. On the way simplify the dependency on wine-mono-devel.
* Hook emulators/z80pack to the buildAntoine Brodin2021-04-111-0/+1
|
* New port: emulators/z80pack Z80 emulator with CP/M-80Stefan Eßer2021-04-116-0/+124
| | | | | | | | | | | | | This port builds only the generic Z80 emulator and installs various CP/M-80 disk images. The images can be copied into user directories and updated from within the emulation of with the cpmtools programs. The emulation covers CP-NET and MP/M-80 and addition to CP/M-1.4, CP/M-2.2, and CP/M-3.0. The port could be extended to install the full hardware emulation of some classic S-100 bus computers from ALTAIR, IMSAI, and Cromemco (including working emulation of the front panels).
* emulators/virtualbox-ose: Fix build with ports provided SSL library on 11.xGuido Falsi2021-04-111-0/+13
| | | | | | | | | | | | | | | | Due to a compiler/linker command line ordering issue, VirtualBox 6 fails to compile on 11.x when a ports provided SSL library is used. Fix the order of -L options passed to the linker where the ssl library is used. Thanks to Chad Jacob Milios <milios@ccsys.com> for suggesting the correct fix. PR: 254295 Submitted by: russo@bogodyn.org MFH: 2021Q2
* emulators/yuzu: update to s20210409Jan Beich2021-04-102-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7feb490f8...96d07b494
* emulators/rpcs3: update to 0.0.15.12064Jan Beich2021-04-102-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/f64a7bb82...17f5fec53
* emulators/wine-devel: Update to Wine 6.5Gerald Pfeifer2021-04-093-6/+8
| | | | | | | | | This includes the following changes: - OpenCL support updated to version 1.2. - More support for IE compatibility modes in MSHTML. - More windowless RichEdit work. - A few more WinRT library stubs. - Various bug fixes.
* - Update to 6.5.2Jose Alonso Cardenas Marquez2021-04-083-7/+6
|
* Remove expired ports:Rene Ladan2021-04-0716-274/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 textproc/libcrm114: No known users, dead upstream 2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/gb: Unmaintained and dead upstream 2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0756-56/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0626-58/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06193-195/+0
|
* emulators/citra: update to s20210403Jan Beich2021-04-062-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/8e3c7674d...b3cab3c45
* emulators/yuzu: update to s20210404Jan Beich2021-04-062-11/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/fb7dcbf7a...7feb490f8
* emulators/rpcs3: update to 0.0.15.12048Jan Beich2021-04-062-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/66df38957...f64a7bb82
* Reimplement patch to disable Asyncronous IO in virtualbox-ose 6 asGuido Falsi2021-03-301-2/+7
| | | | | | | | | | an option, leaving AIO enabled by default, so no functional change in default build. Requested/Suggested by: David G Lawrence <dg@dglawrence.com> Notes: svn path=/head/; revision=569604
* emulators/rpcs3: update to 0.0.15.12019Jan Beich2021-03-302-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/b978aa6dc...66df38957 Notes: svn path=/head/; revision=569529
* emulators/yuzu: update to s20210329Jan Beich2021-03-302-8/+11
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/65774084f...fb7dcbf7a Notes: svn path=/head/; revision=569528
* The update to Wine 5.0.4 brought a potential build problem dependingGerald Pfeifer2021-03-291-0/+14
| | | | | | | | | | | | | | on options chosen and packages installed (or not). Temporarily add a patch files/patch-dlls_qcap_v4l.c to resolve problems where v4l (multimedia/libv4l) is used when present, even if explicitly disabled during ./configure. PR: 254601 Submitted by: Felix Palmen <felix@palmen-it.de> Notes: svn path=/head/; revision=569523
* emulators/i386-wine-devel: Rebuild the binaries.Gleb Popov2021-03-284-27/+32
| | | | | | | | | | PR: 254516 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D29367 Notes: svn path=/head/; revision=569395
* emulators/rpcs3: update to 0.0.15.12011Jan Beich2021-03-272-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8d5445398...b978aa6dc Notes: svn path=/head/; revision=569281
* Update to the Wine 5.0.4 maintenance release which fixes some 67 bugs.Gerald Pfeifer2021-03-262-5/+4
| | | | Notes: svn path=/head/; revision=569244
* emulators/cannonball: Updates to 0.32Santhosh Raju2021-03-263-25/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 0.31: Controller Improvements & Rumble Support This release focuses on Controller Support & Improvements. Please replace your old config.xml file when upgrading to this release. * [Controllers] Basic rumble support can now be enabled from the CONTROLS menu. The strength can be adjusted. The code that controls the rumble is identical to that of the upright arcade machine motor shaker. The option will only show in the menu if your controller is supported. * [Controllers] Auto-detection and assignment of controller buttons and axis should be much improved. I will update the manual to call out the default controls in due course. (Right trigger = accelerate, Left trigger = brake, Start = Start, Back = Menu, A = Gear Change, X = Change View, Y = Coin). These can be redefined as desired. * [Controllers] D-Pad can be used in menus. * [Menus] Gamepad/Joystick settings has its own menu. * [Menus] Ensure that 'A' button on controllers can be used to select items. Analog accelerate is now only used when run via original arcade cabs as it's not optimal. * [Rom Loader] Sped up CRC32 based loading by using a Hashmap. It was reportedly slow when used over a network. * [Rom Loader] It is possible to switch back to the old filename loading system via a setting in config.xml * [Config] It is now possible to change and configure the location of the 'res' directory. Notes: svn path=/head/; revision=569241
* emulators/ppsspp: backport stability fixes for system ffmpegJan Beich2021-03-253-2/+43
| | | | Notes: svn path=/head/; revision=569211
* emulators/yuzu-qt5: skip www/qt5-webengine if missingJan Beich2021-03-251-7/+6
| | | | | | | | Even if qt5-webengine is removed it may re-appear at a later date. Keep web applet until the last minute but don't sacrifice yuzu-qt5. Notes: svn path=/head/; revision=569208
* emulators/open-vm-tools: Update to 11.2.5 and other changesRenato Botelho2021-03-255-269/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 11.2.5 [1] - Make fuse dependency optional adding new FUSE option, enabled by default [2] - Remove CONFLICTS with packages that were removed years ago - Remove DOCS items from pkg-plist and use PORTDOCS instead - Install default tools.conf [1] - Do not mkdir directories not covered by pkg-plist - Rework patch-lib_guestApp_guestApp.c to respect ${PREFIX} - vmware-kmod.in: - Simplify logic - Use kldstat -q instead of redirect stdout/stderr [2] - Partially restore @preunexec removed in r473438. Set tools.set.version as 0 is important to let hypervisor to be notified package is removed. Otherwise vCenter console shows tools status as "installed" but "not-running". [3] PR: 252699 [1] 226204 [2] 246440 [3] Submitted by: John Wolfe <jwolfe@vmware.com> [1] [3] ohauer [2] Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=569197
* emulators/yuzu: update to s20210324Jan Beich2021-03-252-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/a50133fc5...65774084f Notes: svn path=/head/; revision=569170
* emulators/rpcs3: update to 0.0.15.12006Jan Beich2021-03-252-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/cd07ab5b5...8d5445398 Notes: svn path=/head/; revision=569169
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+7
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* The Staging Patchset for Wine 6.4 is available; include it.Gerald Pfeifer2021-03-232-3/+3
| | | | | | | Just a minor change in terms of packaging (wow64cpu.dll is gone). Notes: svn path=/head/; revision=569009
* emulators/rpcs3: update to 0.0.15.11994Jan Beich2021-03-232-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/379138af2...cd07ab5b5 Notes: svn path=/head/; revision=568997
* emulators/yuzu: update to s20210321Jan Beich2021-03-232-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/cb48ed2e1...a50133fc5 Notes: svn path=/head/; revision=568996
* emulators/nemu: Update to 2.6.0Gleb Popov2021-03-222-4/+4
| | | | | | | Reported by: portscout! Notes: svn path=/head/; revision=568963
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947