git: fd01a8e56ae1 - main - sysutils/sample: mark BROKEN and schedule for deprecation

Adriaan de Groot adridg at FreeBSD.org
Tue May 11 10:27:05 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd01a8e56ae171f91bc3642e48c82f1e00b210ca

commit fd01a8e56ae171f91bc3642e48c82f1e00b210ca
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-11 10:23:36 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-05-11 10:27:02 +0000

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


More information about the dev-commits-ports-all mailing list