From owner-svn-ports-all@freebsd.org Thu Nov 16 20:55:29 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 0F5E4DE8EFD; Thu, 16 Nov 2017 20:55:29 +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 CFC216A0CD; Thu, 16 Nov 2017 20:55:28 +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 vAGKtRpk006523; Thu, 16 Nov 2017 20:55:27 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAGKtRva006521; Thu, 16 Nov 2017 20:55:27 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201711162055.vAGKtRva006521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 16 Nov 2017 20:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454339 - in head/science/ecs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/science/ecs: . files X-SVN-Commit-Revision: 454339 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, 16 Nov 2017 20:55:29 -0000 Author: thierry Date: Thu Nov 16 20:55:27 2017 New Revision: 454339 URL: https://svnweb.freebsd.org/changeset/ports/454339 Log: Chase metis-edf's upgrade. Added: head/science/ecs/files/patch-configure (contents, props changed) Modified: head/science/ecs/Makefile Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Thu Nov 16 20:30:44 2017 (r454338) +++ head/science/ecs/Makefile Thu Nov 16 20:55:27 2017 (r454339) @@ -3,7 +3,7 @@ PORTNAME= ecs PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://code-saturne.org/releases/ @@ -55,12 +55,12 @@ MAKE_JOBS_UNSAFE=yes .include -.if exists(${LOCALBASE}/bin/graphchk) +.if exists(${LOCALBASE}/bin/kmetis) # The regular metis is present, so we cannot depend on metis-edf LIB_DEPENDS+= libmetis.so.1:math/metis4 .else # Prefer metis-edf to avoid conflict with Code_Aster -LIB_DEPENDS+= libmetis.so.0:math/metis-edf +LIB_DEPENDS+= libmetis.so.2:math/metis-edf .endif pre-configure: Added: head/science/ecs/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/ecs/files/patch-configure Thu Nov 16 20:55:27 2017 (r454339) @@ -0,0 +1,11 @@ +--- configure.orig 2015-05-05 08:41:58 UTC ++++ configure +@@ -12415,7 +12415,7 @@ have_scotch_header=no + have_scotch=no + + # Common library dependencies for SCOTCH +-ecs_scotch_l0="-lm" ++ecs_scotch_l0="-lm $PTHREAD_LIBS" + ecs_scotch_l1="-lz -lm" + ecs_scotch_l2="-lm -lpthread" + ecs_scotch_l3="-lz -lm -lpthread"