mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
tcl: bump version
This commit is contained in:
@@ -1,31 +1,27 @@
|
||||
From 21d2bc6a3e89602abe0d6aa20e285c35cdeacd56 Mon Sep 17 00:00:00 2001
|
||||
From f1281718cfb8a9e92bcc3d03961424043f281735 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Sat, 11 Apr 2020 14:33:00 -0400
|
||||
Subject: [PATCH] import patch from previous version
|
||||
Subject: import patch from previous version
|
||||
|
||||
---
|
||||
tests/env.test | 2 +-
|
||||
unix/tcl.m4 | 10 +++++++++-
|
||||
2 files changed, 10 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tests/env.test b/tests/env.test
|
||||
index e6ce44d..ddee2aa 100644
|
||||
index 036c7a2..ab8fe59 100644
|
||||
--- a/tests/env.test
|
||||
+++ b/tests/env.test
|
||||
@@ -101,7 +101,7 @@ variable keep {
|
||||
TCL_LIBRARY PATH LD_LIBRARY_PATH LIBPATH PURE_PROG_NAME DISPLAY
|
||||
SHLIB_PATH SYSTEMDRIVE SYSTEMROOT DYLD_LIBRARY_PATH DYLD_FRAMEWORK_PATH
|
||||
DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING
|
||||
DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING MSYSTEM
|
||||
- __CF_USER_TEXT_ENCODING SECURITYSESSIONID LANG WINDIR TERM
|
||||
+ __CF_USER_TEXT_ENCODING SECURITYSESSIONID LANG WINDIR TERM LIBRARY_PATH
|
||||
CommonProgramFiles ProgramFiles CommonProgramW6432 ProgramW6432
|
||||
}
|
||||
|
||||
diff --git a/unix/tcl.m4 b/unix/tcl.m4
|
||||
index 0e146e4..297f1ce 100644
|
||||
index 27b7540..1091ee0 100644
|
||||
--- a/unix/tcl.m4
|
||||
+++ b/unix/tcl.m4
|
||||
@@ -656,7 +656,13 @@ AC_DEFUN([SC_ENABLE_THREADS], [
|
||||
@@ -628,7 +628,13 @@ AC_DEFUN([SC_ENABLE_THREADS], [
|
||||
# The space is needed
|
||||
THREADS_LIBS=" -lpthread"
|
||||
else
|
||||
@@ -40,7 +36,7 @@ index 0e146e4..297f1ce 100644
|
||||
tcl_ok=yes, tcl_ok=no)
|
||||
if test "$tcl_ok" = "yes"; then
|
||||
# The space is needed
|
||||
@@ -675,6 +681,7 @@ AC_DEFUN([SC_ENABLE_THREADS], [
|
||||
@@ -647,6 +653,7 @@ AC_DEFUN([SC_ENABLE_THREADS], [
|
||||
AC_MSG_WARN([Don't know how to find pthread lib on your system - you must disable thread support or edit the LIBS in the Makefile...])
|
||||
fi
|
||||
fi
|
||||
@@ -48,7 +44,7 @@ index 0e146e4..297f1ce 100644
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -1269,6 +1276,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
|
||||
@@ -1238,6 +1245,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
|
||||
SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
|
||||
DL_OBJS="tclLoadDl.o"
|
||||
DL_LIBS="-lroot"
|
||||
@@ -57,5 +53,5 @@ index 0e146e4..297f1ce 100644
|
||||
;;
|
||||
HP-UX-*.11.*)
|
||||
--
|
||||
2.24.1
|
||||
2.30.0
|
||||
|
||||
@@ -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, and other parties"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/tcl/files/Tcl/$portVersion/tcl$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/tcl/files/Tcl/$portVersion/tcl$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258"
|
||||
SOURCE_DIR="tcl$portVersion"
|
||||
PATCHES="tcl-$portVersion.patchset"
|
||||
|
||||
Reference in New Issue
Block a user