Daniel Jakots <[email protected]> wrote:

>On Wed, 14 Sep 2016 07:02:11 -0600 (MDT), Dmitrij Czarkoff
><[email protected]> wrote:
>
>> CVSROOT:     /cvs
>> Module name: ports
>> Changes by:  [email protected]        2016/09/14 07:02:11
>> 
>> Modified files:
>>  graphics/scour : Makefile 
>> 
>> Log message:
>> add python3 FLAVOR
>> 
>
>There's a conflict if you try to install the py3 flavor and you already
>have the py2 installed.

They do indeed conflict, and they should.  Having both simultaneously doesn't
make much sense.  Same as with vim.

>Can't install scour-0.35-python3 because of conflicts (scour-0.35)
>
>Also, as the name doesn't begin with "py-" I'm not sure you can add a
>py3 flavor.

As you can see, name of python2 package is "scour-0.35", while name of python3
package is "scour-0.35-python3".  That said, we have at least one port where
both flavored and unflavored packages share the same name:

  $ cd /usr/ports/www/puppetboard 
  $ make show=FLAVORS
  python3
  $ make show=FULLPKGNAME
  puppetboard-0.2.0p0
  $ env FLAVOR=python3 make
  show=FULLPKGNAME
  puppetboard-0.2.0p0

--
Dmitrij D. Czarkoff

Reply via email to