svn commit: r569097 - in head: net/hostapd-devel security/wpa_supplicant-devel
Cy Schubert
cy at FreeBSD.org
Wed Mar 24 08:59:22 UTC 2021
Author: cy
Date: Wed Mar 24 08:59:20 2021
New Revision: 569097
URL: https://svnweb.freebsd.org/changeset/ports/569097
Log:
hostapd-devel, wpa_supplicant-devel do not support openssl 1.0.2.
Modified:
head/net/hostapd-devel/Makefile (contents, props changed)
head/security/wpa_supplicant-devel/Makefile (contents, props changed)
Modified: head/net/hostapd-devel/Makefile
==============================================================================
--- head/net/hostapd-devel/Makefile Wed Mar 24 08:23:17 2021 (r569096)
+++ head/net/hostapd-devel/Makefile Wed Mar 24 08:59:20 2021 (r569097)
@@ -15,6 +15,8 @@ GH_PROJECT= hostap
GH_TAGNAME= 37306a004
COMMIT_DATE= 2021.03.21
+BROKEN_FreeBSD_11= Does not support OpenSSL 1.0.2
+
LICENSE= BSD3CLAUSE
USES= cpe gmake ssl
Modified: head/security/wpa_supplicant-devel/Makefile
==============================================================================
--- head/security/wpa_supplicant-devel/Makefile Wed Mar 24 08:23:17 2021 (r569096)
+++ head/security/wpa_supplicant-devel/Makefile Wed Mar 24 08:59:20 2021 (r569097)
@@ -14,6 +14,8 @@ GH_PROJECT= hostap
GH_TAGNAME= 37306a004
COMMIT_DATE= 2021.03.21
+BROKEN_FreeBSD_11= Does not support OpenSSL 1.0.2
+
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/README
More information about the svn-ports-all
mailing list