FreeBSD Bugzilla – Attachment 248352 Details for
Bug 274099
lang/python27 fails to compile on 14.0-BETA2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
properly deal with the SSL_DEFAULT variations.
openssl.diff (text/plain), 920 bytes, created by
Hiroo Ono
on 2024-02-11 11:08:21 UTC
(
hide
)
Description:
properly deal with the SSL_DEFAULT variations.
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2024-02-11 11:08:21 UTC
Size:
920 bytes
patch
obsolete
>diff --git a/lang/python27/Makefile b/lang/python27/Makefile >index 44c4fa1ed2..500d18b3a8 100644 >--- a/lang/python27/Makefile >+++ b/lang/python27/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= python > DISTVERSION= ${PYTHON_DISTVERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang python > MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} > PKGNAMESUFFIX= 27 >@@ -121,7 +121,9 @@ post-patch: > # openssl/opensslv.h so setup.py just detects the string as 00000000 > # However care should be taken for the OSVERSION. If OpenSSL 3.0.9 > # lands later the OSVERSION string should be fixed accordingly >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && (${SSL_DEFAULT} == base || ${SSL_DEFAULT:Mopenssl3*} ) >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && \ >+ (${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl || \ >+ ${SSL_DEFAULT:Mopenssl3*} ) > @${REINPLACE_CMD} -e 's|00907000|00000000|' \ > ${WRKSRC}/setup.py > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274099
:
245247
|
245249
|
245256
| 248352