Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 07:19:52 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452693 - head/net/cppzmq
Message-ID:  <201710230719.v9N7JqrM012175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Mon Oct 23 07:19:52 2017
New Revision: 452693
URL: https://svnweb.freebsd.org/changeset/ports/452693

Log:
  net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/
  
  CONFLICTS_INSTALL is more precise (it can be built and packaged
  concurrently, just not installed concurrently).
  
  Reported by:	koobs@

Modified:
  head/net/cppzmq/Makefile

Modified: head/net/cppzmq/Makefile
==============================================================================
--- head/net/cppzmq/Makefile	Mon Oct 23 06:49:03 2017	(r452692)
+++ head/net/cppzmq/Makefile	Mon Oct 23 07:19:52 2017	(r452693)
@@ -16,7 +16,7 @@ USES=		cmake pkgconfig
 CMAKE_ARGS=	--no-warn-unused-cli -Wno-dev
 
 # cppzmq is included in libzmq2
-CONFLICTS=	libzmq2
+CONFLICTS_INSTALL=	libzmq2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	zeromq



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