svn commit: r390928 - head/ftp/vsftpd-ext

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 29 17:37:53 UTC 2015


Author: amdmi3
Date: Mon Jun 29 17:37:52 2015
New Revision: 390928
URL: https://svnweb.freebsd.org/changeset/ports/390928

Log:
  Mark BROKEN on FreeBSD 9.x i386, does not link:
  
  sysutil.o: In function `vsf_sysutil_tzset':
  sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
  sysutil.o: In function `vsf_sysutil_parse_time':
  sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local'
  sysutil.o: In function `vsf_sysutil_sockaddr_in_mask':
  sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local'
  sysutil.o: In function `vsf_sysutil_getpeername':
  sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local'
  sysutil.o: In function `vsf_sysutil_getsockname':
  sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local'
  sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to `__stack_chk_fail_local' follow
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/ftp/vsftpd-ext/Makefile

Modified: head/ftp/vsftpd-ext/Makefile
==============================================================================
--- head/ftp/vsftpd-ext/Makefile	Mon Jun 29 17:21:27 2015	(r390927)
+++ head/ftp/vsftpd-ext/Makefile	Mon Jun 29 17:37:52 2015	(r390928)
@@ -13,6 +13,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	xjflyttp at gmail.com
 COMMENT=	FTP daemon that aims to be "very secure". Extended build
 
+BROKEN_FreeBSD_9_i386=	does not link
+
 LICENSE=	GPLv2
 
 UPSTREAMVERSION=3.0.2


More information about the svn-ports-all mailing list