notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/citra/Makefile

Number of commits found: 416 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5  »  

Monday, 7 Aug 2023
16:34 Gleb Popov (arrowd) search for other commits by this committer
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 b1ecad5
Sunday, 6 Aug 2023
20:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/citra: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 295a84d82e2170abb4fc04a3faff427a8621ae9a commit hash: 295a84d82e2170abb4fc04a3faff427a8621ae9a commit hash: 295a84d82e2170abb4fc04a3faff427a8621ae9a commit hash: 295a84d82e2170abb4fc04a3faff427a8621ae9a 295a84d8
Thursday, 4 May 2023
04:37 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: drop maintainership
commit hash: ae78a802b5eb5024766f731fc4ac88c7304bf7c8 commit hash: ae78a802b5eb5024766f731fc4ac88c7304bf7c8 commit hash: ae78a802b5eb5024766f731fc4ac88c7304bf7c8 commit hash: ae78a802b5eb5024766f731fc4ac88c7304bf7c8 ae78a80
Thursday, 27 Apr 2023
12:01 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump all users of multimedia/ffmpeg*

...to make sure all picks up new version(s)
commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 f7accb2
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Friday, 4 Nov 2022
19:50 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: version compatibility distfile
commit hash: 6a86ddb71ffa87582ec4a2b0c8e7996f4f8de269 commit hash: 6a86ddb71ffa87582ec4a2b0c8e7996f4f8de269 commit hash: 6a86ddb71ffa87582ec4a2b0c8e7996f4f8de269 commit hash: 6a86ddb71ffa87582ec4a2b0c8e7996f4f8de269 6a86ddb
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 3 Sep 2022
00:01 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220902

Changes:	https://github.com/citra-emu/citra/compare/141471e38...746609f35
commit hash: e73569a85759c0aee39d37c3c61600f021a39b66 commit hash: e73569a85759c0aee39d37c3c61600f021a39b66 commit hash: e73569a85759c0aee39d37c3c61600f021a39b66 commit hash: e73569a85759c0aee39d37c3c61600f021a39b66 e73569a
Thursday, 25 Aug 2022
00:52 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220823

Changes:	https://github.com/citra-emu/citra/compare/ec7dc8803...141471e38
commit hash: 34a47f7083b033d84eb03be77f65b06e993aa1c1 commit hash: 34a47f7083b033d84eb03be77f65b06e993aa1c1 commit hash: 34a47f7083b033d84eb03be77f65b06e993aa1c1 commit hash: 34a47f7083b033d84eb03be77f65b06e993aa1c1 34a47f7
Tuesday, 23 Aug 2022
00:43 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220822

Changes:	https://github.com/citra-emu/citra/compare/58d0705f0...ec7dc8803
commit hash: 585b809f09a2a8f0e2be9562cdce0a35e94ef025 commit hash: 585b809f09a2a8f0e2be9562cdce0a35e94ef025 commit hash: 585b809f09a2a8f0e2be9562cdce0a35e94ef025 commit hash: 585b809f09a2a8f0e2be9562cdce0a35e94ef025 585b809
Tuesday, 16 Aug 2022
00:51 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220814

Changes:	https://github.com/citra-emu/citra/compare/bf6e4a41d...58d0705f0
commit hash: ad420e760e563a9b078360ed8cf6009334128957 commit hash: ad420e760e563a9b078360ed8cf6009334128957 commit hash: ad420e760e563a9b078360ed8cf6009334128957 commit hash: ad420e760e563a9b078360ed8cf6009334128957 ad420e7
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Tuesday, 2 Aug 2022
00:59 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220801

Changes:	https://github.com/citra-emu/citra/compare/676426448...bf6e4a41d
commit hash: d34c7ae4a7e994023ce3615ea9b24c362885635e commit hash: d34c7ae4a7e994023ce3615ea9b24c362885635e commit hash: d34c7ae4a7e994023ce3615ea9b24c362885635e commit hash: d34c7ae4a7e994023ce3615ea9b24c362885635e d34c7ae
Saturday, 30 Jul 2022
00:24 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220728

Changes:	https://github.com/citra-emu/citra/compare/357025dfd...676426448
commit hash: b2791c131e52e82bf7efcc5fa5003da53f72eee2 commit hash: b2791c131e52e82bf7efcc5fa5003da53f72eee2 commit hash: b2791c131e52e82bf7efcc5fa5003da53f72eee2 commit hash: b2791c131e52e82bf7efcc5fa5003da53f72eee2 b2791c1
Tuesday, 26 Jul 2022
00:44 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220723

