diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-16 15:09:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-16 17:31:01 +0000 |
commit | d5b8a83bdcd39919594c9b84ee145a54ef86e5ea (patch) | |
tree | 02079f9b0e778aa478c3d105ecc7c8db03ffd9ab | |
parent | b8fc7ab3e6ab8b96379a139cdba2e5cc15f3cd5b (diff) |
sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+
Approved by: portmgr blanket
-rw-r--r-- | sysutils/pefs-kmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |