Lines 15-21
LICENSE= PSFL
Link Here
|
15 |
LIB_DEPENDS= libffi.so:devel/libffi |
15 |
LIB_DEPENDS= libffi.so:devel/libffi |
16 |
|
16 |
|
17 |
USES= compiler:c11 cpe ncurses pathfix pkgconfig \ |
17 |
USES= compiler:c11 cpe ncurses pathfix pkgconfig \ |
18 |
python:${PYTHON_DISTVERSION:R},env readline shebangfix ssl tar:xz |
18 |
python:${PYTHON_DISTVERSION:R},env shebangfix ssl tar:xz |
19 |
PATHFIX_MAKEFILEIN= Makefile.pre.in |
19 |
PATHFIX_MAKEFILEIN= Makefile.pre.in |
20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
Lines 45-53
PLIST_SUB= ABI=${ABIFLAGS} \
Link Here
|
45 |
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 |
45 |
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 |
46 |
|
46 |
|
47 |
OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC |
47 |
OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC |
48 |
OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC |
48 |
OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC READLINE |
49 |
OPTIONS_EXCLUDE_riscv64= LTO |
49 |
OPTIONS_EXCLUDE_riscv64= LTO |
50 |
OPTIONS_EXCLUDE_powerpc64le= LTO |
50 |
OPTIONS_EXCLUDE_powerpc64le= LTO |
|
|
51 |
OPTIONS_SINGLE= EDIT |
52 |
OPTIONS_SINGLE_EDIT= LIBEDIT READLINE |
51 |
OPTIONS_RADIO= HASH |
53 |
OPTIONS_RADIO= HASH |
52 |
OPTIONS_RADIO_HASH= FNV SIPHASH |
54 |
OPTIONS_RADIO_HASH= FNV SIPHASH |
53 |
OPTIONS_SUB= yes |
55 |
OPTIONS_SUB= yes |
Lines 56-61
LIBMPDEC_DESC= Use libmpdec from ports instead of bundled version
Link Here
|
56 |
NLS_DESC= Enable gettext support for the locale module |
58 |
NLS_DESC= Enable gettext support for the locale module |
57 |
PYMALLOC_DESC= Enable specialized mallocs |
59 |
PYMALLOC_DESC= Enable specialized mallocs |
58 |
|
60 |
|
|
|
61 |
EDIT_DESC= Interactive command-line editing |
62 |
|
63 |
LIBEDIT_CONFIGURE_ON= --with-readline=editline |
64 |
LIBEDIT_USES= libedit |
65 |
READLINE_CONFIGURE_ON= --with-readline |
66 |
|
59 |
HASH_DESC= Hash Algorithm (PEP-456) |
67 |
HASH_DESC= Hash Algorithm (PEP-456) |
60 |
FNV_DESC= Modified Fowler-Noll-Vo Algorithm |
68 |
FNV_DESC= Modified Fowler-Noll-Vo Algorithm |
61 |
SIPHASH_DESC= SipHash24 Algorithm |
69 |
SIPHASH_DESC= SipHash24 Algorithm |