mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Reset maintainer (vsevolod@)
- Remove USE_REINPLACE [1] - Reformat comment for easy reading on 80 column terminals PR: ports/96600 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
parent
3aa11b89e0
commit
d75db85784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161127
@ -7,7 +7,7 @@
|
||||
.if !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
|
||||
|
||||
Tcl_Pre_Include= bsd.tcl.mk
|
||||
Tcl_Include_MAINTAINER= vsevolod@FreeBSD.org
|
||||
Tcl_Include_MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
# USE_TCL: Depend on tcl to run. In case of incompatible APIs of different
|
||||
# TCL versions the version can be specified directly. If version
|
||||
@ -33,15 +33,13 @@ Tcl_Include_MAINTAINER= vsevolod@FreeBSD.org
|
||||
#
|
||||
# WISH: Path to wish executable respecting tk version
|
||||
##
|
||||
# PATCH_TCL_SCRIPTS: List of tcl scripts that need to be patched to replace tclsh
|
||||
# calls to tclsh${TK_VER} calls. Note that this implies USE_REINPLACE
|
||||
# as REINPLACE_CMD is used for patching. Also note that post-patch
|
||||
# target is used.
|
||||
# PATCH_TCL_SCRIPTS: List of tcl scripts that need to be patched to replace
|
||||
# tclsh calls with tclsh${TK_VER} calls. Also note that
|
||||
# post-patch target is used.
|
||||
#
|
||||
# PATCH_TK_SCRIPTS: List of tcl scripts that need to be patched to replace wish
|
||||
# calls to wish${TK_VER} calls. Note that this implies USE_REINPLACE
|
||||
# as REINPLACE_CMD is used for patching. Also note that post-patch
|
||||
# target is used.
|
||||
# PATCH_TK_SCRIPTS: List of tcl scripts that need to be patched to replace
|
||||
# wish calls with wish${TK_VER} calls. Also note that
|
||||
# post-patch target is used.
|
||||
|
||||
.if defined(USE_TCL) || defined(USE_TCL_BUILD)
|
||||
|
||||
@ -116,10 +114,6 @@ IGNORE= Unknown TK version specified: ${USE_TK}
|
||||
.endif
|
||||
.endif # defined(USE_TK)
|
||||
|
||||
.if defined(PATCH_TCL_SCRIPTS) || defined (PATCH_TK_SCRIPTS)
|
||||
USE_REINPLACE= yes
|
||||
.endif
|
||||
|
||||
.endif # !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
|
||||
|
||||
.if defined(_POSTMKINCLUDED) && !defined(Tcl_Post_Include)
|
||||
|
Loading…
Reference in New Issue
Block a user