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.
This commit is contained in:
Adriaan de Groot 2021-05-11 12:23:36 +02:00
parent d085a21753
commit fd01a8e56a

View File

@ -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