Date: Sat, 17 Feb 2024 06:06:07 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 659849a2b111 - main - emulators/cpmemu: Mark BROKEN Message-ID: <202402170606.41H667NB054446@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402170606.41H667NB054446>