Skip to content

Commit

Permalink
sysutils/pefs-kmod: Fix build in 14 and 15
Browse files Browse the repository at this point in the history
PR:		273435
Reported by:	darius@dons.net.au (maintainer)
  • Loading branch information
DanielO authored and fernape committed Sep 6, 2023
1 parent ad9fecf commit e0b6521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions sysutils/pefs-kmod/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pefs
DISTVERSION= g20221012
DISTVERSION= g20230906
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -kmod
Expand All @@ -10,16 +10,14 @@ 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

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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit e0b6521

Please sign in to comment.