git: e8192daad994 - 2021Q2 - sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 18 13:58:37 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

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

commit e8192daad99426feae63b37f2d345dc0962abd07
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-16 15:09:58 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-18 13:49:50 +0000

    sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+
    
    Approved by:    portmgr blanket
    
    (cherry picked from commit d5b8a83bdcd39919594c9b84ee145a54ef86e5ea)
---
 sysutils/pefs-kmod/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
index 8cdba091415e..2e5439fa0be2 100644
--- a/sysutils/pefs-kmod/Makefile
+++ b/sysutils/pefs-kmod/Makefile
@@ -15,6 +15,8 @@ BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_
 BROKEN_DragonFly=	fails to build: don't know how to make vnode_if.h
 ONLY_FOR_ARCHS=		amd64 armv6 i386
 ONLY_FOR_ARCHS_REASON=	untested on any other arch
+BROKEN_FreeBSD_13=	fails to compile: too many arguments to function call, expected single argument 'vp', have 2 arguments
+BROKEN_FreeBSD_14=	fails to compile: too many arguments to function call, expected single argument 'vp', have 2 arguments
 
 USES=		kmod uidfix
 


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