Changes:	https://github.com/citra-emu/citra/compare/353aaaf66...357025dfd
commit hash: 89e673da4d0c565a812c208fb381b9c416eacbbe commit hash: 89e673da4d0c565a812c208fb381b9c416eacbbe commit hash: 89e673da4d0c565a812c208fb381b9c416eacbbe commit hash: 89e673da4d0c565a812c208fb381b9c416eacbbe 89e673d
Saturday, 9 Jul 2022
00:46 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220706

Changes:	https://github.com/citra-emu/citra/compare/355933218...353aaaf66
commit hash: 7f070610099741a768c70194d791e681176690ff commit hash: 7f070610099741a768c70194d791e681176690ff commit hash: 7f070610099741a768c70194d791e681176690ff commit hash: 7f070610099741a768c70194d791e681176690ff 7f07061
Tuesday, 5 Jul 2022
00:09 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220703

Changes:	https://github.com/citra-emu/citra/compare/84d5d62cf...355933218
commit hash: 4874e48bacd04ee1a253e77987a9913440a42cfa commit hash: 4874e48bacd04ee1a253e77987a9913440a42cfa commit hash: 4874e48bacd04ee1a253e77987a9913440a42cfa commit hash: 4874e48bacd04ee1a253e77987a9913440a42cfa 4874e48
Tuesday, 28 Jun 2022
00:36 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220625

Changes:	https://github.com/citra-emu/citra/compare/88a475970...84d5d62cf
commit hash: 9692516c673ad99b2af14ab57aa3f4aba47cb9f6 commit hash: 9692516c673ad99b2af14ab57aa3f4aba47cb9f6 commit hash: 9692516c673ad99b2af14ab57aa3f4aba47cb9f6 commit hash: 9692516c673ad99b2af14ab57aa3f4aba47cb9f6 9692516
Saturday, 11 Jun 2022
20:07 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220611

Changes:	https://github.com/citra-emu/citra/compare/3bb027ac1...88a475970
commit hash: 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb commit hash: 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb commit hash: 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb commit hash: 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb 317ce91
Monday, 6 Jun 2022
23:08 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220606

Changes:	https://github.com/citra-emu/citra/compare/b7c1c2101...3bb027ac1
commit hash: 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a commit hash: 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a commit hash: 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a commit hash: 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a 82b25b0
Sunday, 5 Jun 2022
00:27 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220604

Changes:	https://github.com/citra-emu/citra/compare/a6e7a81de...b7c1c2101
commit hash: 3cbfef18202f71de6a2dd2c0aedd04956b5dd196 commit hash: 3cbfef18202f71de6a2dd2c0aedd04956b5dd196 commit hash: 3cbfef18202f71de6a2dd2c0aedd04956b5dd196 commit hash: 3cbfef18202f71de6a2dd2c0aedd04956b5dd196 3cbfef1
Saturday, 21 May 2022
00:55 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220520

Changes:	https://github.com/citra-emu/citra/compare/44e1f2319...a6e7a81de
commit hash: a3e075eb60379b2d31df4252c7162eca0dccae4f commit hash: a3e075eb60379b2d31df4252c7162eca0dccae4f commit hash: a3e075eb60379b2d31df4252c7162eca0dccae4f commit hash: a3e075eb60379b2d31df4252c7162eca0dccae4f a3e075e
Saturday, 14 May 2022
00:52 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220513

Changes:	https://github.com/citra-emu/citra/compare/856b3d6c9...44e1f2319
commit hash: d35b5438d853bde35d8b1c0291da22847f5f2fd9 commit hash: d35b5438d853bde35d8b1c0291da22847f5f2fd9 commit hash: d35b5438d853bde35d8b1c0291da22847f5f2fd9 commit hash: d35b5438d853bde35d8b1c0291da22847f5f2fd9 d35b543
Thursday, 5 May 2022
00:57 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220503

Changes:	https://github.com/citra-emu/citra/compare/1382035d4...856b3d6c9
commit hash: 73bfac0ffffc1766b7908120c3e85994770d5f7f commit hash: 73bfac0ffffc1766b7908120c3e85994770d5f7f commit hash: 73bfac0ffffc1766b7908120c3e85994770d5f7f commit hash: 73bfac0ffffc1766b7908120c3e85994770d5f7f 73bfac0
Tuesday, 26 Apr 2022
00:40 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220423

Changes:	https://github.com/citra-emu/citra/compare/593b0b2d8...1382035d4
commit hash: 736d8ca9bea68df4872a03342c66ce86965bc572 commit hash: 736d8ca9bea68df4872a03342c66ce86965bc572 commit hash: 736d8ca9bea68df4872a03342c66ce86965bc572 commit hash: 736d8ca9bea68df4872a03342c66ce86965bc572 736d8ca
Sunday, 24 Apr 2022
11:12 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: mark BROKEN on aarch64 after 2627d61105ad

