svn commit: r428933 - head/security/wpa_supplicant

Joseph Mingrone jrm at FreeBSD.org
Mon Dec 19 15:54:01 UTC 2016


Joseph Mingrone <jrm at FreeBSD.org> writes:

> John Marino <freebsd.contact at marino.st> writes:
>> On 12/19/2016 08:26, Dmitry Marakasov wrote:
>>> 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


>> Since when?  When did it start breaking?
>> Is it super recent?  It's always built for me.

>> What changed?  Are you sure it's not a local issue?

> I just ran poudriere testport for {9,10,11}{i386,amd64} using the default options and they all built successfully.

> http://pkg.awarnach.mathstat.dal.ca/data/latest-per-pkg/wpa_supplicant/2.6/

And then I remembered that I had

DEFAULT_VERSIONS+= ssl=libressl

in /usr/local/etc/poudriere.d/make.conf.

After removing that line, the builds succeeded on 10 and 11, but failed on 9.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 930 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161219/5df5ac10/attachment.sig>


More information about the svn-ports-all mailing list