aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile2
-rw-r--r--emulators/citra-qt5/Makefile8
-rw-r--r--emulators/citra/Makefile112
-rw-r--r--emulators/citra/distinfo39
-rw-r--r--emulators/citra/files/patch-CMakeLists.txt36
-rw-r--r--emulators/citra/files/patch-externals_teakra_src_test.h13
-rw-r--r--emulators/citra/files/patch-src_input__common_udp_client.cpp11
-rw-r--r--emulators/citra/pkg-descr8
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine-devel/distinfo6
-rw-r--r--emulators/wine-devel/pkg-plist4
-rw-r--r--emulators/wine-gecko-devel/Makefile2
12 files changed, 9 insertions, 234 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 2f72f683ddb5..dfd04a82b365 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -17,8 +17,6 @@
SUBDIR += catapult
SUBDIR += cemu
SUBDIR += cingb
- SUBDIR += citra
- SUBDIR += citra-qt5
SUBDIR += cpmtools
SUBDIR += cpmtools2
SUBDIR += darcnes
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile
deleted file mode 100644
index b8bf5b627550..000000000000
--- a/emulators/citra-qt5/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-PORTREVISION= 2
-PKGNAMESUFFIX= -qt5
-
-MASTERDIR= ${.CURDIR}/../citra
-
-OPTIONS_SLAVE= QT5
-
-.include "${MASTERDIR}/Makefile"
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
deleted file mode 100644
index 56bae20fca16..000000000000
--- a/emulators/citra/Makefile
+++ /dev/null
@@ -1,112 +0,0 @@
-PORTNAME= citra
-PORTVERSION= s20220902
-PORTREVISION?= 4
-CATEGORIES= emulators
-.if make(makesum)
-MASTER_SITES= https://api.citra-emu.org/gamedb/?dummy=/:gamedb
-.else
-MASTER_SITES= LOCAL/jbeich:gamedb
-.endif
-DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}/compatibility_list.json:gamedb
-EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Nintendo 3DS emulator/debugger
-WWW= https://citra-emu.org
-
-LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ ISCL LGPL21+ MIT OpenSSL UNLICENSE
-LICENSE_COMB= multi
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/externals/fmt/LICENSE.rst
-LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt
-LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE.txt
-LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt
-LICENSE_FILE_ISCL= ${WRKSRC}/externals/cubeb/LICENSE
-LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch
-LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE
-LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COPYING
-
-DEPRECATED= project has been discontinued and build fails with FFmpeg >7
-EXPIRATION_DATE= 2025-10-31
-BROKEN_aarch64= https://github.com/citra-emu/citra/issues/5921
-
-BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-
-USE_GITHUB= yes
-GH_ACCOUNT= citra-emu
-GH_TAGNAME= 746609f35
-GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \
- citra-emu:ext-libressl-portable:8929f81:libressl/externals/libressl \
- citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \
- MerryMage:dynarmic:r3-223-g9f88f234:dynarmic/externals/dynarmic \
- arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \
- arun11299:cpp-jwt:v1.4-14-ge12ef06:cpp_jwt/externals/cpp-jwt \
- benhoyt:inih:r52:inih/externals/inih/inih \
- catchorg:Catch2:v2.13.7:catch/externals/catch \
- facebook:zstd:v1.4.8:zstd/externals/zstd \
- fmtlib:fmt:7.1.2:fmt/externals/fmt \
- herumi:xbyak:v5.96:xbyak/externals/xbyak \
- kinetiknz:cubeb:cubeb-0.2-1350-gf79e0cf:cubeb/externals/cubeb \
- lsalzman:enet:v1.3.17-8-g498b9e3:enet/externals/enet \
- lvandeve:lodepng:31d9704:lodepng/externals/lodepng/lodepng \
- neobrain:nihstro:fd69de1:nihstro/externals/nihstro \
- weidai11:cryptopp:CRYPTOPP_8_5_0:cryptopp/externals/cryptopp/cryptopp \
- wwylele:teakra:01db7cd:teakra/externals/teakra
-
-USES= cmake:testing compiler:c++17-lang localbase:ldflags sdl
-USE_SDL= sdl2
-CMAKE_ON= USE_SYSTEM_BOOST Boost_USE_STATIC_LIBS
-LDFLAGS+= -Wl,--as-needed # Qt5Network
-
-OPTIONS_DEFINE= ALSA FFMPEG PULSEAUDIO JACK SNDIO
-OPTIONS_DEFAULT=FFMPEG PULSEAUDIO JACK SNDIO
-OPTIONS_MULTI= GUI
-OPTIONS_MULTI_GUI= QT5 SDL
-OPTIONS_SLAVE?= SDL
-OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI}
-
-ALSA_BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib
-ALSA_CMAKE_BOOL= USE_ALSA
-
-FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
-FFMPEG_CMAKE_BOOL= ENABLE_FFMPEG_AUDIO_DECODER ENABLE_FFMPEG_VIDEO_DUMPER
-
-JACK_BUILD_DEPENDS= jackit>0:audio/jack
-JACK_CMAKE_BOOL= USE_JACK
-
-PULSEAUDIO_BUILD_DEPENDS=pulseaudio>0:audio/pulseaudio
-PULSEAUDIO_CMAKE_BOOL= USE_PULSE
-
-SNDIO_BUILD_DEPENDS= sndio>0:audio/sndio
-SNDIO_CMAKE_BOOL= USE_SNDIO
-
-SDL_CMAKE_BOOL= ENABLE_SDL2
-SDL_PLIST_FILES=bin/${PORTNAME} \
- bin/${PORTNAME}-room \
- share/man/man6/${PORTNAME}.6.gz
-
-QT5_USES= desktop-file-utils qt:5 shared-mime-info
-QT5_USE= QT=qmake:build,buildtools:build,linguisttools:build,concurrent:build,core,gui,multimedia,widgets
-QT5_CMAKE_BOOL= ENABLE_QT ENABLE_QT_TRANSLATION
-QT5_PLIST_FILES=bin/${PORTNAME}-qt \
- "@comment bin/${PORTNAME}-room" \
- share/applications/${PORTNAME}.desktop \
- share/icons/hicolor/scalable/apps/${PORTNAME}.svg \
- share/man/man6/${PORTNAME}-qt.6.gz \
- share/mime/packages/${PORTNAME}.xml
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's/@GIT_BRANCH@/master/' \
- -e 's/@GIT_DESC@/${GH_TAGNAME}/' \
- ${WRKSRC}/src/common/scm_rev.cpp.in
-.if ${COMPILER_TYPE} == clang
- @${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \
- ${WRKSRC}/externals/boost/boost/container_hash/hash.hpp
-.endif
-
-post-configure:
- @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${DISTDIR}/,} \
- ${BUILD_WRKSRC}/dist/compatibility_list/
-
-.include <bsd.port.post.mk>
diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo
deleted file mode 100644
index 28eaf6147024..000000000000
--- a/emulators/citra/distinfo
+++ /dev/null
@@ -1,39 +0,0 @@
-TIMESTAMP = 1662057466
-SHA256 (citra-s20220902/compatibility_list.json) = 6e5225698694423c3b033820f8377b64f1107fe75d64c3bef98c629f07be546d
-SIZE (citra-s20220902/compatibility_list.json) = 327573
-SHA256 (citra-emu-citra-s20220902-746609f35_GH0.tar.gz) = 00fa01f1daa46ff4371ba72b4f7bbf8f27a64185cf0958b1c766c65d833ba38a
-SIZE (citra-emu-citra-s20220902-746609f35_GH0.tar.gz) = 7582369
-SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d
-SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603
-SHA256 (citra-emu-ext-libressl-portable-8929f81_GH0.tar.gz) = 90b580a6ce6686dfdc16528c9c3b50468540d955456f096652317a333e21a160
-SIZE (citra-emu-ext-libressl-portable-8929f81_GH0.tar.gz) = 2370673
-SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c
-SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514
-SHA256 (MerryMage-dynarmic-r3-223-g9f88f234_GH0.tar.gz) = cf2fedd00d689ae118bdb76680d2621ea7b4db5d67a5d9a1910eac35e3f848d4
-SIZE (MerryMage-dynarmic-r3-223-g9f88f234_GH0.tar.gz) = 1709689
-SHA256 (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = d9009e17948aff769a6f6e16b52d4d8752c5cc2cab1e9c381d3a31fd1a680b58
-SIZE (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = 7240
-SHA256 (arun11299-cpp-jwt-v1.4-14-ge12ef06_GH0.tar.gz) = 0409fa5413800fb291251cf3142e07a43fd4064996fee0e793323d3a74dd33b8
-SIZE (arun11299-cpp-jwt-v1.4-14-ge12ef06_GH0.tar.gz) = 1246634
-SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880
-SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808
-SHA256 (catchorg-Catch2-v2.13.7_GH0.tar.gz) = 3cdb4138a072e4c0290034fe22d9f0a80d3bcfb8d7a8a5c49ad75d3a5da24fae
-SIZE (catchorg-Catch2-v2.13.7_GH0.tar.gz) = 661014
-SHA256 (facebook-zstd-v1.4.8_GH0.tar.gz) = f176f0626cb797022fbf257c3c644d71c1c747bb74c32201f9203654da35e9fa
-SIZE (facebook-zstd-v1.4.8_GH0.tar.gz) = 1816546
-SHA256 (fmtlib-fmt-7.1.2_GH0.tar.gz) = 4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c
-SIZE (fmtlib-fmt-7.1.2_GH0.tar.gz) = 769401
-SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4856c6304456d77f1b56c3d2c6
-SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999
-SHA256 (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 8629757290774a34ed3fcd53b6491e9ccc96231018406c58c493f336b3ced908
-SIZE (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 220847
-SHA256 (lsalzman-enet-v1.3.17-8-g498b9e3_GH0.tar.gz) = d8b51de11421bc38909977ece11e35bff656ef15a5838c218c87314d76e757a6
-SIZE (lsalzman-enet-v1.3.17-8-g498b9e3_GH0.tar.gz) = 79921
-SHA256 (lvandeve-lodepng-31d9704_GH0.tar.gz) = 86e140a13d1f425d45f891a082111435d3333385d36b66c94a031c029f4422c1
-SIZE (lvandeve-lodepng-31d9704_GH0.tar.gz) = 161881
-SHA256 (neobrain-nihstro-fd69de1_GH0.tar.gz) = cebeb307aad4b9fbc4d26eb54c01c90e118bc6287ab65688a50303a59272be5a
-SIZE (neobrain-nihstro-fd69de1_GH0.tar.gz) = 110417
-SHA256 (weidai11-cryptopp-CRYPTOPP_8_5_0_GH0.tar.gz) = 8f64cf09cf4f61d5d74bca53574b8cc9959186cc0f072a2e6597e4999d6ad5db
-SIZE (weidai11-cryptopp-CRYPTOPP_8_5_0_GH0.tar.gz) = 8998459
-SHA256 (wwylele-teakra-01db7cd_GH0.tar.gz) = 82f6c373ab0eacfcf376ab7270d5788177df7d79bd86bfa5a5eb6c66801c8c73
-SIZE (wwylele-teakra-01db7cd_GH0.tar.gz) = 983116
diff --git a/emulators/citra/files/patch-CMakeLists.txt b/emulators/citra/files/patch-CMakeLists.txt
deleted file mode 100644
index 57c9d442a244..000000000000
--- a/emulators/citra/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-citra-qt currently needs SDL for audio and input
-
---- CMakeLists.txt.orig 2022-09-01 18:37:46 UTC
-+++ CMakeLists.txt
-@@ -71,7 +71,6 @@ endfunction()
- endif()
- endforeach()
- endfunction()
--check_submodules_present()
-
- configure_file(${PROJECT_SOURCE_DIR}/dist/compatibility_list/compatibility_list.qrc
- ${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.qrc
-@@ -168,15 +167,15 @@ if (ENABLE_SDL2)
- else()
- find_package(SDL2 REQUIRED)
- endif()
--
-- if (SDL2_FOUND)
-- # TODO(yuriks): Make FindSDL2.cmake export an IMPORTED library instead
-- add_library(SDL2 INTERFACE)
-- target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}")
-- target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}")
-- endif()
- else()
-- set(SDL2_FOUND NO)
-+ find_package(SDL2)
-+endif()
-+
-+if (SDL2_FOUND)
-+ # TODO(yuriks): Make FindSDL2.cmake export an IMPORTED library instead
-+ add_library(SDL2 INTERFACE)
-+ target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}")
-+ target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}")
- endif()
-
- if (ENABLE_QT)
diff --git a/emulators/citra/files/patch-externals_teakra_src_test.h b/emulators/citra/files/patch-externals_teakra_src_test.h
deleted file mode 100644
index 96ceb0b0b4af..000000000000
--- a/emulators/citra/files/patch-externals_teakra_src_test.h
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/wwylele/teakra/pull/35
-
---- externals/teakra/src/test.h.orig 2018-12-21 16:34:51 UTC
-+++ externals/teakra/src/test.h
-@@ -31,7 +31,7 @@ static_assert(std::is_trivially_copyable_v<State>);
-
- struct TestCase {
- State before, after;
-- u16 opcode, expand;
-+ u16 opcode, expand, unused;
- };
-
- static_assert(sizeof(TestCase) == 4312);
diff --git a/emulators/citra/files/patch-src_input__common_udp_client.cpp b/emulators/citra/files/patch-src_input__common_udp_client.cpp
deleted file mode 100644
index 111f6bc85c46..000000000000
--- a/emulators/citra/files/patch-src_input__common_udp_client.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/input_common/udp/client.cpp.orig 2025-02-16 22:55:21 UTC
-+++ src/input_common/udp/client.cpp
-@@ -109,7 +109,7 @@ class Socket { (private)
- }
-
- SocketCallback callback;
-- boost::asio::io_service io_service;
-+ boost::asio::io_context io_service;
- boost::asio::basic_waitable_timer<clock> timer;
- udp::socket socket;
-
diff --git a/emulators/citra/pkg-descr b/emulators/citra/pkg-descr
deleted file mode 100644
index 945b12a62228..000000000000
--- a/emulators/citra/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Citra is an experimental open-source Nintendo 3DS emulator/debugger
-written in C++. It is written with portability in mind, with builds
-actively maintained for Windows, Linux and OS X. Citra only emulates a
-subset of 3DS hardware, and therefore is generally only useful for
-running/debugging homebrew applications. At this time, Citra is even
-able to boot several commercial games! Most of these do not run to a
-playable state, but we are working every day to advance the project
-forward.
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 6c5f6f831ea2..7b23e9a8c1ad 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wine
-DISTVERSION= 10.17
+DISTVERSION= 10.18
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/10.x/
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 3eb8e38adcfc..930ce6712983 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760980140
-SHA256 (wine-10.17.tar.xz) = bbf8e7de32cea9fe305361d4af85e30492254c4bf02039ee26dac7a66701b4e6
-SIZE (wine-10.17.tar.xz) = 32902236
+TIMESTAMP = 1761986980
+SHA256 (wine-10.18.tar.xz) = 51fb7273d65d09dea032c4a5e2197b12724b27ca360e1a622b2373d1ee50ad7b
+SIZE (wine-10.18.tar.xz) = 32970828
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 81e6d25fa7ff..cbbfdee6007e 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -1021,6 +1021,7 @@ include/wine/windows/tbs.h
include/wine/windows/tchar.h
include/wine/windows/tcpestats.h
include/wine/windows/tcpmib.h
+include/wine/windows/tdh.h
include/wine/windows/textserv.h
include/wine/windows/textstor.h
include/wine/windows/textstor.idl
@@ -1627,6 +1628,7 @@ lib/wine/%%WINEARCH%%-unix/libstrmiids.a
lib/wine/%%WINEARCH%%-unix/libsxs.a
lib/wine/%%WINEARCH%%-unix/libt2embed.a
lib/wine/%%WINEARCH%%-unix/libtapi32.a
+lib/wine/%%WINEARCH%%-unix/libtdh.a
lib/wine/%%WINEARCH%%-unix/libucrtbase.a
lib/wine/%%WINEARCH%%-unix/libuiautomationcore.a
lib/wine/%%WINEARCH%%-unix/libunicows.a
@@ -2191,6 +2193,7 @@ lib/wine/%%WINEARCH%%-windows/libstrmiids.a
lib/wine/%%WINEARCH%%-windows/libsxs.a
lib/wine/%%WINEARCH%%-windows/libt2embed.a
lib/wine/%%WINEARCH%%-windows/libtapi32.a
+lib/wine/%%WINEARCH%%-windows/libtdh.a
lib/wine/%%WINEARCH%%-windows/libucrtbase.a
lib/wine/%%WINEARCH%%-windows/libuiautomationcore.a
lib/wine/%%WINEARCH%%-windows/libunicows.a
@@ -2640,6 +2643,7 @@ lib/wine/%%WINEARCH%%-windows/windows.storage.applicationdata.dll
lib/wine/%%WINEARCH%%-windows/windows.storage.dll
lib/wine/%%WINEARCH%%-windows/windows.system.profile.systemid.dll
lib/wine/%%WINEARCH%%-windows/windows.system.profile.systemmanufacturers.dll
+lib/wine/%%WINEARCH%%-windows/windows.ui.core.textinput.dll
lib/wine/%%WINEARCH%%-windows/windows.ui.dll
lib/wine/%%WINEARCH%%-windows/windows.ui.xaml.dll
lib/wine/%%WINEARCH%%-windows/windows.web.dll
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile
index 8bce71815f82..5abee52c5833 100644
--- a/emulators/wine-gecko-devel/Makefile
+++ b/emulators/wine-gecko-devel/Makefile
@@ -1,9 +1,9 @@
PORTNAME= wine-gecko
DISTVERSION= 2.47.4
+DISTVERSIONSUFFIX=-x86
CATEGORIES= emulators
MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/
PKGNAMESUFFIX= -devel
-DISTNAME= wine-gecko-${DISTVERSION}-x86
EXTRACT_SUFX= .msi
EXTRACT_ONLY=