Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2023 13:33:03 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e0b6521ef71a - main - sysutils/pefs-kmod: Fix build in 14 and 15
Message-ID:  <202309061333.386DX3lG086142@gitrepo.freebsd.org>

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

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

commit e0b6521ef71a63a20890cc575738e53876fb1b3a
Author:     Daniel O'Connor <darius@dons.net.au>
AuthorDate: 2023-09-06 07:03:56 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-09-06 13:32:47 +0000

    sysutils/pefs-kmod: Fix build in 14 and 15
    
    PR:             273435
    Reported by:    darius@dons.net.au (maintainer)
---
 sysutils/pefs-kmod/Makefile | 6 ++----
 sysutils/pefs-kmod/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
index 0b1c441d7dce..5ce22437e924 100644
--- a/sysutils/pefs-kmod/Makefile
+++ b/sysutils/pefs-kmod/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pefs
-DISTVERSION=	g20221012
+DISTVERSION=	g20230906
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-kmod
@@ -10,8 +10,6 @@ WWW=		https://wiki.freebsd.org/PEFS
 
 LICENSE=	BSD2CLAUSE
 
-# PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS
-BROKEN_FreeBSD_14=	crashes on mount due to INVARIANTS
 ONLY_FOR_ARCHS=		amd64 armv6 i386
 ONLY_FOR_ARCHS_REASON=	untested on any other arch
 
@@ -19,7 +17,7 @@ USES=		kmod uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd-pefs
 GH_PROJECT=	pefs
-GH_TAGNAME=	aa7f151
+GH_TAGNAME=	4d6f95a
 
 MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man"
 MAKE_JOBS_UNSAFE=yes
diff --git a/sysutils/pefs-kmod/distinfo b/sysutils/pefs-kmod/distinfo
index bfded0ad9698..c34aaaca09c9 100644
--- a/sysutils/pefs-kmod/distinfo
+++ b/sysutils/pefs-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665569961
-SHA256 (freebsd-pefs-pefs-g20221012-aa7f151_GH0.tar.gz) = feed89fb5b69ddea915c4dc4e781e8ca594b2a1bfa89bf8aafe218f10e407fd0
-SIZE (freebsd-pefs-pefs-g20221012-aa7f151_GH0.tar.gz) = 93805
+TIMESTAMP = 1693951926
+SHA256 (freebsd-pefs-pefs-g20230906-4d6f95a_GH0.tar.gz) = aad471103500ec90d0ab1d198434f84935957648ebf98462ec4340b3252d960b
+SIZE (freebsd-pefs-pefs-g20230906-4d6f95a_GH0.tar.gz) = 93859



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