externals/cryptopp/cryptopp/crc_simd.cpp:100:13: error: use of undeclared
identifier '__crc32w'
        w = __crc32w(w,x);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:101:13: error: use of undeclared
identifier '__crc32h'
        w = __crc32h(w,y);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:102:13: error: use of undeclared
identifier '__crc32b'
        w = __crc32b(w,z);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:103:13: error: use of undeclared
identifier '__crc32cw'
        w = __crc32cw(w,x);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:104:13: error: use of undeclared
identifier '__crc32ch'
        w = __crc32ch(w,y);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:105:13: error: use of undeclared
identifier '__crc32cb'
        w = __crc32cb(w,z);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:125:13: error: use of undeclared
identifier '__crc32b'
        c = __crc32b(c, *s);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:128:13: error: use of undeclared
identifier '__crc32w'
        c = __crc32w(c, *(const word32 *)(void*)s);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:131:13: error: use of undeclared
identifier '__crc32b'
        c = __crc32b(c, *s);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:137:13: error: use of undeclared
identifier '__crc32cb'
        c = __crc32cb(c, *s);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:140:13: error: use of undeclared
identifier '__crc32cw'
        c = __crc32cw(c, *(const word32 *)(void*)s);
            ^
externals/cryptopp/cryptopp/crc_simd.cpp:143:13: error: use of undeclared
identifier '__crc32cb'
        c = __crc32cb(c, *s);
            ^

Reported by:	pkg-fallout
commit hash: fafe77a7d7039a1096c5aa49fa2d1d2a8863b812 commit hash: fafe77a7d7039a1096c5aa49fa2d1d2a8863b812 commit hash: fafe77a7d7039a1096c5aa49fa2d1d2a8863b812 commit hash: fafe77a7d7039a1096c5aa49fa2d1d2a8863b812 fafe77a
Saturday, 16 Apr 2022
00:55 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220414

Changes:	https://github.com/citra-emu/citra/compare/b5ac9e494...593b0b2d8
commit hash: bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8 commit hash: bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8 commit hash: bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8 commit hash: bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8 bd8813e
Saturday, 2 Apr 2022
20:09 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220402

Changes:	https://github.com/citra-emu/citra/compare/ac98458e0...b5ac9e494
commit hash: 259fe07bc20c75116eb608f187ad05eadf186ebc commit hash: 259fe07bc20c75116eb608f187ad05eadf186ebc commit hash: 259fe07bc20c75116eb608f187ad05eadf186ebc commit hash: 259fe07bc20c75116eb608f187ad05eadf186ebc 259fe07
Saturday, 5 Mar 2022
21:53 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220305

Changes:	https://github.com/citra-emu/citra/compare/25ad002e6...ac98458e0
commit hash: b943fcbe5abbc0d101733159903ce98f59df435e commit hash: b943fcbe5abbc0d101733159903ce98f59df435e commit hash: b943fcbe5abbc0d101733159903ce98f59df435e commit hash: b943fcbe5abbc0d101733159903ce98f59df435e b943fcb
Saturday, 26 Feb 2022
00:42 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220225

Changes:	https://github.com/citra-emu/citra/compare/db5edf549...25ad002e6
commit hash: 8866ab9c90d6ba9f3c9dc3ffdd8ece0a1a42c403 commit hash: 8866ab9c90d6ba9f3c9dc3ffdd8ece0a1a42c403 commit hash: 8866ab9c90d6ba9f3c9dc3ffdd8ece0a1a42c403 commit hash: 8866ab9c90d6ba9f3c9dc3ffdd8ece0a1a42c403 8866ab9
Tuesday, 22 Feb 2022
00:56 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220221 (unbreaks ffmpeg 5.0)

Changes:	https://github.com/citra-emu/citra/compare/54a36bc54...db5edf549
PR:		261302
commit hash: c414aed9d58f1f300d1cb9f1ca0ba1220035f80b commit hash: c414aed9d58f1f300d1cb9f1ca0ba1220035f80b commit hash: c414aed9d58f1f300d1cb9f1ca0ba1220035f80b commit hash: c414aed9d58f1f300d1cb9f1ca0ba1220035f80b c414aed
Sunday, 20 Feb 2022
02:26 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220218

Changes:	https://github.com/citra-emu/citra/compare/cdbd72e79...54a36bc54
commit hash: 2536c0a8d4e5bcae3256170a85724e494b8885a9 commit hash: 2536c0a8d4e5bcae3256170a85724e494b8885a9 commit hash: 2536c0a8d4e5bcae3256170a85724e494b8885a9 commit hash: 2536c0a8d4e5bcae3256170a85724e494b8885a9 2536c0a
Thursday, 10 Feb 2022
00:43 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220208

