From owner-svn-ports-head@freebsd.org Sun May 6 08:16:18 2018 Return-Path: Delivered-To: svn-ports-head@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 AFA4CFAEA07; Sun, 6 May 2018 08:16:18 +0000 (UTC) (envelope-from thierry@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 5666670C49; Sun, 6 May 2018 08:16:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 371761F54; Sun, 6 May 2018 08:16:18 +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 w468GIN6010689; Sun, 6 May 2018 08:16:18 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w468GHU8010687; Sun, 6 May 2018 08:16:17 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805060816.w468GHU8010687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 6 May 2018 08:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469182 - in head: french/aster math/mumps-edf X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head: french/aster math/mumps-edf X-SVN-Commit-Revision: 469182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 08:16:19 -0000 Author: thierry Date: Sun May 6 08:16:17 2018 New Revision: 469182 URL: https://svnweb.freebsd.org/changeset/ports/469182 Log: Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on math/metis. Because math/metis and math/metis-edf are conflicting, this means that the ports which depend on SuiteSparse and on metis-edf became BROKEN. To solve this problem, this revison switches from metis-edf to the regular metis. Modified: head/french/aster/Makefile head/math/mumps-edf/Makefile Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Sun May 6 08:15:59 2018 (r469181) +++ head/french/aster/Makefile Sun May 6 08:16:17 2018 (r469182) @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad CATEGORIES= french cad @@ -12,7 +12,7 @@ COMMENT= Code_Aster finite element method solver LICENSE= GPLv2 -BROKEN= conflicting dependencies +BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) #----------------------------------------------------------------------- # You may define these options: @@ -37,13 +37,12 @@ BROKEN= conflicting dependencies BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ ${LOCALBASE}/lib/libscotch.a:cad/scotch \ - ${LOCALBASE}/lib/libGKlib.a:math/metis-edf \ pylupdate4:textproc/py-qt4-xml \ gnproc:sysutils/coreutils \ bash:shells/bash \ ${PYNUMPY} LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 \ - libmetis.so.2:math/metis-edf \ + libmetis.so:math/metis \ libomp.so:devel/openmp \ libmed.so:french/med # libAsterInterface.so:science/mfront @@ -51,8 +50,6 @@ LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 \ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gnuplot>0:math/py-gnuplot@${PY_FLAVOR} \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ astk-serveur>0:cad/astk-serveur - -BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) USES= bison fortran gettext python:2.7 tk USE_BINUTILS= yes Modified: head/math/mumps-edf/Makefile ============================================================================== --- head/math/mumps-edf/Makefile Sun May 6 08:15:59 2018 (r469181) +++ head/math/mumps-edf/Makefile Sun May 6 08:16:17 2018 (r469182) @@ -3,7 +3,7 @@ PORTNAME= mumps DISTVERSION= 5.1.1-aster2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMESUFFIX= -edf @@ -15,10 +15,9 @@ LICENSE_NAME= CeCILL-C LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${LOCALBASE}/lib/libGKlib.a:math/metis-edf LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ - libmetis.so:math/metis-edf + libmetis.so:math/metis USES= fortran