From nobody Thu Apr 16 20:10:03 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fxTdS0sdxz6ZYPN for ; Thu, 16 Apr 2026 20:10:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fxTdR4L2Qz42sW for ; Thu, 16 Apr 2026 20:10:03 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776370203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BpxFyA3VrDcaNBqlzcwq0ZDk7EetUhOWBcZAmsdxY70=; b=tA+QcuABZH8VQ94vD2mlBAc3RKQ5LcRTmfMTHN98XhfgLIypH4uQV82xCyj5Ixq4GOmQYb rYeR2suEGuubKuP+C+4HiShDpX8T+LXZXckqhL2oKw9wCVBpaSpAl6yLRepLtOuqrkXu72 YQLf15ZJgyiMTM9rOS8ClPzumyZBpSHK2Vr+DYkJJ3uCcmJrIJkluyKYjSf84INmKLK8MN 9nO7G3e284Ib9vjxUxWIELfHjU9fmj9tHuGjGcoeODUA2OHr7qHdGKPbi+w+mZNiE5syf5 qVc/3sQyduXx+Lqeou2rwu2O/h3b9FWL/87jNlGd+dUYEZ6CK4GDNHsO/B2A/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776370203; a=rsa-sha256; cv=none; b=sIUXTy6PWKhurYMVW4kG+dS0q3slOeAvJzs51d6nkqs+1vQCPhV85gMMAIMjh8imzXL+fZ OLwafgS6HSmeyFBGnRbqdacz2pH4wQ97MO7sitq7lQigxAb9GMm0g9NHIvlwIM1wpq+Jdw +wa/JxnEuJebwGMwKm3MzK9PV3faa8ywjr9pq5U023G1QkJ/UTdUi7rzJN6kB437HMang/ qVDBp4A0UT3fk+W7m8K2b97LKLqO2kNRqfhmRLtPAJzYCoh23OWOweb34w8EN5aoBlrhlq 8eL4J9+/JuMu3+Paf7q+T48eNMhZUHuc1PZr3KhenK/ScI5P+waDHqi5FD+Hyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776370203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BpxFyA3VrDcaNBqlzcwq0ZDk7EetUhOWBcZAmsdxY70=; b=mdBs5F7qM1iXZTeJY0Nmpvfte1JpbicXeKwBqLsV+K5bTdiBm3izenDQyMclLr0zkiO3/Y RtKFI9ZdkX5XXKV2zmCryqQ9pEsw11a3JhRk9R4UfbrP0DgE94gzdszFuzEZ/8pr8GL1xk 9XYg4Zuxlex5pFKASiQThPvwNkyGvxY3sKZPqVJdtNZHVhZ1liPz6vbE34x1VvRX+yRDiB ddHQ5M2VlCyDE0ObK9jhqy4idMClfw3ywfSGNXP8gfVAeu50U6GTc1OXh2eSJCeYC7w/YQ 7+Dy5+xbxN+gmbnEUPWjPkOfXPzNtuLu+wEjSadO8gNZhMVCMKQkn7GAoTLwiw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fxTdR3bR5z6SK for ; Thu, 16 Apr 2026 20:10:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1f10c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 16 Apr 2026 20:10:03 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 04460f5d7019 - main - emulators/emu64: Remove from tree List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 04460f5d7019fc9e39ceb597fffa6e600ee31105 Auto-Submitted: auto-generated Date: Thu, 16 Apr 2026 20:10:03 +0000 Message-Id: <69e1421b.1f10c.4e8049f1@gitrepo.freebsd.org> The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=04460f5d7019fc9e39ceb597fffa6e600ee31105 commit 04460f5d7019fc9e39ceb597fffa6e600ee31105 Author: Daniel Engberg AuthorDate: 2026-04-16 20:00:49 +0000 Commit: Daniel Engberg CommitDate: 2026-04-16 20:09:09 +0000 emulators/emu64: Remove from tree Broken for months in tree and unmaintained PR: 289037 --- MOVED | 1 + emulators/Makefile | 1 - emulators/emu64/Makefile | 36 ---------------------- emulators/emu64/distinfo | 3 -- emulators/emu64/files/patch-src_savepng.c | 11 ------- emulators/emu64/files/patch-src_src.pro | 11 ------- .../emu64/files/patch-src_widget__file__browse.h | 13 -------- emulators/emu64/pkg-descr | 1 - emulators/emu64/pkg-message | 13 -------- emulators/emu64/pkg-plist | 27 ---------------- 10 files changed, 1 insertion(+), 116 deletions(-) diff --git a/MOVED b/MOVED index d6b2f024abea..d02a1cb41d1f 100644 --- a/MOVED +++ b/MOVED @@ -5249,3 +5249,4 @@ audio/libkcompactdisc||2026-04-16|Development discontinued, not shipped with KDE multimedia/dvdstyler||2026-04-16|Dead upstream multimedia/lebiniou||2026-04-16|Dead upstream multimedia/lebiniou-data||2026-04-16|Dead upstream +emulators/emu64||2026-04-16|Broken, fails to build diff --git a/emulators/Makefile b/emulators/Makefile index 66c05dcf80c5..a4b24e935030 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -30,7 +30,6 @@ SUBDIR += edumips64 SUBDIR += einstein-newton SUBDIR += elliott-803 - SUBDIR += emu64 SUBDIR += emulationstation SUBDIR += emutos SUBDIR += es-de diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile deleted file mode 100644 index a9d36a5fb73c..000000000000 --- a/emulators/emu64/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= emu64 -DISTVERSION= 5.1.0 -PORTREVISION= 1 -CATEGORIES= emulators - -MAINTAINER= ports@FreeBSD.org -COMMENT= Commodore 64 emulator -WWW= https://github.com/ThKattanek/emu64 - -BROKEN= Does not build with ffmpeg > 6 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip@qt5 \ - libpng.so:graphics/png \ - libavcodec.so:multimedia/ffmpeg - -USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ - qmake:outsource qt:5 sdl -USE_GL= gl glu -USE_QT= core gui network widgets buildtools:build linguisttools:build - -DOS2UNIX_GLOB= *.cpp *.h - -USE_SDL= sdl2 image2 -USE_GITHUB= yes -GH_ACCOUNT= ThKattanek - -OPTIONS_DEFINE= DOCS - -.if !exists(/usr/include/omp.h) -USE_GCC= yes -.endif - -.include diff --git a/emulators/emu64/distinfo b/emulators/emu64/distinfo deleted file mode 100644 index 45fc362c462e..000000000000 --- a/emulators/emu64/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1687885979 -SHA256 (ThKattanek-emu64-5.1.0_GH0.tar.gz) = 492b5b395b4493440fc59915a4c6cd94f42d21b8fdf58edf9160832c3f22c796 -SIZE (ThKattanek-emu64-5.1.0_GH0.tar.gz) = 2760960 diff --git a/emulators/emu64/files/patch-src_savepng.c b/emulators/emu64/files/patch-src_savepng.c deleted file mode 100644 index fb322a9395fc..000000000000 --- a/emulators/emu64/files/patch-src_savepng.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/savepng.c.orig 2023-06-27 17:17:48 UTC -+++ src/savepng.c -@@ -25,7 +25,7 @@ - #endif - - /* libpng callbacks */ --static void png_error_SDL(png_structp *png_ptr, png_const_charp str) -+static void png_error_SDL(png_structp png_ptr, png_const_charp str) - { - SDL_SetError("libpng: %s\n", str); - } diff --git a/emulators/emu64/files/patch-src_src.pro b/emulators/emu64/files/patch-src_src.pro deleted file mode 100644 index 3296417a4ccb..000000000000 --- a/emulators/emu64/files/patch-src_src.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- src/src.pro.orig 2023-06-23 23:22:04 UTC -+++ src/src.pro -@@ -91,7 +91,7 @@ equals(QT_MAJOR_VERSION, 5) { - win32 { - PKGCONFIG += quazip - } else { -- LIBS += -lquazip5 -+ PKGCONFIG += quazip1-qt5 - } - - message("QT5 is active") diff --git a/emulators/emu64/files/patch-src_widget__file__browse.h b/emulators/emu64/files/patch-src_widget__file__browse.h deleted file mode 100644 index 1dc2fcfcc95b..000000000000 --- a/emulators/emu64/files/patch-src_widget__file__browse.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/widget_file_browse.h.orig 2021-07-09 07:30:04 UTC -+++ src/widget_file_browse.h -@@ -26,8 +26,8 @@ - #include "quazip/quazip.h" - #include "quazip/quazipfile.h" - #else -- #include "quazip5/quazip.h" -- #include "quazip5/quazipfile.h" -+ #include "quazip/quazip.h" -+ #include "quazip/quazipfile.h" - #endif - #endif - diff --git a/emulators/emu64/pkg-descr b/emulators/emu64/pkg-descr deleted file mode 100644 index 55c64a3191cf..000000000000 --- a/emulators/emu64/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Emu64 is a Commodore 64 Emulator based on Qt and SDL. diff --git a/emulators/emu64/pkg-message b/emulators/emu64/pkg-message deleted file mode 100644 index 60cb4ab968c8..000000000000 --- a/emulators/emu64/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ - type: upgrade - maximum_version: "5.0.19" - message: <