Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 10:27:05 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fd01a8e56ae1 - main - sysutils/sample: mark BROKEN and schedule for deprecation
Message-ID:  <202105111027.14BAR5uL075888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

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

commit fd01a8e56ae171f91bc3642e48c82f1e00b210ca
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-05-11 10:23:36 +0000
Commit:     Adriaan de Groot <adridg@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111027.14BAR5uL075888>