Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2024 06:06:29 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b3547e0b7bc1 - main - sysutils/vordog: Mark BROKEN
Message-ID:  <202402170606.41H66T9a055247@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402170606.41H66T9a055247>