git: d34fa208dab4 - main - devel/ptmalloc: Deprecate and set expiration date to 2023-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 09:54:59 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d34fa208dab470758e742b5b6b90846048145446
commit d34fa208dab470758e742b5b6b90846048145446
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 09:34:44 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 09:54:20 +0000
devel/ptmalloc: Deprecate and set expiration date to 2023-11-30
Untouched for over a decade upstream and we have there are other
active alternative malloc implementations available
---
devel/ptmalloc/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/ptmalloc/Makefile b/devel/ptmalloc/Makefile
index 2c9ef7325707..b0fd9dc2b4ff 100644
--- a/devel/ptmalloc/Makefile
+++ b/devel/ptmalloc/Makefile
@@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Alternative threads-aware malloc
WWW= http://www.malloc.de/en/
+DEPRECATED= Abandonware, last release in 2006 and there are other alternative malloc implementations available
+EXPIRATION_DATE=2023-11-30
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT