devel/git failed by rack of BUILD_DEPENDS
KIRIYAMA Kazuhiko <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi, list
I found devel/git failed by rack of BUILD_DEPENDS
(rubygem-logger). It needs following patch:
--- devel/git/Makefile~ 2025-10-09 11:29:09.817812000 +0900
+++ devel/git/Makefile 2025-10-09 11:47:02.703559000 +0900
@@ -123,7 +123,8 @@
DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX}
SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
- xmlto:textproc/xmlto
+ xmlto:textproc/xmlto \
+ rubygem-logger>=1.7:devel/rubygem-logger
.else
---
Kazuhiko Kiriyama <[email protected]>