git: 659849a2b111 - main - emulators/cpmemu: Mark BROKEN

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 17 Feb 2024 06:06:07 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=659849a2b11129a30ebdfd531b30980e662f8207

commit 659849a2b11129a30ebdfd531b30980e662f8207
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 03:05:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:45 +0000

    emulators/cpmemu: Mark BROKEN
    
    - Fails to compile with error:
      incorrect register `%esi' used with `w' suffix
    - Mark DEPRECATED
    - Set EXPIRATION_DATE 2024-03-18
---
 emulators/cpmemu/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile
index 54fc42c6a3c8..d04484694881 100644
--- a/emulators/cpmemu/Makefile
+++ b/emulators/cpmemu/Makefile
@@ -11,6 +11,9 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cpm emulator
 
+DEPRECATED=	BROKEN on all versions since last year
+EXPIRATION_DATE=	2024-03-18
+BROKEN=	incorrect register `%esi' used with `w' suffix
 ONLY_FOR_ARCHS=	i386
 
 USES=		compiler