Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 12:54:29 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: ebfb1beaef02 - main - sysutils/u-boot-qemu-*: Mark broken on 11.4
Message-ID:  <202107181254.16ICsTep036029@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=ebfb1beaef02df53e8e317f500eb1967e12bc5aa

commit ebfb1beaef02df53e8e317f500eb1967e12bc5aa
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-07-18 12:53:27 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-07-18 12:53:27 +0000

    sysutils/u-boot-qemu-*: Mark broken on 11.4
    
    Base openssl is too old for u-boot-qemu, mark both port as broken.
    
    Reported by:    pkg-fallout
---
 sysutils/u-boot-master/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 48442f118c54..6d9405808933 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -248,4 +248,10 @@ do-install:
 .endfor
 	${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${INST}/README
 
+.include <bsd.port.options.mk>
+
+.if ${FAMILY} == qemu && ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200000
+BROKEN=		Base openssl too old
+.endif
+
 .include <bsd.port.mk>



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