git: 3ceb7f26aaa0 - main - emulators/vpcs: Mark DEPRECATED
Muhammad Moinur Rahman
bofh at FreeBSD.org
Mon Sep 27 20:03:57 UTC 2021
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a
commit 3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a
Author: Muhammad Moinur Rahman <bofh at FreeBSD.org>
AuthorDate: 2021-09-27 13:21:42 +0000
Commit: Muhammad Moinur Rahman <bofh at 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:
More information about the dev-commits-ports-all
mailing list