aboutsummaryrefslogtreecommitdiff
path: root/emulators/yuzu
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/yuzu: update to s20210404Jan Beich2021-04-062-11/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/fb7dcbf7a...7feb490f8
* 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
* 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/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
* 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
* 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/yuzu: update to s20210318Jan Beich2021-03-202-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/e1f7938a3...cb48ed2e1 Notes: svn path=/head/; revision=568823
* emulators/yuzu: update to s20210316Jan Beich2021-03-182-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/d3a4a192f...e1f7938a3 Notes: svn path=/head/; revision=568709
* emulators/yuzu: update to s20210313Jan Beich2021-03-162-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5dae45b95...d3a4a192f Notes: svn path=/head/; revision=568525
* emulators/yuzu: update to s20210312Jan Beich2021-03-132-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/daf5c5060...5dae45b95 Notes: svn path=/head/; revision=568221
* emulators/yuzu: update to s20210309Jan Beich2021-03-112-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9c4c9f1e7...daf5c5060 Notes: svn path=/head/; revision=568054
* emulators/yuzu: update to s20210308Jan Beich2021-03-092-8/+8
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4cf5b860b...9c4c9f1e7 Notes: svn path=/head/; revision=567879
* emulators/yuzu: update to s20210306Jan Beich2021-03-062-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9d010be48...4cf5b860b Notes: svn path=/head/; revision=567527
* emulators/yuzu: update to s20210305Jan Beich2021-03-062-8/+8
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/394475c4e...9d010be48 Notes: svn path=/head/; revision=567441
* emulators/yuzu: update to s20210303Jan Beich2021-03-042-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ac8b1445f...394475c4e Notes: svn path=/head/; revision=567278
* emulators/yuzu: update to s20210301Jan Beich2021-03-012-11/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ae876ed04...ac8b1445f Notes: svn path=/head/; revision=566919
* emulators/yuzu: update to s20210222Jan Beich2021-02-233-16/+131
| | | | | | | | | - Switch to GCC/libstdc++ until Clang/libc++ supports more C++20 features Changes: https://github.com/yuzu-emu/yuzu/compare/0b47f7a46...ae876ed04 Notes: svn path=/head/; revision=566353
* emulators/yuzu: prefer OpenSSL over GnuTLS after r560825Jan Beich2021-02-231-1/+2
| | | | | | | | | | | | | | -- Found NETTLE: /usr/local/lib/libnettle.so -- Found GnuTLS: /usr/local/lib/libgnutls.so -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1h") [...] Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libgnutls.so.30 from security/gnutls but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgnutls.so:security/gnutls Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libnettle.so.8 from security/nettle but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnettle.so:security/nettle Notes: svn path=/head/; revision=566352
* emulators/yuzu: update OSS supportJan Beich2021-02-162-4/+4
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/5c2cf26...8d53747 Notes: svn path=/head/; revision=565377
* emulators/{rpcs3,yuzu}: drop unused distfile after r563570Jan Beich2021-02-011-2/+0
| | | | Notes: svn path=/head/; revision=563765
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-22/+1
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* emulators/yuzu: unbreak after r560536Jan Beich2021-01-092-1/+3
| | | | | | | | | | | | | | | | | | -- libzip 1.5 or newer not found, falling back to externals CMake Error at externals/libzip/CMakeLists.txt:34 (INCLUDE): INCLUDE could not find load file: FindNettle CMake Error: File externals/libzip/libzip/cmake-config.h.in does not exist. CMake Error at externals/libzip/CMakeLists.txt:358 (CONFIGURE_FILE): CONFIGURE_FILE Problem configuring file CMake Error: File externals/libzip/libzip/cmake-zipconf.h.in does not exist. CMake Error at externals/libzip/CMakeLists.txt:359 (CONFIGURE_FILE): CONFIGURE_FILE Problem configuring file Notes: svn path=/head/; revision=560825
* emulators/yuzu: update to s20201218Jan Beich2020-12-192-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ac3b4f918...0b47f7a46 Notes: svn path=/head/; revision=558416
* emulators/yuzu: update to s20201215Jan Beich2020-12-173-13/+13
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/df6427d30...ac3b4f918 Notes: svn path=/head/; revision=558248
* emulators/yuzu: update to s20201214Jan Beich2020-12-153-15/+22
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4e94d0d53...df6427d30 Notes: svn path=/head/; revision=558119
* emulators/yuzu: update to s20201209Jan Beich2020-12-102-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5cd051ece...4e94d0d53 Notes: svn path=/head/; revision=557397
* emulators/yuzu: update to s20201207Jan Beich2020-12-082-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f2f346e11...5cd051ece Notes: svn path=/head/; revision=557254
* emulators/yuzu: update to s20201205Jan Beich2020-12-052-12/+6
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7b4a21360...f2f346e11 Notes: svn path=/head/; revision=557096
* emulators/yuzu: drop workaround note after r556929Jan Beich2020-12-051-9/+0
| | | | | | | Old Intel iGPUs lacking "iris" also lack OpenGL 4.5 required by Yuzu. Notes: svn path=/head/; revision=557042
* emulators/{citra,yuzu}: update OSS supportJan Beich2020-12-032-4/+4
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/1d66483...5c2cf26 Notes: svn path=/head/; revision=556872
* emulators/yuzu: update to s20201130Jan Beich2020-12-012-5/+8
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/fca87cfa3...7b4a21360 Notes: svn path=/head/; revision=556691
* emulators/yuzu: update to s20201127Jan Beich2020-11-272-11/+8
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/0e15c68f5...fca87cfa3 Notes: svn path=/head/; revision=556466
* emulators/yuzu: update to s20201125Jan Beich2020-11-262-5/+11
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5d1447897...0e15c68f5 Notes: svn path=/head/; revision=556315
* emulators/yuzu: update to s20201122Jan Beich2020-11-242-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/c47c3d723...5d1447897 Notes: svn path=/head/; revision=556134
* emulators/yuzu: update to s20201120Jan Beich2020-11-212-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/abda36636...c47c3d723 Notes: svn path=/head/; revision=555797
* emulators/yuzu: unbreak on FreeBSD < 12 after r552531Jan Beich2020-11-191-0/+34
| | | | | | | | | | | | | | | -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR: Found unsuitable version "1.0.2u", but required is at least "1.1" (found /usr/lib/libcrypto.so, ) CMake Error at externals/CMakeLists.txt:83 (add_subdirectory): In file included from src/core/hle/service/bcat/backend/boxcat.cpp:6: externals/./httplib/httplib.h:214:2: error: Sorry, OpenSSL versions prior to 1.1.1 are not supported #error Sorry, OpenSSL versions prior to 1.1.1 are not supported ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=555685
* emulators/yuzu: update to s20201117Jan Beich2020-11-192-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/87f220eff...abda36636 Notes: svn path=/head/; revision=555673
* emulators/yuzu: drop fmt workaround after r555414Jan Beich2020-11-191-15/+0
| | | | Notes: svn path=/head/; revision=555672
* emulators/yuzu: update to s20201112Jan Beich2020-11-142-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/c22d0d994...87f220eff Notes: svn path=/head/; revision=555058
* emulators/yuzu: update to s20201109Jan Beich2020-11-122-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9b24197ca...c22d0d994 Notes: svn path=/head/; revision=554923
* emulators/yuzu: update to s20201108Jan Beich2020-11-103-9/+9
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/e82997374...9b24197ca Notes: svn path=/head/; revision=554802
* emulators/yuzu: update to s20201107Jan Beich2020-11-085-330/+11
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/91a45834f...e82997374 Notes: svn path=/head/; revision=554428
* emulators/yuzu-qt5: enable UI translationsJan Beich2020-11-081-2/+2
| | | | Notes: svn path=/head/; revision=554427
* emulators/yuzu: update to s20201106Jan Beich2020-11-072-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/1089d7673...91a45834f Notes: svn path=/head/; revision=554335
* emulators/yuzu: update to s20201101Jan Beich2020-11-032-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/98f68d06f...1089d7673 Notes: svn path=/head/; revision=553937
* emulators/yuzu: update to s20201031Jan Beich2020-11-012-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/6db0c0d8d...98f68d06f Notes: svn path=/head/; revision=553816
* emulators/yuzu: update to s20201030Jan Beich2020-10-314-76/+25
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/2f6ba5448...6db0c0d8d Notes: svn path=/head/; revision=553722
* emulators/yuzu: update to s20201025Jan Beich2020-10-272-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/6f6d83bef...2f6ba5448 Notes: svn path=/head/; revision=553403