svn commit: r390559 - head/ftp/vsftpd-ext
John Marino
freebsd.contact at marino.st
Thu Jun 25 12:09:50 UTC 2015
On 6/25/2015 14:03, Dmitry Marakasov wrote:
> * John Marino (freebsd.contact at marino.st) wrote:
>
>>> Author: amdmi3
>>> Date: Thu Jun 25 11:34:13 2015
>>> New Revision: 390559
>>> URL: https://svnweb.freebsd.org/changeset/ports/390559
>>>
>>> Log:
>>> - Mark BROKEN on 9.x i386:
>>>
>>> sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
>>>
>>> Approved by: portmgr blanket
>>> Reported by: pkg-fallout
>>>
>>> Modified:
>>> head/ftp/vsftpd-ext/Makefile
>>>
>>> Modified: head/ftp/vsftpd-ext/Makefile
>>> ==============================================================================
>>> --- head/ftp/vsftpd-ext/Makefile Thu Jun 25 11:19:54 2015 (r390558)
>>> +++ head/ftp/vsftpd-ext/Makefile Thu Jun 25 11:34:13 2015 (r390559)
>>> @@ -42,6 +42,9 @@ CONFLICTS= vsftpd-3* vsftpd${SSL_SUFFIX}
>>> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001
>>> BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33
>>> CC= clang33
>>> +.if ${ARCH} == i386
>>> +BROKEN= does not build on 9.x i386
>>> +.endif
>>> .endif
>>
>> Should that be "BROKEN_FreeBSD_9" ?
>
> No, as the patch says, it only affects i386.
sorry, I was not clear enough.
I meant:
.if ${ARCH} == i386
BROKEN_FreeBSD-9= does not build on 9.x i386
.endif
But it's academic. The BROKEN is encapsulated by ".if ${OPSYS} ==
FreeBSD && ${OSVERSION} < 902001" so it makes no difference.
My bad, I didn't see the lines above.
John
More information about the svn-ports-all
mailing list