From owner-svn-ports-all@freebsd.org Tue Sep 27 20:32:55 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 4C32CBEBAC2; Tue, 27 Sep 2016 20:32:55 +0000 (UTC) (envelope-from thierry@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 1C680AE1; Tue, 27 Sep 2016 20:32:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8RKWsia080968; Tue, 27 Sep 2016 20:32:54 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8RKWs1r080967; Tue, 27 Sep 2016 20:32:54 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201609272032.u8RKWs1r080967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 27 Sep 2016 20:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422828 - head/cad/gmsh 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: Tue, 27 Sep 2016 20:32:55 -0000 Author: thierry Date: Tue Sep 27 20:32:54 2016 New Revision: 422828 URL: https://svnweb.freebsd.org/changeset/ports/422828 Log: Mark cad/gmsh-occ BROKEN for -CURRENT / i386. See PR 213008. Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Tue Sep 27 19:49:31 2016 (r422827) +++ head/cad/gmsh/Makefile Tue Sep 27 20:32:54 2016 (r422828) @@ -93,6 +93,12 @@ IGNORE= METIS must be set if TAUCS is s IGNORE= the license for Metis requires that its documentation is included .endif +.if ${PORT_OPTIONS:MOCC} +. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 +BROKEN_i386= Bad machine code: Using an undefined physical register +. endif +.endif + # TODO # Dependencies against PythonLibs, swig and petsc are found and registered if installed # => add knobs to handle them.