git: 86a6ad9280eb - main - net/read_bbrlog: Mark IGNORE for OSVERSION 1400092
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 07:54:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=86a6ad9280eb9e03747f2af2adccc8911e094afc commit 86a6ad9280eb9e03747f2af2adccc8911e094afc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 07:52:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 07:53:33 +0000 net/read_bbrlog: Mark IGNORE for OSVERSION 1400092 Although mentioned that it builds on 1400088 and later but it's still BROKEN on 1400092. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/read_bbrlog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/read_bbrlog/Makefile b/net/read_bbrlog/Makefile index 7f48723fc1a8..dafba7e597ef 100644 --- a/net/read_bbrlog/Makefile +++ b/net/read_bbrlog/Makefile @@ -26,8 +26,8 @@ MAKE_ENV+= WITHOUT_PIE=true .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400088 -IGNORE= builds only on FreeBSD head with minimum version 1400088 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400093 +IGNORE= builds only on FreeBSD head with minimum version 1400093 .endif do-install: