Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2023 16:13:54 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8244eb2fc007 - main - emulators/elliott-803: remove obsolete patch
Message-ID:  <202302151613.31FGDsp0058804@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8244eb2fc007a946bd5e97678388336c70b8494d

commit 8244eb2fc007a946bd5e97678388336c70b8494d
Author:     Christopher Hall <hsw@bitmark.com>
AuthorDate: 2023-02-15 16:12:07 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-02-15 16:12:07 +0000

    emulators/elliott-803: remove obsolete patch
    
    Differential Revision:  https://reviews.freebsd.org/D38604
---
 emulators/elliott-803/files/patch-emulator_emulator.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/emulators/elliott-803/files/patch-emulator_emulator.c b/emulators/elliott-803/files/patch-emulator_emulator.c
deleted file mode 100644
index c8cd49eb7858..000000000000
--- a/emulators/elliott-803/files/patch-emulator_emulator.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- emulator/emulator.c.orig	2020-11-27 12:36:20 UTC
-+++ emulator/emulator.c
-@@ -533,7 +533,7 @@ bool handle_key(commands_t *cmd,
-         wch[0] = c;
-         wch[1] = L'\0';
- 
--        int x, x1, y;
-+        int x, x1, y __unused;
-         getyx(pads->status, y, x);
- 
-         waddwstr(pads->status, wch);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302151613.31FGDsp0058804>