From fd01a8e56ae171f91bc3642e48c82f1e00b210ca Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 11 May 2021 12:23:36 +0200 Subject: [PATCH] sysutils/sample: mark BROKEN and schedule for deprecation Sample was abandoned upstream in 2016. It still builds on 11- and 12-, but after that the API for vm_page_unhold(page) changed (function renamed, parameters different) so it's broken on 13- and later. Give it a lengthy deprecation so people will notice (I'm not sure how "deprecate because it is tied to legacy releases" should work). Discussed with wg@ by email. --- sysutils/sample/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index c4505b85e992..e0e5299fc18a 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -6,6 +6,11 @@ CATEGORIES= sysutils MAINTAINER= wg@FreeBSD.org COMMENT= Examine periodic stack traces of all running processes +BROKEN_FreeBSD_13= does not build: vm_page_unhold(page) API has changed +BROKEN_FreeBSD_14= does not build: vm_page_unhold(page) API has changed +DEPRECATED= abandoned upstream, incompatible with newer kernels +EXPIRATION_DATE= 2021-12-31 + LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64