pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/qca2-ossl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 16 22:11:56 UTC 2025

Modified Files:
        pkgsrc/security/qca2-ossl: Makefile

Log Message:
qca2-ossl: mark as BROKEN

Does not compile against openssl 3, the pkgsrc default version.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/qca2-ossl/Makefile

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

Modified files:

Index: pkgsrc/security/qca2-ossl/Makefile
diff -u pkgsrc/security/qca2-ossl/Makefile:1.46 pkgsrc/security/qca2-ossl/Makefile:1.47
--- pkgsrc/security/qca2-ossl/Makefile:1.46     Sun Aug 25 06:19:13 2024
+++ pkgsrc/security/qca2-ossl/Makefile  Sun Mar 16 22:11:56 2025
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.46 2024/08/25 06:19:13 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/03/16 22:11:56 wiz Exp $
 
 PKGNAME=       qca2-ossl-${DISTNAME:C/.*-//}
 PKGREVISION=   7
 
 COMMENT=       Cross-platform crypto API for QT - OpenSSL plugin
 
+BROKEN=                "Does not compile against openssl 3"
+
 .include "../../security/qca2/Makefile.common"
 
 BUILD_DIRS=    plugins/qca-ossl



Home | Main Index | Thread Index | Old Index