Changes:	https://github.com/citra-emu/citra/compare/bae1c3140...cdbd72e79
commit hash: 239316bec9e7db9669e38c84ab69016e4b2f5d8d commit hash: 239316bec9e7db9669e38c84ab69016e4b2f5d8d commit hash: 239316bec9e7db9669e38c84ab69016e4b2f5d8d commit hash: 239316bec9e7db9669e38c84ab69016e4b2f5d8d 239316b
Sunday, 6 Feb 2022
00:13 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220205

Changes:	https://github.com/citra-emu/citra/compare/2fc7def6f...bae1c3140
commit hash: 0094de277d95c731dcccbc15ef6185efe740960d commit hash: 0094de277d95c731dcccbc15ef6185efe740960d commit hash: 0094de277d95c731dcccbc15ef6185efe740960d commit hash: 0094de277d95c731dcccbc15ef6185efe740960d 0094de2
Thursday, 3 Feb 2022
00:51 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220130

Changes:	https://github.com/citra-emu/citra/compare/4e15823db...2fc7def6f
commit hash: 5407359494aa05378c8a036fdfe159c2ae8fe140 commit hash: 5407359494aa05378c8a036fdfe159c2ae8fe140 commit hash: 5407359494aa05378c8a036fdfe159c2ae8fe140 commit hash: 5407359494aa05378c8a036fdfe159c2ae8fe140 5407359
Tuesday, 25 Jan 2022
00:58 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220124

Changes:	https://github.com/citra-emu/citra/compare/67f1e4111...4e15823db
commit hash: 1ff88f7024543de8e6a6c887e0c19d8b489822b2 commit hash: 1ff88f7024543de8e6a6c887e0c19d8b489822b2 commit hash: 1ff88f7024543de8e6a6c887e0c19d8b489822b2 commit hash: 1ff88f7024543de8e6a6c887e0c19d8b489822b2 1ff88f7
Sunday, 9 Jan 2022
00:59 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220108

Changes:	https://github.com/citra-emu/citra/compare/2670b951e...67f1e4111
commit hash: 4c3507d554972f226d061143c258b5f4adad0a0d commit hash: 4c3507d554972f226d061143c258b5f4adad0a0d commit hash: 4c3507d554972f226d061143c258b5f4adad0a0d commit hash: 4c3507d554972f226d061143c258b5f4adad0a0d 4c3507d
Saturday, 8 Jan 2022
00:49 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20220107

Changes:	https://github.com/citra-emu/citra/compare/0126ecb3e...2670b951e
commit hash: 2627d61105adc8dd02932a6d772cc7b293ed94ab commit hash: 2627d61105adc8dd02932a6d772cc7b293ed94ab commit hash: 2627d61105adc8dd02932a6d772cc7b293ed94ab commit hash: 2627d61105adc8dd02932a6d772cc7b293ed94ab 2627d61
Saturday, 1 Jan 2022
01:41 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: unbreak fetch after 66e2037c4970

Failover between mirrors doesn't work if file exists but is different.

=> Attempting to fetch
https://api.citra-emu.org/gamedb/?dummy=/citra/compatibility_list.json
[...]
=> SHA256 Checksum mismatch for citra/compatibility_list.json.
[...]
===>  Giving up on fetching files:  citra/compatibility_list.json

Reported by:	pkg-fallout
commit hash: 84b697165ef31bd2c4cbc1f9605d4de3a507500b commit hash: 84b697165ef31bd2c4cbc1f9605d4de3a507500b commit hash: 84b697165ef31bd2c4cbc1f9605d4de3a507500b commit hash: 84b697165ef31bd2c4cbc1f9605d4de3a507500b 84b6971
Friday, 31 Dec 2021
20:39 Jan Beich (jbeich) search for other commits by this committer
emulators/citra-qt5: fix Compatibility == Not Tested

citra-qt embeds game compatibility list during build. It cannot be
updated on demand unlike rpcs3. So, cache the list in local-distfiles.
commit hash: 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 commit hash: 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 commit hash: 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 commit hash: 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 66e2037
Sunday, 19 Dec 2021
00:16 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20211218

Changes:	https://github.com/citra-emu/citra/compare/28039d39a...0126ecb3e
commit hash: 18a382b73499211671bb44cbf3bbd48587489a29 commit hash: 18a382b73499211671bb44cbf3bbd48587489a29 commit hash: 18a382b73499211671bb44cbf3bbd48587489a29 commit hash: 18a382b73499211671bb44cbf3bbd48587489a29 18a382b
Tuesday, 14 Dec 2021
00:59 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20211212

