git: ebfb1beaef02 - main - sysutils/u-boot-qemu-*: Mark broken on 11.4

Emmanuel Vadot manu at FreeBSD.org
Sun Jul 18 12:54:30 UTC 2021


The branch main has been updated by manu:

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

commit ebfb1beaef02df53e8e317f500eb1967e12bc5aa
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-07-18 12:53:27 +0000
Commit:     Emmanuel Vadot <manu at 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>


More information about the dev-commits-ports-all mailing list