FreeBSD Bugzilla – Attachment 172769 Details for
Bug 211261
Mk/Uses/tcl.mk: Fix dependency for USES=tk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch Mk/Uses/tcl.mk to fix stage-qa error
tcl.mk.diff (text/plain), 851 bytes, created by
David Naylor
on 2016-07-21 05:43:26 UTC
(
hide
)
Description:
Patch Mk/Uses/tcl.mk to fix stage-qa error
Filename:
MIME Type:
Creator:
David Naylor
Created:
2016-07-21 05:43:26 UTC
Size:
851 bytes
patch
obsolete
>diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk >index 11fb368..4db96cc 100644 >--- a/Mk/Uses/tcl.mk >+++ b/Mk/Uses/tcl.mk >@@ -184,12 +184,13 @@ _TCLTK_WRAPPER_PORT= wish:x11-toolkits/tk-wrapper > .endif > > # Construct the correct dependency lines (Tcl/Tk) >-. if ${_TCLTK_PORT} == "tcl" >+.if ${_TCLTK_PORT} == "tcl" > _TCLTK_EXE_LINE= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION} > _TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} >-. elif ${_TCLTK_PORT} == "tk" >+.elif ${_TCLTK_PORT} == "tk" > _TCLTK_EXE_LINE= wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION} >-_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} >+_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} \ >+ libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} > .endif > > .if ${tcl_ARGS:Mbuild}
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 211261
: 172769