Changes:	https://github.com/citra-emu/citra/compare/5a7d80172...28039d39a
commit hash: 772274a15b8bfcec1b77656d5d7d6fa04b811e93 commit hash: 772274a15b8bfcec1b77656d5d7d6fa04b811e93 commit hash: 772274a15b8bfcec1b77656d5d7d6fa04b811e93 commit hash: 772274a15b8bfcec1b77656d5d7d6fa04b811e93 772274a
Thursday, 9 Dec 2021
00:57 Jan Beich (jbeich) search for other commits by this committer
emulators/{citra,yuzu,rpcs3}: update OSS support

Changes:	https://github.com/kinetiknz/cubeb/compare/dcc5cb5...773f16b
commit hash: 379ef98b22100649a72f42b9fe8324e2028740b7 commit hash: 379ef98b22100649a72f42b9fe8324e2028740b7 commit hash: 379ef98b22100649a72f42b9fe8324e2028740b7 commit hash: 379ef98b22100649a72f42b9fe8324e2028740b7 379ef98
Thursday, 25 Nov 2021
00:38 Jan Beich (jbeich) search for other commits by this committer
emulators/{citra,yuzu}: update cubeb for recent OSS/sndio fixes

Changes:	hhttps://github.com/kinetiknz/cubeb/compare/8d53747...dcc5cb5
commit hash: a29116f22db3cd36e202bf6258d1ea5d5a393cfa commit hash: a29116f22db3cd36e202bf6258d1ea5d5a393cfa commit hash: a29116f22db3cd36e202bf6258d1ea5d5a393cfa commit hash: a29116f22db3cd36e202bf6258d1ea5d5a393cfa a29116f
Tuesday, 2 Nov 2021
00:56 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20211101

Changes:	https://github.com/citra-emu/citra/compare/a5d01c0c1...5a7d80172
commit hash: c889538972209295431cca7210eeecbf9c711026 commit hash: c889538972209295431cca7210eeecbf9c711026 commit hash: c889538972209295431cca7210eeecbf9c711026 commit hash: c889538972209295431cca7210eeecbf9c711026 c889538
Sunday, 24 Oct 2021
00:43 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20211023

Changes:	https://github.com/citra-emu/citra/compare/90192124c...a5d01c0c1
commit hash: b72047bb10eebf68962ec887410a74a92b0d7f52 commit hash: b72047bb10eebf68962ec887410a74a92b0d7f52 commit hash: b72047bb10eebf68962ec887410a74a92b0d7f52 commit hash: b72047bb10eebf68962ec887410a74a92b0d7f52 b72047b
Thursday, 14 Oct 2021
00:53 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20211013

Changes:	https://github.com/citra-emu/citra/compare/19617f7ed...90192124c
commit hash: 8ff2cf6ffc50ea17d5484d85b6e3e96be408673c commit hash: 8ff2cf6ffc50ea17d5484d85b6e3e96be408673c commit hash: 8ff2cf6ffc50ea17d5484d85b6e3e96be408673c commit hash: 8ff2cf6ffc50ea17d5484d85b6e3e96be408673c 8ff2cf6
Tuesday, 21 Sep 2021
00:51 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210920

Changes:	https://github.com/citra-emu/citra/compare/4817b0084...19617f7ed
commit hash: d7a59fe63d67adf993efdcafd1639a46b3296427 commit hash: d7a59fe63d67adf993efdcafd1639a46b3296427 commit hash: d7a59fe63d67adf993efdcafd1639a46b3296427 commit hash: d7a59fe63d67adf993efdcafd1639a46b3296427 d7a59fe6
Wednesday, 8 Sep 2021
23:56 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210906

Changes:	https://github.com/citra-emu/citra/compare/89410c164...4817b0084
commit hash: 297459300707c5793d81bcf101572e162b37b3b2 commit hash: 297459300707c5793d81bcf101572e162b37b3b2 commit hash: 297459300707c5793d81bcf101572e162b37b3b2 commit hash: 297459300707c5793d81bcf101572e162b37b3b2 2974593
Thursday, 26 Aug 2021
00:53 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210822

Changes:	https://github.com/citra-emu/citra/compare/c40871f12...89410c164
commit hash: 63593047e03d71ae2c6669401d80199fdde6a3bf commit hash: 63593047e03d71ae2c6669401d80199fdde6a3bf commit hash: 63593047e03d71ae2c6669401d80199fdde6a3bf commit hash: 63593047e03d71ae2c6669401d80199fdde6a3bf 6359304
Monday, 9 Aug 2021
05:22 Jan Beich (jbeich) search for other commits by this committer
emulators/{citra,yuzu}: drop runtime dependency on boost-libs

