From 9ed36710901d73b40bd599f50992f0ddc493c8aa Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Thu, 15 Mar 2018 20:53:35 +0100 Subject: [PATCH] TCL: bump, pkgconfig fix, debuginfo, cleanup (#2316) --- .../{tcl-8.5.18.patchset => tcl-8.5.19.patchset} | 0 .../tcl/{tcl-8.5.18.recipe => tcl-8.5.19.recipe} | 16 ++++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) rename dev-lang/tcl/patches/{tcl-8.5.18.patchset => tcl-8.5.19.patchset} (100%) rename dev-lang/tcl/{tcl-8.5.18.recipe => tcl-8.5.19.recipe} (91%) diff --git a/dev-lang/tcl/patches/tcl-8.5.18.patchset b/dev-lang/tcl/patches/tcl-8.5.19.patchset similarity index 100% rename from dev-lang/tcl/patches/tcl-8.5.18.patchset rename to dev-lang/tcl/patches/tcl-8.5.19.patchset diff --git a/dev-lang/tcl/tcl-8.5.18.recipe b/dev-lang/tcl/tcl-8.5.19.recipe similarity index 91% rename from dev-lang/tcl/tcl-8.5.18.recipe rename to dev-lang/tcl/tcl-8.5.19.recipe index 95031c29d..640522549 100644 --- a/dev-lang/tcl/tcl-8.5.18.recipe +++ b/dev-lang/tcl/tcl-8.5.19.recipe @@ -8,9 +8,9 @@ is truly cross platform, easily deployed and highly extensible." HOMEPAGE="http://www.tcl.tk" COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties" LICENSE="BSD (2-clause)" -REVISION="5" +REVISION="1" SOURCE_URI="http://sourceforge.net/projects/tcl/files/Tcl/$portVersion/tcl$portVersion-src.tar.gz" -CHECKSUM_SHA256="032be57a607bdf252135b52fac9e3a7016e526242374ac7637b083ecc4c5d3c9" +CHECKSUM_SHA256="d3f04456da873d17f02efc30734b0300fb6c3b85028d445fe284b83253a6db18" SOURCE_DIR="tcl$portVersion" PATCHES="tcl-$portVersion.patchset" @@ -39,14 +39,17 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" haiku_devel cmd:autoconf - cmd:make - cmd:gcc - cmd:ld cmd:find - cmd:sed + cmd:gcc cmd:grep + cmd:ld + cmd:make + cmd:sed " +defineDebugInfoPackage tcl \ + "$libDir"/libtcl8.5.so + BUILD() { cd unix @@ -68,6 +71,7 @@ INSTALL() ${libDir}/tclConfig.sh prepareInstalledDevelLibs libtclstub8.5 + fixPkgconfig packageEntries devel $developDir ${libDir}/tclConfig.sh }