Lines 47-53
Link Here
|
47 |
XYZDOT=${PYTHON_PORTVERSION} ABI=${ABIFLAGS} \ |
47 |
XYZDOT=${PYTHON_PORTVERSION} ABI=${ABIFLAGS} \ |
48 |
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 |
48 |
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 |
49 |
|
49 |
|
50 |
OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC |
50 |
OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS |
51 |
OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS |
51 |
OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS |
52 |
OPTIONS_RADIO= HASH |
52 |
OPTIONS_RADIO= HASH |
53 |
OPTIONS_RADIO_HASH= FNV SIPHASH |
53 |
OPTIONS_RADIO_HASH= FNV SIPHASH |
Lines 56-62
Link Here
|
56 |
LIBFFI_DESC= Use libffi from ports instead of bundled version |
56 |
LIBFFI_DESC= Use libffi from ports instead of bundled version |
57 |
NLS_DESC= Enable gettext support for the locale module |
57 |
NLS_DESC= Enable gettext support for the locale module |
58 |
PYMALLOC_DESC= Enable specialized mallocs |
58 |
PYMALLOC_DESC= Enable specialized mallocs |
59 |
TSC_DESC= Enable processor timestamp counter profiling |
|
|
60 |
|
59 |
|
61 |
HASH_DESC= Hash Algorithm (PEP-456) |
60 |
HASH_DESC= Hash Algorithm (PEP-456) |
62 |
FNV_DESC= Modified Fowler-Noll-Vo Algorithm |
61 |
FNV_DESC= Modified Fowler-Noll-Vo Algorithm |
Lines 85-92
Link Here
|
85 |
THREADS_CONFIGURE_WITH= threads |
84 |
THREADS_CONFIGURE_WITH= threads |
86 |
THREADS_LDFLAGS= -lpthread |
85 |
THREADS_LDFLAGS= -lpthread |
87 |
|
86 |
|
88 |
TSC_CONFIGURE_WITH= tsc |
|
|
89 |
|
90 |
.include "${.CURDIR}/Makefile.version" |
87 |
.include "${.CURDIR}/Makefile.version" |
91 |
.include <bsd.port.options.mk> |
88 |
.include <bsd.port.options.mk> |
92 |
|
89 |
|