Re: How do I depend on a python port without caring about flavor

2021-08-19 Thread Tatsuki Makino
Thank you for the reply. However, for the ports listed below... > On 20/08/2021 7:07 am, Tatsuki Makino wrote: >> devel/llvm{-devel,12,11,10,90,80,70} >> databases/rrdtool >> graphics/opencv >> and astro/geographiclib (which IS maintained by me :) ) ... strange things seem to occur. For example

Re: How do I depend on a python port without caring about flavor

2021-08-19 Thread Kubilay Kocak
On 20/08/2021 7:07 am, Tatsuki Makino wrote: I also want to know the official way :) I think the following ports are strange for python. devel/llvm{-devel,12,11,10,90,80,70} databases/rrdtool graphics/opencv and astro/geographiclib (which are maintained by me :) ) They do not seem to be able t

Re: How do I depend on a python port without caring about flavor

2021-08-19 Thread Mel Pilgrim
On 2021-08-19 0:28, Mel Pilgrim wrote: I need to add a dependency to a port, but the dependency uses python. My port doesn't use python itself, it just needs a python-using pkg installed.  But when I try to depend on that package with a line like this: RUN_DEPENDS+= py-certbot>=0:security/py-c

Re: How do I depend on a python port without caring about flavor

2021-08-19 Thread Tatsuki Makino
I also want to know the official way :) I think the following ports are strange for python. devel/llvm{-devel,12,11,10,90,80,70} databases/rrdtool graphics/opencv and astro/geographiclib (which are maintained by me :) ) They do not seem to be able to support non-default versions of python. So th