Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 20:03:56 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: 3ceb7f26aaa0 - main - emulators/vpcs: Mark DEPRECATED
Message-ID:  <202109272003.18RK3uAJ069864@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=3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a

commit 3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2021-09-27 13:21:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2021-09-27 20:03:39 +0000

    emulators/vpcs: Mark DEPRECATED
    
    - Upstream unmaintained
    - Requires a complete rewrite to build on modern compilers
    - There are other alternatives like booting up nanobsd images instead
      of using an emulator
---
 emulators/vpcs/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/emulators/vpcs/Makefile b/emulators/vpcs/Makefile
index 28afdc07b957..49595205523b 100644
--- a/emulators/vpcs/Makefile
+++ b/emulators/vpcs/Makefile
@@ -11,14 +11,16 @@ COMMENT=	Virtual PC Simulator
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Upstream unmaintained
+EXPIRATION_DATE=2021-10-27
 BROKEN_FreeBSD_13=	ld: error: duplicate symbol: vpc
 BROKEN_FreeBSD_14=	ld: error: duplicate symbol: vpc
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	non-portable
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
 USES=		tar:tbz
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PLIST_FILES=	bin/vpcs man/man1/vpcs.1.gz
 
 post-patch:



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