aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-11-01 11:07:57 +0000
committerRene Ladan <rene@FreeBSD.org>2025-11-01 11:07:57 +0000
commit464354ebe37e8d0912b96e4db4a4f4cd13005834 (patch)
tree7bcc1e014ae78cf5003b764c55ab59ce514c9db9
parent1b996ad77fd2a19d6b182176a22b66cb244249fb (diff)
emulators/citra-qt5: Remove expired port
2025-10-31 emulators/citra-qt5: project has been discontinued and build fails with FFmpeg >7
-rw-r--r--MOVED1
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/citra-qt5/Makefile8
3 files changed, 1 insertions, 9 deletions
diff --git a/MOVED b/MOVED
index f30eeeca0972..1f59f09be395 100644
--- a/MOVED
+++ b/MOVED
@@ -4841,3 +4841,4 @@ databases/py-pycql||2025-11-01|Has expired: Upstream repository has been archive
devel/py-types-ujson||2025-11-01|Has expired: No longer required by devel/py-ujson ≥ 5.11
devel/pysvn||2025-11-01|Has expired: Fails to build
cad/impact||2025-11-01|Has expired: Does not work as intended
+emulators/citra-qt5||2025-11-01|Has expired: project has been discontinued and build fails with FFmpeg >7
diff --git a/emulators/Makefile b/emulators/Makefile
index 2f72f683ddb5..35cdd29cffb2 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -18,7 +18,6 @@
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"