git: e787c6603fcf - main - lang/python31{1,2}: enable LTO on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 15:11:47 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e787c6603fcf894b5d950b50f7768b364892a12a
commit e787c6603fcf894b5d950b50f7768b364892a12a
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-13 15:11:09 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-13 15:11:09 +0000
lang/python31{1,2}: enable LTO on powerpc64le
The crash doesn't happen anymore
---
lang/python311/Makefile | 2 +-
lang/python312/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index fe8415f6d3e9..afd49583ec74 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -1,5 +1,6 @@
PORTNAME= python
DISTVERSION= ${PYTHON_DISTVERSION}
+PORTREVISION= 1
CATEGORIES= lang python
MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//}
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
@@ -47,7 +48,6 @@ PLIST_SUB= ABI=${ABIFLAGS} \
OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC
OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC
OPTIONS_EXCLUDE_riscv64= LTO
-OPTIONS_EXCLUDE_powerpc64le= LTO
OPTIONS_RADIO= HASH
OPTIONS_RADIO_HASH= FNV SIPHASH
OPTIONS_SUB= yes
diff --git a/lang/python312/Makefile b/lang/python312/Makefile
index b733e009dedb..6d061c795dba 100644
--- a/lang/python312/Makefile
+++ b/lang/python312/Makefile
@@ -1,5 +1,6 @@
PORTNAME= python
DISTVERSION= ${PYTHON_DISTVERSION}
+PORTREVISION= 1
CATEGORIES= lang python
MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//}
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
@@ -46,7 +47,6 @@ PLIST_SUB= ABI=${ABIFLAGS} \
OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC
OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC
OPTIONS_EXCLUDE_riscv64= LTO
-OPTIONS_EXCLUDE_powerpc64le= LTO
OPTIONS_RADIO= HASH
OPTIONS_RADIO_HASH= FNV SIPHASH
OPTIONS_SUB= yes