Project

General

Profile

« Previous | Next » 

Revision 0ba64c06

Added by Brad Davis about 2 years ago

Switch exclusively over to Python 3.11

View differences:

tools/conf/pfPorts/make.conf
18 18
ETCDIR=	/var/etc/frr
19 19
.endif
20 20

  
21
DEFAULT_VERSIONS=	php=8.2 ssl=base
21
DEFAULT_VERSIONS=	php=8.2 python=3.11 ssl=base
22 22
PHP_FD_SETSIZE=		3172
23 23

  
24 24
. if ${.CURDIR:N*sysutils/check_reload_status*}==""
25 25
WITH_DEBUG=	yes
26 26
. endif
27 27

  
28
# set which ports use Python 3.11
29
PFSENSE_PYTHON311_PORTS=	dns/unbound \
30
				net/py-maxminddb \
31
				net/pfSense-pkg-pfBlockerNG
32

  
33
.for _PORT in ${PFSENSE_PYTHON311_PORTS}
34
. if ${.CURDIR:M*${_PORT}*}
35
    DEFAULT_VERSIONS+=python=3.11 python3=3.11
36
. endif
37
.endfor
38

  
39 28
# Options for packages
40 29

  
41 30
# databases

Also available in: Unified diff