Date: Sun, 16 May 2021 17:33:33 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d5b8a83bdcd3 - main - sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+ Message-ID: <202105161733.14GHXXhu040553@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5b8a83bdcd39919594c9b84ee145a54ef86e5ea commit d5b8a83bdcd39919594c9b84ee145a54ef86e5ea Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-16 15:09:58 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-16 17:31:01 +0000 sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+ Approved by: portmgr blanket --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105161733.14GHXXhu040553>