14e059e1ea
8.6.8: [array names -regexp] supports backrefs Fix gcc build failures due to #pragma placement (bug)[b50fb2] exec redir append stdout and stderr to file (bug)[2a9465] http state 100 continue handling broken (bug)[0e4d88] replace command, delete trace kills namespace (bug)[1a5655] [info * methods] includes mixins tzdata updated to Olson's tzdata2017c (bug)[fc1409] segfault in method cloning, oo-15.15 (bug)[6f2f83] More robust [load] for ReactOS (bug)[3298012] Stop crash when hash tables overflow 32 bits (bug)[5d6de6] Close failing case of [package prefer stable] (bug)[fab924] Fix misleading [load] message on Windows (bug)[4f6a1e] Crash when ensemble map and list are same (bug)[ce3a21] file normalize failure when tail is empty (new)[TIP 477] nmake build system reform (bug)[586e71] EvalObjv exception handling at level 0
32 lines
801 B
Makefile
32 lines
801 B
Makefile
# $NetBSD: buildlink3.mk,v 1.30 2018/02/03 17:51:19 adam Exp $
|
|
|
|
BUILDLINK_TREE+= tcl
|
|
|
|
.if !defined(TCL_BUILDLINK3_MK)
|
|
TCL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tcl+= tcl>=8.5.7
|
|
BUILDLINK_ABI_DEPENDS.tcl+= tcl>=8.6.1nb1
|
|
BUILDLINK_PKGSRCDIR.tcl?= ../../lang/tcl
|
|
|
|
BUILDLINK_FILES.tcl+= bin/tclsh*
|
|
#
|
|
# Make "-ltcl" and "-ltcl8.6" resolve into "-ltcl86", so that we don't
|
|
# need to patch so many Makefiles.
|
|
#
|
|
BUILDLINK_TRANSFORM+= l:tcl:tcl86
|
|
BUILDLINK_TRANSFORM+= l:tcl8.6:tcl86
|
|
|
|
_TOOLS_USE_PKGSRC.tclsh= yes
|
|
|
|
TCLCONFIG_SH?= ${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
|
|
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
|
|
# Bundled library
|
|
ITCL_VERSION= 4.1.1
|
|
TDBC_VERSION= 1.0.6
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.endif # TCL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tcl
|