Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | archivers/quazip: update to 1.1 | Tobias C. Berner | 2020-11-08 | 3 | -3/+28 |
| | | | | | | | - fix / modify find calls and include directories in dependent ports Notes: svn path=/head/; revision=554642 | ||||
* | emulators/emu64: extend patch to fix an issue with OSS | Rodrigo Osorio | 2020-04-19 | 2 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | This update is require to unbreak the port under FreeBSD. The issue was reported to upstream and the fix will be available in future releases. Background: In the upstream issue, it was revealed that the whole C64 emulation depends on the audio stream (for best sync) and initializing the audio stream failed when the SDL backend was OSS, because it needs a fragment size that is a power of two. The attached patch is the minimal change to 5.0.18 from the upstream commit that solved the problem. PR: 245395 Submitted by: Ingo <hylaios@online.de> Approved by: Felix Palmen <felix@palmen-it.de> (maintainer) MFH: 2020Q2 Notes: svn path=/head/; revision=532092 | ||||
* | emulators/emu64: fix build on PPC and ARM | Piotr Kubaj | 2020-04-03 | 2 | -1/+14 |
| | | | | | | | | | | char on PPC and ARM is unsigned. PR: 245200 MFH: 2020Q2 (build fix blanket) Notes: svn path=/head/; revision=530485 | ||||
* | Add new port emulators/emu64: | Max Brazhnikov | 2020-03-26 | 4 | -0/+61 |
Commodore 64 Emulator based on Qt and SDL. PR: 244564 Submitted by: Felix Palmen Notes: svn path=/head/; revision=529184 |