pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openssl
Module Name: pkgsrc
Committed By: js
Date: Sun Oct 5 14:22:44 UTC 2025
Modified Files:
pkgsrc/security/openssl: Makefile
Log Message:
devel/openssl: Use BROKEN_ON_PLATFORM instead of NOT_FOR_PLATFORM
To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 pkgsrc/security/openssl/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/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.314 pkgsrc/security/openssl/Makefile:1.315
--- pkgsrc/security/openssl/Makefile:1.314 Sun Oct 5 02:26:34 2025
+++ pkgsrc/security/openssl/Makefile Sun Oct 5 14:22:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.314 2025/10/05 02:26:34 js Exp $
+# $NetBSD: Makefile,v 1.315 2025/10/05 14:22:44 js Exp $
# Remember to upload-distfiles when updating OpenSSL -- otherwise it
# is not possible for users who have bootstrapped without OpenSSL
@@ -13,7 +13,8 @@ HOMEPAGE= https://www.openssl.org/
COMMENT= Secure Socket Layer and cryptographic library
LICENSE= openssl
-NOT_FOR_PLATFORM= QNX-*-*
+# Upstream removed support for QNX.
+BROKEN_ON_PLATFORM= QNX-*-*
USE_GCC_RUNTIME= yes
Home |
Main Index |
Thread Index |
Old Index