Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 21:58:43 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559259 - in head/science: cgnslib xcrysden
Message-ID:  <202012252158.0BPLwh50072614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Dec 25 21:58:43 2020
New Revision: 559259
URL: https://svnweb.freebsd.org/changeset/ports/559259

Log:
  Register a conflict.

Modified:
  head/science/cgnslib/Makefile
  head/science/xcrysden/Makefile

Modified: head/science/cgnslib/Makefile
==============================================================================
--- head/science/cgnslib/Makefile	Fri Dec 25 20:46:24 2020	(r559258)
+++ head/science/cgnslib/Makefile	Fri Dec 25 21:58:43 2020	(r559259)
@@ -22,6 +22,8 @@ GH_PROJECT=	CGNS
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
 
+CONFLICTS_INSTALL=	xcrysden-1.*	# bin/unitconv
+
 TEST_TARGET=	test
 FFLAGS+=	-std=legacy
 

Modified: head/science/xcrysden/Makefile
==============================================================================
--- head/science/xcrysden/Makefile	Fri Dec 25 20:46:24 2020	(r559258)
+++ head/science/xcrysden/Makefile	Fri Dec 25 21:58:43 2020	(r559259)
@@ -24,6 +24,8 @@ USES=		fortran gl gmake localbase:ldflags tcl tk xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xmu
 
+CONFLICTS_INSTALL=	cgnslib-4.*	# bin/unitconv
+
 MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
 
 CFLAGS+=	-fcommon # notified xcrysden ML on Sep 20, 2020



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