FreeBSD Bugzilla – Attachment 196259 Details for
Bug 230675
editors/vim: Python 3.7 is not listed in the src-auto-configure patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Sub in the correct python binary name
vim-py3.patch (text/plain), 1.24 KB, created by
Adam Weinberger
on 2018-08-16 19:42:26 UTC
(
hide
)
Description:
Sub in the correct python binary name
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2018-08-16 19:42:26 UTC
Size:
1.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 477348) >+++ Makefile (working copy) >@@ -181,6 +181,9 @@ > @${REINPLACE_CMD} -e '/$$LUA_LIBS/ s|^|LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}";|' ${WRKSRC}/src/auto/configure > @${REINPLACE_CMD} -e '/LUA_CFLAGS=/s|".*"|"-I${LUA_INCDIR}"|' ${WRKSRC}/src/auto/configure > >+post-patch-PYTHON3-on: >+ @${REINPLACE_CMD} -e 's|\(for ac_prog in\) python3.*|\1 ${PYTHON_VERSION}|' ${WRKSRC}/src/auto/configure >+ > post-patch-XTERM_SAVE-on: > @${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h > >Index: files/patch-src-auto-configure >=================================================================== >--- files/patch-src-auto-configure (revision 477348) >+++ files/patch-src-auto-configure (working copy) >@@ -55,12 +55,3 @@ > do > # Extract the first word of "$ac_prog", so it can be a program name with args. > set dummy $ac_prog; ac_word=$2 >-@@ -6580,7 +6581,7 @@ fi >- >- >- if test "X$vi_cv_path_python3" = "X"; then >-- for ac_prog in python3 python >-+ for ac_prog in python3.6 python3.5 python3.4 >- do >- # Extract the first word of "$ac_prog", so it can be a program name with args. >- set dummy $ac_prog; ac_word=$2
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 230675
:
196258
| 196259