pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql-cluster



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 24 11:27:52 UTC 2020

Modified Files:
        pkgsrc/databases/mysql-cluster: Makefile

Log Message:
databases: Mark packages that fail with OpenSSL 1.1 BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/mysql-cluster/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql-cluster/Makefile
diff -u pkgsrc/databases/mysql-cluster/Makefile:1.17 pkgsrc/databases/mysql-cluster/Makefile:1.18
--- pkgsrc/databases/mysql-cluster/Makefile:1.17        Sat Jan 18 21:47:59 2020
+++ pkgsrc/databases/mysql-cluster/Makefile     Fri Apr 24 11:27:52 2020
@@ -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