Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 05:42:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516286 - in head/devel: bazel bazel029
Message-ID:  <201911020542.xA25gZAY048405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov  2 05:42:34 2019
New Revision: 516286
URL: https://svnweb.freebsd.org/changeset/ports/516286

Log:
  devel/bazel and devel/bazel029: Add CONFLICTS_INSTALL
  
  Reported by:	jbeich

Modified:
  head/devel/bazel/Makefile
  head/devel/bazel029/Makefile

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Sat Nov  2 05:33:48 2019	(r516285)
+++ head/devel/bazel/Makefile	Sat Nov  2 05:42:34 2019	(r516286)
@@ -21,6 +21,8 @@ BROKEN_powerpc64=	fails to compile: Action failed to e
 BUILD_DEPENDS=	bash:shells/bash \
 		zip:archivers/zip
 
+CONFLICTS_INSTALL=	bazel029
+
 USES=		python:3.3+ shebangfix zip:infozip
 
 # In bazel, a release is always code-wise identical to the final release candidate.

Modified: head/devel/bazel029/Makefile
==============================================================================
--- head/devel/bazel029/Makefile	Sat Nov  2 05:33:48 2019	(r516285)
+++ head/devel/bazel029/Makefile	Sat Nov  2 05:42:34 2019	(r516286)
@@ -22,6 +22,8 @@ BROKEN_powerpc64=	fails to compile: Action failed to e
 BUILD_DEPENDS=	bash:shells/bash \
 		zip:archivers/zip
 
+CONFLICTS_INSTALL=	bazel
+
 USES=		python:3.3+ shebangfix zip:infozip
 
 # In bazel, a release is always code-wise identical to the final release candidate.



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