From owner-svn-ports-all@freebsd.org Fri Dec 9 12:40:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EAA6C6A83E; Fri, 9 Dec 2016 12:40:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2867CE8; Fri, 9 Dec 2016 12:40:29 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9CeTQN052784; Fri, 9 Dec 2016 12:40:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9CeTIX052783; Fri, 9 Dec 2016 12:40:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201612091240.uB9CeTIX052783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 9 Dec 2016 12:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428180 - head/ftp/fastdfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 12:40:30 -0000 Author: robak Date: Fri Dec 9 12:40:28 2016 New Revision: 428180 URL: https://svnweb.freebsd.org/changeset/ports/428180 Log: ftp/fastdfs: Add IGNORE for 9.x i386 systems PR: 214953 Submitted by: Daniel Ylitalo (maintainer) Modified: head/ftp/fastdfs/Makefile Modified: head/ftp/fastdfs/Makefile ============================================================================== --- head/ftp/fastdfs/Makefile Fri Dec 9 11:40:59 2016 (r428179) +++ head/ftp/fastdfs/Makefile Fri Dec 9 12:40:28 2016 (r428180) @@ -9,6 +9,8 @@ COMMENT= High performance distributed fi LICENSE= GPLv3 +IGNORE_FreeBSD_9_i386= Does not build properly + LIB_DEPENDS= libfastcommon.so:devel/libfastcommon USES= perl5