svn commit: r428933 - head/security/wpa_supplicant

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 14:26:50 UTC 2016


Author: amdmi3
Date: Mon Dec 19 14:26:48 2016
New Revision: 428933
URL: https://svnweb.freebsd.org/changeset/ports/428933

Log:
  - Mark BROKEN: does not build (undefined reference to `get_ie')

Modified:
  head/security/wpa_supplicant/Makefile

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Mon Dec 19 13:39:36 2016	(r428932)
+++ head/security/wpa_supplicant/Makefile	Mon Dec 19 14:26:48 2016	(r428933)
@@ -11,6 +11,8 @@ COMMENT=	Supplicant (client) for WPA/802
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/README
 
+BROKEN=		does not build (undefined reference to `get_ie')
+
 USES=		cpe gmake readline ssl
 BUILD_WRKSRC=	${WRKSRC}/wpa_supplicant
 INSTALL_WRKSRC=	${WRKSRC}/src


More information about the svn-ports-head mailing list