svn commit: r429033 - head/security/wpa_supplicant

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 20 21:41:30 UTC 2016


Author: amdmi3
Date: Tue Dec 20 21:41:28 2016
New Revision: 429033
URL: https://svnweb.freebsd.org/changeset/ports/429033

Log:
  - Unbreak on 10.x+
  
  Reported by:	marino

Modified:
  head/security/wpa_supplicant/Makefile

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Tue Dec 20 21:34:06 2016	(r429032)
+++ head/security/wpa_supplicant/Makefile	Tue Dec 20 21:41:28 2016	(r429033)
@@ -11,7 +11,7 @@ COMMENT=	Supplicant (client) for WPA/802
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/README
 
-BROKEN=		does not build (undefined reference to `get_ie')
+BROKEN_FreeBSD_9=	does not build (error: void value not ignored as it ought to be)
 
 USES=		cpe gmake readline ssl
 BUILD_WRKSRC=	${WRKSRC}/wpa_supplicant


More information about the svn-ports-head mailing list