pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql55-client



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Apr 18 17:33:51 UTC 2020

Modified Files:
        pkgsrc/databases/mysql55-client: Makefile.common

Log Message:
mysql55: Mark BROKEN, to avoid wasted build time

This neds old (1.0) openssl.  pkgsrc no longer uses that.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/databases/mysql55-client/Makefile.common

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

Modified files:

Index: pkgsrc/databases/mysql55-client/Makefile.common
diff -u pkgsrc/databases/mysql55-client/Makefile.common:1.66 pkgsrc/databases/mysql55-client/Makefile.common:1.67
--- pkgsrc/databases/mysql55-client/Makefile.common:1.66        Sat Nov  2 15:38:02 2019
+++ pkgsrc/databases/mysql55-client/Makefile.common     Sat Apr 18 17:33:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.66 2019/11/02 15:38:02 rillig Exp $
+# $NetBSD: Makefile.common,v 1.67 2020/04/18 17:33:51 gdt Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
@@ -14,6 +14,8 @@ LICENSE=      gnu-gpl-v2
 DISTINFO_FILE?=        ${.CURDIR}/../../databases/mysql55-client/distinfo
 PATCHDIR?=     ${.CURDIR}/../../databases/mysql55-client/patches
 
+BROKEN=                "Requires old openssl (that pkgsrc no longer uses)"
+
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash gmake perl:run



Home | Main Index | Thread Index | Old Index