svn commit: r516286 - in head/devel: bazel bazel029

Yuri Victorovich yuri at FreeBSD.org
Sat Nov 2 05:42:35 UTC 2019


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.


More information about the svn-ports-head mailing list