Index: branches/2020Q2/emulators/emu64/Makefile =================================================================== --- branches/2020Q2/emulators/emu64/Makefile (revision 530485) +++ branches/2020Q2/emulators/emu64/Makefile (revision 530486) @@ -1,29 +1,31 @@ # Created by: Felix Palmen # $FreeBSD$ PORTNAME= emu64 PORTVERSION= 5.0.18 CATEGORIES= emulators MAINTAINER= felix@palmen-it.de COMMENT= Commodore 64 emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libquazip5.so:archivers/quazip \ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ qmake:outsource qt:5 sdl USE_GL= gl glu USE_QT= core gui widgets buildtools_build linguisttools_build + +DOS2UNIX_FILES= src/c64_class.cpp USE_SDL= sdl2 image2 USE_GITHUB= yes GH_ACCOUNT= ThKattanek OPTIONS_DEFINE= DOCS .include Index: branches/2020Q2/emulators/emu64/files/patch-src_c64__class.cpp =================================================================== --- branches/2020Q2/emulators/emu64/files/patch-src_c64__class.cpp (nonexistent) +++ branches/2020Q2/emulators/emu64/files/patch-src_c64__class.cpp (revision 530486) @@ -0,0 +1,11 @@ +--- src/c64_class.cpp.orig 2020-04-03 11:33:28 UTC ++++ src/c64_class.cpp +@@ -1757,7 +1757,7 @@ void C64Class::SetFullscreenAspectRatio(bool enable) + void C64Class::AnalyzeSDLEvent(SDL_Event *event) + { + static bool joy_center_flag = true; +- static char joy_axis_tbl[5] = {1,1,0,0,-1}; ++ static signed char joy_axis_tbl[5] = {1,1,0,0,-1}; + + SDL_Keymod keymod; + Property changes on: branches/2020Q2/emulators/emu64/files/patch-src_c64__class.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 530485) +++ branches/2020Q2 (revision 530486) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r530485