From owner-svn-ports-all@freebsd.org Thu Sep 14 11:24:32 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 27E32E10DB9; Thu, 14 Sep 2017 11:24:32 +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 E9CD06FFAB; Thu, 14 Sep 2017 11:24:31 +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 v8EBOUsf072036; Thu, 14 Sep 2017 11:24:30 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8EBOUNb072035; Thu, 14 Sep 2017 11:24:30 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709141124.v8EBOUNb072035@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:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449833 - head/lang/io X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/io X-SVN-Commit-Revision: 449833 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:24:32 -0000 Author: gahr Date: Thu Sep 14 11:24:30 2017 New Revision: 449833 URL: https://svnweb.freebsd.org/changeset/ports/449833 Log: lang/io: mark as IGNOREd on FreeBSD_11_i386: needs MMX instructions Modified: head/lang/io/Makefile Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Thu Sep 14 11:23:31 2017 (r449832) +++ head/lang/io/Makefile Thu Sep 14 11:24:30 2017 (r449833) @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE BROKEN_armv6= fails to compile: ucontext.h: expected parameter declarator IGNORE_FreeBSD_10_i386= needs SSE instructions +IGNORE_FreeBSD_11_i386= needs MMX instructions USES= cmake:outsource,noninja compiler:c11 ssl