Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2023 13:12:24 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a53842d138d - main - devel/pmdk: Mark BROKEN on FreeBSD 14
Message-ID:  <202308131312.37DDCOpS001647@gitrepo.freebsd.org>

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

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

commit 1a53842d138d4c2c3d9d00b336d5ac3ca1b328cf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-12 21:01:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-13 13:12:13 +0000

    devel/pmdk: Mark BROKEN on FreeBSD 14
    
    - A new version 2.0 has been released dropping support for FreeBSD
    - So reduce the EXPIRATION_DATE to 2023-09-30
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/pmdk/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/pmdk/Makefile b/devel/pmdk/Makefile
index aed880d5693f..f897b7bb6c70 100644
--- a/devel/pmdk/Makefile
+++ b/devel/pmdk/Makefile
@@ -11,8 +11,9 @@ WWW=		https://pmem.io
 LICENSE=	BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE
 LICENSE_COMB=	multi
 
-DEPRECATED=	FreeBSD has been deprecated since 1.13.X and support will be dropped from 1.14 onwards
-EXPIRATION_DATE=	2023-12-31
+DEPRECATED=	FreeBSD has been deprecated since 1.13.X and support has been dropped on 2.0
+EXPIRATION_DATE=	2023-09-30
+BROKEN_FreeBSD_14=	fails to compile: version script assignment of 'LIBPMEM2_1.0' to symbol 'pmem2_source_from_handle' failed: symbol not defined
 ONLY_FOR_ARCHS=	aarch64 amd64
 
 BUILD_DEPENDS=	bash:shells/bash



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