From owner-svn-ports-all@freebsd.org Thu Jan 25 07:52:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CD5EC754B; Thu, 25 Jan 2018 07:52:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE13B7091B; Thu, 25 Jan 2018 07:52:54 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B91BF1C30; Thu, 25 Jan 2018 07:52:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0P7qsHi086963; Thu, 25 Jan 2018 07:52:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0P7qsh8086962; Thu, 25 Jan 2018 07:52:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801250752.w0P7qsh8086962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Jan 2018 07:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459910 - head/science/mpb X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/science/mpb X-SVN-Commit-Revision: 459910 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.25 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, 25 Jan 2018 07:52:55 -0000 Author: jbeich Date: Thu Jan 25 07:52:54 2018 New Revision: 459910 URL: https://svnweb.freebsd.org/changeset/ports/459910 Log: science/mpb: back out r459622 after base r328286 For a short time LLD_BOOTSTRAP (on amd64) broke many USES=fortran consumers but now that it's fixed the workaround can go away. -CURRENT support in ports is primarily limited to the latest tip, not an arbitrary old version. PR: 225230 Tested by: Rainer Hurling (maintainer) Modified: head/science/mpb/Makefile (contents, props changed) Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Thu Jan 25 06:44:58 2018 (r459909) +++ head/science/mpb/Makefile Thu Jan 25 07:52:54 2018 (r459910) @@ -33,10 +33,6 @@ NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200051 -USE_GCC= yes -.endif - .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= libatlas.so:math/atlas CONFIGURE_ARGS+= --with-lapack=-lalapack