git: 16ff52cdef25 - main - devel/busd: doesn't work after a6a8cadce02a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 May 2024 14:27:08 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ff52cdef251e57c04759bb8d3934076333a215 commit 16ff52cdef251e57c04759bb8d3934076333a215 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-01 14:26:25 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-01 14:26:53 +0000 devel/busd: doesn't work after a6a8cadce02a --- devel/busd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 7e920c610ea3..42cbc9341a6b 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/dbus2/busd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT +IGNORE= https://github.com/dbus2/busd/issues/86 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= dbus2