Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 13:58:33 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 395942b1e221 - main - sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Message-ID:  <202107181358.16IDwXCC016634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=395942b1e221ae6ae056add36a7c39d186b0faa4

commit 395942b1e221ae6ae056add36a7c39d186b0faa4
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-07-18 13:57:12 +0000
Commit:     Emmanuel Vadot <manu@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107181358.16IDwXCC016634>