Until subpackaging arrives to bsd.port.mk and boost-libs is split into
smaller packages this shaves ~166 MiB of install size. Mainly useful
for non-qt5 versions as DEs may bring boost-libs via other routes.
commit hash: 6896626b1d2a8edb8832f5557786079338752d72 commit hash: 6896626b1d2a8edb8832f5557786079338752d72 commit hash: 6896626b1d2a8edb8832f5557786079338752d72 commit hash: 6896626b1d2a8edb8832f5557786079338752d72 6896626
Tuesday, 3 Aug 2021
00:08 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210801

Changes:	https://github.com/citra-emu/citra/compare/647a6f8d8...c40871f12
commit hash: 3c8912fde5fcf4f64c4908e81659826ced4bc4eb commit hash: 3c8912fde5fcf4f64c4908e81659826ced4bc4eb commit hash: 3c8912fde5fcf4f64c4908e81659826ced4bc4eb commit hash: 3c8912fde5fcf4f64c4908e81659826ced4bc4eb 3c8912f
Monday, 2 Aug 2021
16:03 Yuri Victorovich (yuri) search for other commits by this committer
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16

Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd 5708ae4
Tuesday, 20 Jul 2021
00:25 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210719

Changes:	https://github.com/citra-emu/citra/compare/62236b725...647a6f8d8
commit hash: 5bd7824ffe107b3060fa58a40b98612dc28f64c1 commit hash: 5bd7824ffe107b3060fa58a40b98612dc28f64c1 commit hash: 5bd7824ffe107b3060fa58a40b98612dc28f64c1 commit hash: 5bd7824ffe107b3060fa58a40b98612dc28f64c1 5bd7824
Thursday, 15 Jul 2021
00:39 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210711

Changes:	https://github.com/citra-emu/citra/compare/afed4953b...62236b725
commit hash: 6da3a726ac8799903b1d7083c86eed23d316b6d6 commit hash: 6da3a726ac8799903b1d7083c86eed23d316b6d6 commit hash: 6da3a726ac8799903b1d7083c86eed23d316b6d6 commit hash: 6da3a726ac8799903b1d7083c86eed23d316b6d6 6da3a72
Thursday, 8 Jul 2021
00:24 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210706

Changes:	https://github.com/citra-emu/citra/compare/5241032fc...afed4953b
commit hash: 1816ed657f29c449cd85d43d67f076a1dd75623c commit hash: 1816ed657f29c449cd85d43d67f076a1dd75623c commit hash: 1816ed657f29c449cd85d43d67f076a1dd75623c commit hash: 1816ed657f29c449cd85d43d67f076a1dd75623c 1816ed6
Thursday, 24 Jun 2021
00:25 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210522

Changes:	https://github.com/citra-emu/citra/compare/842031a2e...5241032fc
commit hash: 17e1db5154dfcc5d113699104f5e239aa2112ac9 commit hash: 17e1db5154dfcc5d113699104f5e239aa2112ac9 commit hash: 17e1db5154dfcc5d113699104f5e239aa2112ac9 commit hash: 17e1db5154dfcc5d113699104f5e239aa2112ac9 17e1db5
Tuesday, 18 May 2021
00:47 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210516

Changes:	https://github.com/citra-emu/citra/compare/e7671d93b...842031a2e
commit hash: d20486100c159b14895cbb17472c795e2b5bd2a4 commit hash: d20486100c159b14895cbb17472c795e2b5bd2a4 commit hash: d20486100c159b14895cbb17472c795e2b5bd2a4 commit hash: d20486100c159b14895cbb17472c795e2b5bd2a4 d204861
00:47 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: convert to USES=cmake:testing
commit hash: 132db33e49ddaa8353987033a8204134af7a6077 commit hash: 132db33e49ddaa8353987033a8204134af7a6077 commit hash: 132db33e49ddaa8353987033a8204134af7a6077 commit hash: 132db33e49ddaa8353987033a8204134af7a6077 132db33
Sunday, 16 May 2021
00:37 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210513

Changes:	https://github.com/citra-emu/citra/compare/edbd6dfe8...e7671d93b
commit hash: 2f5a9b9a2b77b1cf7f1f598b33c07b4c50a6204d commit hash: 2f5a9b9a2b77b1cf7f1f598b33c07b4c50a6204d commit hash: 2f5a9b9a2b77b1cf7f1f598b33c07b4c50a6204d commit hash: 2f5a9b9a2b77b1cf7f1f598b33c07b4c50a6204d 2f5a9b9
Saturday, 1 May 2021
00:48 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210429

