Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 21:10:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481398 - head/science/ncs
Message-ID:  <201810062110.w96LAkhf087652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct  6 21:10:46 2018
New Revision: 481398
URL: https://svnweb.freebsd.org/changeset/ports/481398

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: mpich-3.2.1_1 conflicts with mpich2-1.5_11,5 (installs files into the same place).  Problematic file: /usr/local/bin/mpic++
  
  Reported by:	pkg-fallout

Modified:
  head/science/ncs/Makefile

Modified: head/science/ncs/Makefile
==============================================================================
--- head/science/ncs/Makefile	Sat Oct  6 21:08:15 2018	(r481397)
+++ head/science/ncs/Makefile	Sat Oct  6 21:10:46 2018	(r481398)
@@ -12,6 +12,8 @@ COMMENT=	Code_Saturne Kernel
 
 LICENSE=	GPLv2
 
+BROKEN=		conflicting dependencies
+
 BUILD_DEPENDS=	cs_preprocess:science/ecs
 LIB_DEPENDS=	libbft.so:science/bft \
 		libcgns.so:science/cgnslib \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810062110.w96LAkhf087652>