git: b3547e0b7bc1 - main - sysutils/vordog: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 06:06:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3547e0b7bc18392aca3759e50eb2ff83b042e39 commit b3547e0b7bc18392aca3759e50eb2ff83b042e39 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-17 06:02:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-17 06:05:58 +0000 sysutils/vordog: Mark BROKEN - Fails with: implicit declaration of function 'EVENTHANDLER_REGISTER' is invalid in C99 - Mark DEPRECATED - Set EXPIRATION_DATE 2024-04-04 --- sysutils/vordog/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/vordog/Makefile b/sysutils/vordog/Makefile index 67767ccf6983..594d715e31eb 100644 --- a/sysutils/vordog/Makefile +++ b/sysutils/vordog/Makefile @@ -9,7 +9,11 @@ WWW= https://app.assembla.com/spaces/vordog/wiki LICENSE= BSD2CLAUSE +BROKEN= implicit declaration of function 'EVENTHANDLER_REGISTER' is invalid in C99 +DEPRECATED= BROKEN for more than 4 months +EXPIRATION_DATE= 2024-04-04 ONLY_FOR_ARCHS= i386 + USES= kmod PLIST_FILES= ${KMODDIR}/${PORTNAME}.ko