git: 395942b1e221 - main - sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Emmanuel Vadot
manu at FreeBSD.org
Sun Jul 18 13:58:33 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=395942b1e221ae6ae056add36a7c39d186b0faa4
commit 395942b1e221ae6ae056add36a7c39d186b0faa4
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-07-18 13:57:12 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-07-18 13:58:29 +0000
sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Otherwise the u-boot-master metaport throw an error.
Reported by: dvl
Fixes: ebfb1beaef02d
---
sysutils/u-boot-master/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 6d9405808933..7a6ebf06456d 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -250,8 +250,10 @@ do-install:
.include <bsd.port.options.mk>
+.if defined(FAMILY)
.if ${FAMILY} == qemu && ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200000
BROKEN= Base openssl too old
.endif
+.endif
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list