Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2024 06:06:27 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: 8afe5208b8e1 - main - emulators/tuxnes: Mark BROKEN
Message-ID:  <202402170606.41H66R1a055157@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=8afe5208b8e13cd5e66292a9d465560be9f8e743

commit 8afe5208b8e13cd5e66292a9d465560be9f8e743
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:59:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:57 +0000

    emulators/tuxnes: Mark BROKEN
    
    - Fails with:
      linker command failed with exit code 1
    - Mark DEPRECATED
    - Set EXPIRATION_DATE 2024-04-04
---
 emulators/tuxnes/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile
index 667bf277ec4b..e0f41e475378 100644
--- a/emulators/tuxnes/Makefile
+++ b/emulators/tuxnes/Makefile
@@ -10,6 +10,9 @@ WWW=		https://tuxnes.sourceforge.net/
 
 LICENSE=	GPLv2
 
+BROKEN=		linker command failed with exit code 1
+DEPRECATED=	BROKEN for more than 4 months
+EXPIRATION_DATE=	2024-04-04
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	uses i386 assembly code
 



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