aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* archivers/libzip: Bump PORTREVISION on dependent portsBernard Spil2022-08-053-3/+3
|
* emulators/darcnes: fix build on recent FreeBSDRobert Clausecker2022-08-051-2/+4
| | | | | | | The port requires GNU89 semantics. PR: 265586 Reported by: fuz@fuz.su (maintainer)
* emulators/rpcs3: update to 0.0.23.14004Jan Beich2022-08-042-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/416b14de72...3e923b4993
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* emulators/wine-devel: update to version 7.14Damjan Jovanovic2022-08-033-8/+10
| | | | | | | | | | | This includes the following changes: - More progress on syscall interface for USER32. - Improved font fallbacks in DirectWrite. - Some fixes for socket shutdowns. - Various bug fixes. Also since the ibiblio mirror doesn't have Wine 7.x, and SourceForge doesn't have 7.14, replace them with the upstream URL.
* maintainer: Update to FreeBSD addressFelix Palmen2022-08-031-1/+1
| | | | | | | | Change all MAINTAINER entries with <felix@palmen-it.de> to <zirias@FreeBSD.org>. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36029
* emulators/ppsspp: unbreak fetch by downgrading to 1.13.1Jan Beich2022-08-022-4/+4
| | | | | | | | | | | v1.13.1b (392d83fb2203) tag has been removed upstream. => Attempting to fetch https://codeload.github.com/hrydgard/ppsspp/tar.gz/v1.13.1b?dummy=/hrydgard-ppsspp-v1.13.1b_GH0.tar.gz fetch: https://codeload.github.com/hrydgard/ppsspp/tar.gz/v1.13.1b?dummy=/hrydgard-ppsspp-v1.13.1b_GH0.tar.gz: Not Found Reported by: pkg-fallout This reverts commit 93e17d50eb23572b334f4a42fa1ae5e6d4a52400.
* emulators/citra: update to s20220801Jan Beich2022-08-022-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/676426448...bf6e4a41d
* emulators/rpcs3: update to 0.0.23.13990Jan Beich2022-08-012-8/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/d99ae3809d...416b14de72
* emulators/ppsspp: update to 1.13.1bJan Beich2022-07-312-4/+4
| | | | | Changes: https://github.com/hrydgard/ppsspp/compare/v1.13.1...v1.13.1b Reported by: GitHub (watch releases)
* emulators/sameboy: Update to 0.15.4Nuno Teixeira2022-07-312-4/+4
| | | | ChangeLog: https://github.com/LIJI32/SameBoy/releases/tag/v0.15.4
* emulators/citra: update to s20220728Jan Beich2022-07-302-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/357025dfd...676426448
* emulators/rpcs3: update to 0.0.23.13981Jan Beich2022-07-302-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/8f7209f886...d99ae3809d
* */*: bump all consumes of deprecated GDK-Pixbuf-Xlib libraryDima Panov2022-07-281-1/+2
| | | | With hat: desktop
* emulators/ppsspp: update to 1.13.1Jan Beich2022-07-282-4/+4
| | | | | | Changes: https://github.com/hrydgard/ppsspp#whats-new-in-1131 Changes: https://github.com/hrydgard/ppsspp/compare/v1.13...v1.13.1 Reported by: GitHub (watch releases)
* emulators/rpcs3: update to 0.0.23.13974Jan Beich2022-07-282-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/143bd6cc80...8f7209f886
* emulators/ppsspp: update to 1.13Jan Beich2022-07-263-10/+10
| | | | | | Changes: https://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.12.3...v1.13 Reported by: GitHub (watch releases)
* emulators/citra: update to s20220723Jan Beich2022-07-262-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/353aaaf66...357025dfd
* emulators/rpcs3: update to 0.0.23.13969Jan Beich2022-07-262-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/0ba0f9d2b9...143bd6cc80
* emulators/sameboy: Update to 0.15.3Nuno Teixeira2022-07-252-4/+4
| | | | ChangeLog: https://sameboy.github.io/changelog/
* emulators/sameboy: Update to 0.15.2Nuno Teixeira2022-07-243-5/+13
| | | | ChangeLog: https://sameboy.github.io/changelog/
* emulators/wine-proton: Fix crash due to ASLRStefan Eßer2022-07-241-1/+3
| | | | | | | | | | | | | | | | ASLR has been enabled by default on -CURRENT and -STABLE and this causes Wine to crash. The clean solution would be to implement some memory mapping code that already exists for macOS and Linux, but this is not an essy task. In order to allow use of Wine on systems with ASLR mark the Wine executables as not compatible with ASLR using elfctl. This allows to keeps ASLR enabled on the system for all other binaries. If the required memory mapping functionality is made available, the elfctl commands should be removed from this and the other Wine ports. Approved by: portmgr (implicit)
* emulators/wine: Fix crash due to ASLRStefan Eßer2022-07-241-0/+3
| | | | | | | | | | | | | | | | ASLR has been enabled by default on -CURRENT and -STABLE and this causes Wine to crash. The clean solution would be to implement some memory mapping code that already exists for macOS and Linux, but this is not an essy task. In order to allow use of Wine on systems with ASLR mark the Wine executables as not compatible with ASLR using elfctl. This allows to keeps ASLR enabled on the system for all other binaries. If the required memory mapping functionality is made available, the elfctl commands should be removed from this and the other Wine ports. Approved by: portmgr (implicit)
* emulators/dosbox-x: Update to 0.84.1Neel Chauhan2022-07-236-36/+51
|
* emulators/wine-devel: update to version 7.13Damjan Jovanovic2022-07-233-6/+9
| | | | | | | | | | This includes the following changes: - Gecko engine updated to version 2.47.3. - USB driver converted to PE. - Some theming improvements. - Various bug fixes. Approved by: Damjan Jovanovic <damjan.jov@gmail.org> (maintainer)
* emulators/wine-gecko-devel: update to version 2.47.3Damjan Jovanovic2022-07-232-4/+4
| | | | Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
* emulators/sameboy: fix build on powerpc64lePiotr Kubaj2022-07-231-1/+1
| | | | error: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]
* emulators/yuzu: update to s20220721Jan Beich2022-07-222-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/caaf2368b...6e36f4d23
* emulators/rpcs3: update to 0.0.23.13964Jan Beich2022-07-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/845af8bd96...0ba0f9d2b9
* emulators/libretro-kronos: Update to 2.1.5.20210601Timothy Beyer2022-07-212-7/+17
| | | | | | And Fix build on FreeBSD 13.1-RELEASE PR: 265186
* emulators/libretro-pcsx2: Fix i386 build on 13.1-RELEASETimothy Beyer2022-07-211-4/+3
| | | | PR: 265185
* emulators/virtualbox-ose: Update to 6.1.36Guido Falsi2022-07-217-17/+14
| | | | | | Changelog: https://www.virtualbox.org/wiki/Changelog PR: 265351
* emulators/virtualbox-ose: Add VBoxSharedClipboard.so to non X11 buildsDerek Schrock2022-07-212-1/+2
| | | | | | | | This library is built when X11 is disabled too, since the functionality can also be used by remote protocols. PR: 261729 MFH: 2022Q3
* cleanup: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Trull <freebsd.alex@trull.org> * Alonso Cardenas <acm@FreeBSD.org> * Boris Samorodov <bsam@FreeBSD.org> * David Shane Holden <dpejesh@yahoo.com> * Felix Palmen <felix@palmen-it.de> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Kevin Bowling <kbowling@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com> * Matthias Andree * Matthias Fechner <mfechner@FreeBSD.org> * Oleg Sidorkin <osidorkin@gmail.com> * Oliver Lehmann * Radim Kolar <hsn@sendmail.cz> * Timothy Beyer <beyert@cs.ucr.edu> * hq@FreeBSD.org * johalun0@gmail.com * lev@FreeBSD.org * rooneg@electricjellyfish.net With hat: portmgr
* emulators: remove 'Created by' linesTobias C. Berner2022-07-20118-236/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alexander Best <arundel@gmx.net> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Antipovsky <kemm@in-line.ru> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Brian Gaeke <brg@dgate.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@cs.ucdavis.edu) * Edward Tomasz Napierala <trasz@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Gunter Wambaugh <techgunter@yahoo.com> * Jacques Vidrine <nectar@FreeBSD.org> * Janni * Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> * Jeremy Karlson * Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * Joel Sutton <jsutton@webnet.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jonathan M. Bresler (jmb) * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Kaltashkin Eugene <zhecka@gmail.com> * Kevin Bowling <kbowling@FreeBSD.org> * Li-Lun Wang <llwang@infor.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Hinner * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Neumann <mneumann@ntecs.de> * Miguel Mendez <flynn@energyhq.homeip.net> * Naram Qashat <cyberbotx@cyberbotx.com> * Nicole Reid <root@cooltrainer.org> * Nishika <nishika@cheerful.com> * Pavel I Volkov <pavelivolkov@googlemail.com> * Piotr Kubaj * Ruan Wei (iamayan@gmail.com) * Sebastian Schuetz <sschuetz@fhm.edu> * Seiichirou Hiraoka * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <axl@iafrica.com> * Simon Dick <simond@irrelevant.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Stijn Hoop <stijn@win.tue.nl> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Bernard <nanard@free.fr> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Reifenberger <tr@freebsd.mayn.de> * Tom Carrick <knyghtmare@knyghtmare.com> * Travis Poppe <tlp@liquidx.org> * Uffe Jakobsen <uffe@uffe.org> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * alex * dchapes@ddm.on.ca * dk * elbarto * janek@gaja.ipan.lublin.pl * jhb * jmz * joerg * jraynard * krion * kstailey * mbr@FreeBSD.org * okeeblow <root@cooltrainer.org> * pixel * pjm * tenser@spitfire.ecsel.psu.edu * trasz * trasz <trasz@pin.if.uz.zgora.pl> * # Created by Timothy Beyer <beyert@cs.ucr.edu> With hat: portmgr
* wayland: add more mostly leaf ports to virtual categoryJan Beich2022-07-201-1/+1
| | | | | | | | | Caveats: - emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default) - mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/chromium: add --ozone-platform=wayland on command line - www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
* emulators/yuzu: update to s20220718Jan Beich2022-07-192-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7d66f8339...caaf2368b
* emulators/rpcs3: update to 0.0.23.13939Jan Beich2022-07-192-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/73ed657e00...845af8bd96
* emulators/dolphin-emu: Unbreak portsnap INDEX buildsGanael LAPLANCHE2022-07-171-2/+4
| | | | | | | | | Using COMPILER_VERSION as llvm dependency broke portsnap INDEX builds by bringing up a dependency to llvm6. Depending on LLVM_DEFAULT should fix this. Reported by: cperciva Discussed with: cperciva, jbeich
* emulators/yuzu: update to s20220716Jan Beich2022-07-172-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/d2c0b45bc...7d66f8339
* emulators/yuzu: update to s20220715Jan Beich2022-07-162-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/802bbb226...d2c0b45bc
* emulators/rpcs3: update to 0.0.23.13925Jan Beich2022-07-162-8/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/7499f875a6...73ed657e00
* emulators/dolphin-emu: Update to 5.0.16795Ganael LAPLANCHE2022-07-156-146/+211
| | | | Also, fix incomplete LICENSE list
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* emulators/rpcs3: update to 0.0.23.13908Jan Beich2022-07-142-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/befd7ceb8...7499f875a6
* emulators/stella: update to 6.7Jose Alonso Cardenas Marquez2022-07-133-4/+11
| | | | ChangeLog at: https://stella-emu.github.io/changelog.html
* cleanup: remove Created-by lines mentioning myself from my ports.Rene Ladan2022-07-121-2/+0
| | | | While here use my FreeBSD address again for all my ports.
* emulators/yuzu: update to s20220711Jan Beich2022-07-122-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/313f047f9...802bbb226
* emulators/rpcs3: update to 0.0.23.13883Jan Beich2022-07-122-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/0c6df39a4...befd7ceb8
* emulators/wine-devel: update to version 7.12Damjan Jovanovic2022-07-113-6/+7
| | | | Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)