Unmaintained FreeBSD ports which are out of date

2022-12-16 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: How do I depend on a port regardless of its flavor?

2022-12-16 Thread Mel Pilgrim
On 2022-12-13 19:34, Tatsuki Makino wrote: Mel Pilgrim wrote on 2022/12/12 02:52: But I need to also specify a version spec. However, if I do this: RUN_DEPENDS= foo>=1.2:devel/foo That only works if the default flavor is installed. If one of the non-default flavors is installed, the Ports S

Re: How do I depend on a port regardless of its flavor?

2022-12-16 Thread Tatsuki Makino
Mel Pilgrim wrote on 2022/12/17 06:49: > On 2022-12-13 19:34, Tatsuki Makino wrote: >> RUN_DEPENDS= foo>=1.2:devel/foo@nondefaultflavor > No, that makes the port depend on that specific flavor.  I need to allow any > flavor to be installed. >> The majority of the Python module is like this. > Yes