From owner-svn-ports-head@freebsd.org Wed Mar 22 19:37:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9A07D18A70; Wed, 22 Mar 2017 19:37:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCABB1CAF; Wed, 22 Mar 2017 19:37:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2034B21D; Wed, 22 Mar 2017 19:37:48 +0000 (UTC) To: araujo@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436690 - in head/lang: . cython cython3 In-Reply-To: <201703221151.v2MBpA6k081486@repo.freebsd.org> Message-Id: <20170322193748.2034B21D@freefall.freebsd.org> Date: Wed, 22 Mar 2017 19:37:48 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 19:37:49 -0000 Marcelo Araujo writes: > Author: araujo > Date: Wed Mar 22 11:51:10 2017 > New Revision: 436690 > URL: https://svnweb.freebsd.org/changeset/ports/436690 > > Log: > Create a python3 version of lang/cython. [...] > -USES= python > +USES?= python [...] > +USES= python:3.3+ This is not enough to make both ports co-exist, see https://reviews.freebsd.org/D5845 $ make install ===> Registering installation for cython3-0.25.2 Installing cython3-0.25.2... pkg-static: cython3-0.25.2 conflicts with cython-0.25.2 (installs files into the same place). Problematic file: /usr/local/bin/cygdb *** Error code 70