Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql-cluster databases: Mark packages that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f029c59497c4
branches:  trunk
changeset: 429757:f029c59497c4
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 24 11:27:52 2020 +0000

description:
databases: Mark packages that fail with OpenSSL 1.1 BROKEN

diffstat:

 databases/mysql-cluster/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r fc19df6ba879 -r f029c59497c4 databases/mysql-cluster/Makefile
--- a/databases/mysql-cluster/Makefile  Fri Apr 24 11:23:07 2020 +0000
+++ b/databases/mysql-cluster/Makefile  Fri Apr 24 11:27:52 2020 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 21:47:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/24 11:27:52 nia Exp $
 
 PKGNAME=               ${DISTNAME:S/-gpl//}
 PKGREVISION=           4
 COMMENT=               MySQL Cluster 7.4, a free SQL clustered database
 
+BROKEN=                        "Fails to build with OpenSSL 1.1"
+
 CONFLICTS=             mysql*-{client,server}-[0-9]*
 
 .include "Makefile.common"



Home | Main Index | Thread Index | Old Index