[Bug 263819] [NEW PORT] devel/fungw: function gateway

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Jun 2022 12:05:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263819

--- Comment #4 from Robert Clausecker <fuz@fuz.su> ---
(In reply to Li-Wen Hsu from comment #3)

> How about a more descriptive comment? How about something like "C Function gateway for different programming languages" ?

You can change it to that when you commit if you like, but I think it might be
too long for the COMMENT field.

>  Since we have `PYTHON3_USES=python`, how about just name the option PYTHON3 as PYTHON? As now python3 is the default anyway

PYTHON and PYTHON3 are pre-defined options from bsd.options.desc.mk.  The port
has both Python 2 and Python 3 binding support, but due to the deprecation of
Python 2, I had only implemented the Python 3 binding.  That also explains the
python(2) comment as the binding is just called “python” but refers to Python
2.  So naming the option PYTHON3 makes clear that Python 3 support is meant.

-- 
You are receiving this mail because:
You are the assignee for the bug.