Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 17:37:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390928 - head/ftp/vsftpd-ext
Message-ID:  <201506291737.t5THbrx2058925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506291737.t5THbrx2058925>