From owner-svn-ports-all@freebsd.org Thu Sep 14 11:21:27 2017 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 B75CDE10B4F; Thu, 14 Sep 2017 11:21:27 +0000 (UTC) (envelope-from gahr@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 849F26FB9A; Thu, 14 Sep 2017 11:21:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8EBLQka070271; Thu, 14 Sep 2017 11:21:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8EBLQMV070270; Thu, 14 Sep 2017 11:21:26 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709141121.v8EBLQMV070270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 14 Sep 2017 11:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449831 - head/lang/io X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/io X-SVN-Commit-Revision: 449831 X-SVN-Commit-Repository: ports 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: Thu, 14 Sep 2017 11:21:27 -0000 Author: gahr Date: Thu Sep 14 11:21:26 2017 New Revision: 449831 URL: https://svnweb.freebsd.org/changeset/ports/449831 Log: lang/io: mark as IGNOREd on FreeBSD_10_i386: needs SSE instructions Modified: head/lang/io/Makefile Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Thu Sep 14 11:17:52 2017 (r449830) +++ head/lang/io/Makefile Thu Sep 14 11:21:26 2017 (r449831) @@ -11,6 +11,7 @@ COMMENT= Small prototype-based programming language LICENSE= BSD3CLAUSE BROKEN_armv6= fails to compile: ucontext.h: expected parameter declarator +IGNORE_FreeBSD_10_i386= needs SSE instructions USES= cmake:outsource,noninja compiler:c11 ssl