aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Make the COMMENT consistent (and shorter!) across TI calculator emulators.Alexey Dokuchaev2019-03-162-2/+2
| | | | | | | Provided by: jrm Notes: svn path=/head/; revision=495912
* emulators/higan: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-161-22/+8
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495887
* emulators/yabause: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-161-11/+2
| | | | | | | | | - untested as marked broken Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495885
* Fix build on gcc-based architectures:Mark Linimon2019-03-161-1/+1
| | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler Notes: svn path=/head/; revision=495849
* emulators/citra: update to s20190314Jan Beich2019-03-162-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/acaca4188...1fbda5518 Notes: svn path=/head/; revision=495840
* Fix build on gcc-based architectures:Mark Linimon2019-03-141-2/+1
| | | | | | | | | | | configure: error: C compiler cannot create executables While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495745
* emulators/ppsspp: don't try to build on big-endianJan Beich2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.cpp: In member function 'virtual int PSPMsgDialog::Init(unsigned int)': Core/Dialog/PSPMsgDialog.h:37:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED 0x000001B3 // OR of all options coded to display warning ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:62:49: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED' int optionsNotCoded = messageDialog.options & ~SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:71:59: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: if(messageDialog.type == 0 && !(messageDialog.errorNum & 0x80000000)) ^~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = unsigned int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = unsigned int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:31:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO 0x00000100 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:89:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO' if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO) && ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:28:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_YESNO 0x00000010 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:90:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_YESNO' !(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_YESNO)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:37:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED 0x000001B3 // OR of all options coded to display warning ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:95:32: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED' if (messageDialog.options & ~SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:28:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_YESNO 0x00000010 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:109:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_YESNO' if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_YESNO) && ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:31:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO 0x00000100 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:113:30: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO' if(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:29:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_OK 0x00000020 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:118:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_OK' if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_OK) && (size == SCE_UTILITY_MSGDIALOG_SIZE_V3)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:30:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL 0x00000080 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:125:33: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL' if(!((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL) && (size == SCE_UTILITY_MSGDIALOG_SIZE_V3))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:18: Core/Dialog/PSPMsgDialog.h:27:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: #define SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND 0x00000002 ^~~~~~~~~~ Core/Dialog/PSPMsgDialog.cpp:127:30: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND' if(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.h:22, from Core/Dialog/PSPMsgDialog.cpp:18: Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]' S operator&(const swap_struct_t<T, F>& v, const S &i) { ^~~~~~~~ Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]' swapped_t operator &(const S &b) const { ^~~~~~~~ In file included from Core/Dialog/PSPMsgDialog.cpp:23: Common/ChunkFile.h: In instantiation of 'void PointerWrap::DoClass(T&) [with T = pspMessageDialog]': Common/ChunkFile.h:96:4: required from 'static void PointerWrap::DoHelper<T, isPOD, isPointer>::Do(PointerWrap*, T&) [with T = pspMessageDialog; bool isPOD = false; bool isPointer = false]' Common/ChunkFile.h:496:18: required from 'void PointerWrap::Do(T&) [with T = pspMessageDialog]' Core/Dialog/PSPMsgDialog.cpp:321:20: required from here Common/ChunkFile.h:475:5: error: 'struct pspMessageDialog' has no member named 'DoState' x.DoState(*this); ~~^~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=495739
* emulators/ppsspp-devel: remove until enough upstream changes accumulateJan Beich2019-03-144-42/+0
| | | | Notes: svn path=/head/; revision=495701
* emulators/ppsspp: update to 1.8.0Jan Beich2019-03-144-36/+20
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.5...v1.8.0 Notes: svn path=/head/; revision=495700
* emulators/ppsspp-devel: drop unused submoduleJan Beich2019-03-142-4/+1
| | | | Notes: svn path=/head/; revision=495699
* emulators/ppsspp-devel: update to 1.7.5.571Jan Beich2019-03-142-7/+7
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/624587c59...1bedb97bc Notes: svn path=/head/; revision=495675
* emulators/rpcs3: update to 0.0.6.7869Jan Beich2019-03-142-14/+14
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/1875dc3f1...e9b6beadf MFH: 2019Q1 (implicit for snapshots?) Notes: svn path=/head/; revision=495674
* emulators/xen-kernel: backport fixes and apply XSAsRoger Pau Monné2019-03-1214-1/+2218
| | | | | | | | | | | | Backport a couple of fixes critical for PVH dom0 and fixes for XSA-{284,287,290,292-294}. Sponsored-by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19413 Notes: svn path=/head/; revision=495458
* emulators/ppsspp-devel: update to 1.7.5.560Jan Beich2019-03-122-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/c77af182a...624587c59 Notes: svn path=/head/; revision=495398
* emulators/rpcs3: update to 0.0.6.7857Jan Beich2019-03-122-5/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/a43e7c172...1875dc3f1 MFH: 2019Q1 (implicit for snapshots?) Notes: svn path=/head/; revision=495397
* x11-fonts/mkfontscale: Update to 1.2.0Niclas Zeising2019-03-113-6/+4
| | | | | | | | | | | | | | | | | | | | Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init Notes: svn path=/head/; revision=495395
* update emulators/winetricks to 20190310Nikolai Lifanov2019-03-112-4/+4
| | | | Notes: svn path=/head/; revision=495323
* devel/allegro: Update to 4.4.3.1Tobias Kortkamp2019-03-091-1/+1
| | | | | | | | | | | | Some static libraries are now built as shared libraries. Bump revision of consumers. Changes: https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx Changes: https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1 PR: 235477 Notes: svn path=/head/; revision=495105
* emulators/rpcs3: update to 0.0.6.7840Jan Beich2019-03-092-5/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/4ea76def7...a43e7c172 MFH: 2019Q1 (implicit for snapshots?) Notes: svn path=/head/; revision=495088
* emulators/citra: update to s20190308Jan Beich2019-03-092-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/5954dc11b...acaca4188 Notes: svn path=/head/; revision=495087
* Revert r494756 and r494757 for now. It seems this patch needs more work.Jung-uk Kim2019-03-083-63/+34
| | | | | | | | | | Somehow it prevented executables from starting properly. Reported by: Martin Birgmeier <d8zNeCFG@aon.at> Petyo Milotinov <petyo@petyo.org> Notes: svn path=/head/; revision=495006
* - Update to 6.0Jose Alonso Cardenas Marquez2019-03-073-12/+7
| | | | | | | Changelog at https://stella-emu.github.io/changelog.html Notes: svn path=/head/; revision=494963
* emulators/rpcs3: update to 0.0.6.7830Jan Beich2019-03-072-5/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/ebb24375d...4ea76def7 MFH: 2019Q1 (implicit for snapshots?) Notes: svn path=/head/; revision=494860
* emulators/citra: update to s20190306Jan Beich2019-03-072-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/b3261472f...5954dc11b Notes: svn path=/head/; revision=494859
* Fix a typo in the previous patch.Jung-uk Kim2019-03-061-1/+1
| | | | Notes: svn path=/head/; revision=494757
* Make linker option for executables closer to Linux equivalent, i.e.,Jung-uk Kim2019-03-063-34/+63
| | | | | | | "-z noexecstack", "-z relro", and "--as-needed". Notes: svn path=/head/; revision=494756
* - Fix build with DEBUG option.Jung-uk Kim2019-03-062-40/+28
| | | | | | | | | | - Fix build with OPENGL option. [1] - Modernize Makefile. PR: 236148 [1] Notes: svn path=/head/; revision=494755
* The Wine Staging patchset is now available for Wine 4.3.Gerald Pfeifer2019-03-051-1/+3
| | | | Notes: svn path=/head/; revision=494676
* emulators/ppsspp-devel: update to 1.7.5.553Jan Beich2019-03-052-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/2d5acc83b...c77af182a Notes: svn path=/head/; revision=494661
* emulators/citra: update to s20190304Jan Beich2019-03-052-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/ad1cfc8d5...b3261472f Notes: svn path=/head/; revision=494660
* Update to Wine 4.3. This includes the following changes:Gerald Pfeifer2019-03-035-14/+39
| | | | | | | | | | | | | | | | | | - Reimplementation of XAudio2 using the FAudio library. - Mono engine updated to the latest upstream. - More modern handling of iconic windows. - Improved handling of kernel objects. - Various bug fixes. audio/faudio is a new fixed dependency to cover the first item above; for the second, update emulators/wine-mono-devel to version 4.8.0. [1] Three more files have moved from the Wine Staging tree into the main tree. Approved by: dbn (blanket) [1] Notes: svn path=/head/; revision=494512
* Forward port r442561 | gerald | 2017-06-04 from emulators/wine:Gerald Pfeifer2019-03-021-1/+5
| | | | | | | | | Be more bold re games working. Add a note on when to use this port and how it relates to i386-wine-devel. Notes: svn path=/head/; revision=494365
* emulators/ppsspp-devel: update to 1.7.5.537Jan Beich2019-03-022-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/bd71af24d...2d5acc83b Notes: svn path=/head/; revision=494355
* emulators/rpcs3: update to 0.0.6.7825Jan Beich2019-03-022-9/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/de5379a69...ebb24375d Notes: svn path=/head/; revision=494351
* Use system X.Org header files instead of the bundled files.Jung-uk Kim2019-02-287-185/+57
| | | | | | | PR: 227238 Notes: svn path=/head/; revision=494214
* emulators/qemu-devel: Update version 2.6.0=>3.1.0Muhammad Moinur Rahman2019-02-2813-270/+278
| | | | | | | | | PR: 229324 Reported by: bcran Relnotes: https://www.qemu.org/2018/12/12/qemu-3-1-0/ Notes: svn path=/head/; revision=494122
* emulators/rpcs3: fix --version output after r494119Jan Beich2019-02-282-0/+5
| | | | Notes: svn path=/head/; revision=494121
* emulators/rpcs3: update to 0.0.6.7816Jan Beich2019-02-282-5/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/4c72f7c1d...de5379a69 MFH: 2019Q1 (implicit for snapshots?) Notes: svn path=/head/; revision=494119
* emulators/ppsspp-devel: update to 1.7.5.533Jan Beich2019-02-282-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/64dd4257a...bd71af24d Notes: svn path=/head/; revision=494117
* xen-kernel & xen-tools: fix ignore messageRoger Pau Monné2019-02-271-1/+1
| | | | | | | | | | | | To mention 12.0 or any newer release, instead of just mentioning HEAD. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19387 Notes: svn path=/head/; revision=494055
* emulators/xen-kernel & sysutils/xen-tools: update to 4.11.1Roger Pau Monné2019-02-2754-7326/+6
| | | | | | | | | Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19293 Notes: svn path=/head/; revision=494043
* emulators/xen-kernel411 & sysutils/xen-tools411: drop version number from portRoger Pau Monné2019-02-2771-0/+0
| | | | | | | | | | | Actually perform the rename of the directories missing in r494039. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19284 Notes: svn path=/head/; revision=494040
* emulators/xen-kernel411 & sysutils/xen-tools411: drop version number from portRoger Pau Monné2019-02-272-2/+2
| | | | | | | | | | | | | I don't have the bandwidth to maintain multiple version of Xen, and going forward all newer version of Xen should work on FreeBSD without issues. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19284 Notes: svn path=/head/; revision=494039
* emulators/xen-kernel47 & sysutils/xen-tools47: deprecateRoger Pau Monné2019-02-271-0/+3
| | | | | | | | | | | It's about to go out of security support, so mark it as deprecated. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19283 Notes: svn path=/head/; revision=494037
* Fix build with DEFAULT_VERSIONS=python=3.xAntoine Brodin2019-02-261-1/+1
| | | | | | | PR: 234681 Notes: svn path=/head/; revision=493961
* emulators/ppsspp-devel: update to 1.7.5.522Jan Beich2019-02-262-5/+5
| | | | | | | Changes: https://github.com/hrydgard/ppsspp/compare/50de04a29...64dd4257a Notes: svn path=/head/; revision=493919
* emulators/citra: update to s20190225Jan Beich2019-02-262-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/5f80075c3...ad1cfc8d5 Notes: svn path=/head/; revision=493918
* First step at deorbitting esound:Baptiste Daroussin2019-02-251-4/+2
| | | | | | | remove esound options where it is possible to Notes: svn path=/head/; revision=493867
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-252-2/+2
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Switch to use wxGTK30Baptiste Daroussin2019-02-241-1/+1
| | | | Notes: svn path=/head/; revision=493795