Changes:	https://github.com/citra-emu/citra/compare/9ff97270c...edbd6dfe8
commit hash: 8cc98da01c54c0e65dc7771037bec06dd22683e3 commit hash: 8cc98da01c54c0e65dc7771037bec06dd22683e3 commit hash: 8cc98da01c54c0e65dc7771037bec06dd22683e3 commit hash: 8cc98da01c54c0e65dc7771037bec06dd22683e3 8cc98da
Tuesday, 27 Apr 2021
00:24 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210423

Changes:	https://github.com/citra-emu/citra/compare/b3cab3c45...9ff97270c
commit hash: 49db61ed3bc06806f93aebd169556cc698f2246f commit hash: 49db61ed3bc06806f93aebd169556cc698f2246f commit hash: 49db61ed3bc06806f93aebd169556cc698f2246f commit hash: 49db61ed3bc06806f93aebd169556cc698f2246f 49db61e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
08:11 Jan Beich (jbeich) search for other commits by this committer
emulators/citra: update to s20210403

Changes:	https://github.com/citra-emu/citra/compare/8e3c7674d...b3cab3c45
commit hash: 1e8c41d070543d19a854cecfc0382cd583d23e52 commit hash: 1e8c41d070543d19a854cecfc0382cd583d23e52 commit hash: 1e8c41d070543d19a854cecfc0382cd583d23e52 commit hash: 1e8c41d070543d19a854cecfc0382cd583d23e52 1e8c41d
Sunday, 7 Mar 2021
00:55 jbeich search for other commits by this committer
emulators/citra: update to s20210306

Changes:	https://github.com/citra-emu/citra/compare/c2d36cde9...8e3c7674d
Original commitRevision:567532 
Tuesday, 23 Feb 2021
00:50 jbeich search for other commits by this committer
emulators/citra: update to s20210221

Changes:	https://github.com/citra-emu/citra/compare/e6c479f49...c2d36cde9
Original commitRevision:566354 
Saturday, 13 Feb 2021
00:20 jbeich search for other commits by this committer
emulators/citra: update to s20210211

Changes:	https://github.com/citra-emu/citra/compare/2ddecf35d...e6c479f49
Original commitRevision:565087 
Thursday, 11 Feb 2021
00:49 jbeich search for other commits by this committer
emulators/citra: update to s20210209

Changes:	https://github.com/citra-emu/citra/compare/5776bdda8...2ddecf35d
Original commitRevision:564915 
Tuesday, 9 Feb 2021
00:34 jbeich search for other commits by this committer
emulators/citra: update to s20210208

Changes:	https://github.com/citra-emu/citra/compare/2461f67a9...5776bdda8
Original commitRevision:564749 
Thursday, 4 Feb 2021
00:30 jbeich search for other commits by this committer
emulators/citra: update to s20210203

Changes:	https://github.com/citra-emu/citra/compare/8df502a68...2461f67a9
Original commitRevision:563975 
Saturday, 30 Jan 2021
00:22 jbeich search for other commits by this committer
emulators/citra: update to s20210126

Changes:	https://github.com/citra-emu/citra/compare/7c6d7905a...8df502a68
Original commitRevision:563268 
Tuesday, 12 Jan 2021
00:39 jbeich search for other commits by this committer
emulators/citra: update to s20210109

Changes:	https://github.com/citra-emu/citra/compare/e33677b02...7c6d7905a
Original commitRevision:561293 
Thursday, 7 Jan 2021
00:20 jbeich search for other commits by this committer
emulators/citra: update to s20210105

Changes:	https://github.com/citra-emu/citra/compare/50eb63458...e33677b02
Original commitRevision:560654 
Tuesday, 5 Jan 2021
00:32 jbeich search for other commits by this committer
emulators/citra: update to s20210104

Changes:	https://github.com/citra-emu/citra/compare/9c76120a1...50eb63458
Original commitRevision:560359 
Saturday, 2 Jan 2021
00:11 jbeich search for other commits by this committer
emulators/citra: update to s20210101

Changes:	https://github.com/citra-emu/citra/compare/e6ef00b41...9c76120a1
Original commitRevision:559893 
Thursday, 31 Dec 2020
00:32 jbeich search for other commits by this committer
emulators/citra: update to s20201230

Changes:	https://github.com/citra-emu/citra/compare/3f13e1cc2...e6ef00b41
Original commitRevision:559694 
Tuesday, 8 Dec 2020
00:48 jbeich search for other commits by this committer
emulators/citra: update to s20201207

Changes:	https://github.com/citra-emu/citra/compare/6f45b402e...3f13e1cc2
Original commitRevision:557255 
Sunday, 6 Dec 2020
00:10 jbeich search for other commits by this committer
emulators/citra: update to s20201205

