git: 9d41754ae74c - main - sysutils/e2fsprogs: keep BROKEN away from slave ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 09:58:28 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d41754ae74cdc0a18527131f3a7cfa877735cda
commit 9d41754ae74cdc0a18527131f3a7cfa877735cda
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-10-01 09:57:41 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-10-01 09:58:26 +0000
sysutils/e2fsprogs: keep BROKEN away from slave ports
Reported by: delphij@
---
sysutils/e2fsprogs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 1205caa9179a..31381058a529 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -142,7 +142,7 @@ USE_PERL5= build
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400072
+.if ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400072
BROKEN= incompatible qsort_r() API. Upstream working on a autoconf-based fix.
.endif