svn commit: r481398 - head/science/ncs

Antoine Brodin antoine at FreeBSD.org
Sat Oct 6 21:10:47 UTC 2018


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 \


More information about the svn-ports-all mailing list