Changes:	https://github.com/citra-emu/citra/compare/a13a23051...6f45b402e
Original commitRevision:557100 
Thursday, 3 Dec 2020
00:43 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS support

Changes:	https://github.com/kinetiknz/cubeb/compare/1d66483...5c2cf26
Original commitRevision:556872 
Thursday, 26 Nov 2020
00:30 jbeich search for other commits by this committer
emulators/citra: update to s20201124

Changes:	https://github.com/citra-emu/citra/compare/182ffa424...a13a23051
Original commitRevision:556314 
Tuesday, 24 Nov 2020
00:09 jbeich search for other commits by this committer
emulators/citra: update to s20201123

Changes:	https://github.com/citra-emu/citra/compare/4efeace8e...182ffa424
Original commitRevision:556135 
Thursday, 19 Nov 2020
00:36 jbeich search for other commits by this committer
emulators/citra: update to s20201118

Changes:	https://github.com/citra-emu/citra/compare/7a8d57616...4efeace8e
Original commitRevision:555674 
Tuesday, 17 Nov 2020
00:25 jbeich search for other commits by this committer
emulators/citra: update to s20201116

Changes:	https://github.com/citra-emu/citra/compare/bf03fb83a...7a8d57616
Original commitRevision:555526 
Saturday, 14 Nov 2020
00:21 jbeich search for other commits by this committer
emulators/citra: update to s20201112

Changes:	https://github.com/citra-emu/citra/compare/2e0ce86c9...bf03fb83a
Original commitRevision:555061 
00:21 jbeich search for other commits by this committer
emulators/citra: drop unused dependencies

https://github.com/citra-emu/citra/commit/e087cb9a2888
https://github.com/citra-emu/citra/commit/88edf9d62cb2
Original commitRevision:555060 
00:20 jbeich search for other commits by this committer
emulators/citra: enable UI translations
Original commitRevision:555059 
Saturday, 7 Nov 2020
00:40 jbeich search for other commits by this committer
emulators/citra: update to s20201106

Changes:	https://github.com/citra-emu/citra/compare/1bb20571b...2e0ce86c9
Original commitRevision:554336 
Saturday, 17 Oct 2020
13:04 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS patches

No actual changes this time. Only switching away from a deleted fork
merge commit to upstream master branch. The former may become invalid
in future (e.g., due to "git gc") and break build.

Changes:	https://github.com/kinetiknz/cubeb/compare/40865a6..a7e83aa
Original commitRevision:552564 
Thursday, 15 Oct 2020
00:59 jbeich search for other commits by this committer
emulators/citra: update to s20201014

Changes:	https://github.com/citra-emu/citra/compare/1c8461fde...1bb20571b
Original commitRevision:552367 
Saturday, 10 Oct 2020
20:35 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS patches

Changes:	https://github.com/kinetiknz/cubeb/compare/cc85508...40865a6
Original commitRevision:552019 
00:35 jbeich search for other commits by this committer
emulators/{citra,yuzu}: oops, backout r551844

Assertion failed: (!s->running && s->state != CUBEB_STATE_STARTED), function
oss_stream_start, file externals/cubeb/src/cubeb_oss.c, line 1165.
Original commitRevision:551848 
00:26 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS patches

Changes:	https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f
Original commitRevision:551844 
Thursday, 8 Oct 2020
00:38 jbeich search for other commits by this committer
emulators/citra: update to s20201004

Changes:	https://github.com/citra-emu/citra/compare/aced133a3...1c8461fde
Original commitRevision:551681 
00:38 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS patches

Changes:	https://github.com/kinetiknz/cubeb/compare/b594641...cc85508
Original commitRevision:551678 
Friday, 2 Oct 2020
21:58 jbeich search for other commits by this committer
emulators/citra: update to s20200930

- Re-enable system boost, following emulators/yuzu

Changes:	https://github.com/citra-emu/citra/compare/a576eb633...aced133a3
Original commitRevision:551236 
Friday, 25 Sep 2020
04:47 jbeich search for other commits by this committer
emulators/{citra,yuzu}: update OSS patches

Changes:	https://github.com/kinetiknz/cubeb/compare/49312d4...b594641
Original commitRevision:549984 
Tuesday, 22 Sep 2020
00:31 jbeich search for other commits by this committer
emulators/citra: update to s20200919

Changes:	https://github.com/citra-emu/citra/compare/df9e230d6...a576eb633
Original commitRevision:549541 
Saturday, 12 Sep 2020
00:38 jbeich search for other commits by this committer
emulators/citra: update to s20200910

Changes:	https://github.com/citra-emu/citra/compare/6a77547bd...df9e230d6
Original commitRevision:548270 

Number of commits found: 416 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5  »