mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to Tcl/Tk version 8.2.
This commit is contained in:
parent
23f2c1a9b2
commit
8bcb5d16e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23493
@ -7,21 +7,21 @@
|
||||
#
|
||||
|
||||
DISTNAME= tkrat-1.2
|
||||
CATEGORIES= mail tk80
|
||||
CATEGORIES= mail tk82
|
||||
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
|
||||
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
|
||||
|
||||
MAINTAINER= appleseed@his.com
|
||||
|
||||
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
|
||||
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \
|
||||
tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
|
||||
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
||||
tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
|
||||
c-client4.5:${PORTSDIR}/mail/imap-uw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \
|
||||
--with-tk-config=${PREFIX}/lib/tk8.0
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
|
||||
--with-tk-config=${PREFIX}/lib/tk8.2
|
||||
|
||||
DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \
|
||||
doc/userproc.example
|
||||
|
@ -1,11 +1,22 @@
|
||||
--- configure.back Sat May 16 13:48:48 1998
|
||||
+++ configure Sat May 16 14:27:13 1998
|
||||
--- configure.orig Tue Jan 13 14:42:59 1998
|
||||
+++ configure Sun Nov 28 21:15:24 1999
|
||||
@@ -875,8 +875,8 @@
|
||||
test -n "$AWK" && break
|
||||
done
|
||||
|
||||
-# Extract the first word of "tclsh8.0", so it can be a program name with args.
|
||||
-set dummy tclsh8.0; ac_word=$2
|
||||
+# Extract the first word of "tclsh8.2", so it can be a program name with args.
|
||||
+set dummy tclsh8.2; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:882: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_tclsh'+set}'`\" = set"; then
|
||||
@@ -1994,7 +1994,7 @@
|
||||
for i in $tcl_dirs ; do
|
||||
tcl_include_dirs="$tcl_include_dirs $i/include"
|
||||
done
|
||||
-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
|
||||
+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include"
|
||||
+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include"
|
||||
tcl_dir=0
|
||||
for i in $tcl_include_dirs ; do
|
||||
if test -r $i/tcl.h ; then
|
||||
|
@ -7,21 +7,21 @@
|
||||
#
|
||||
|
||||
DISTNAME= tkrat-1.2
|
||||
CATEGORIES= mail tk80
|
||||
CATEGORIES= mail tk82
|
||||
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
|
||||
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
|
||||
|
||||
MAINTAINER= appleseed@his.com
|
||||
|
||||
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
|
||||
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \
|
||||
tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
|
||||
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
||||
tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
|
||||
c-client4.5:${PORTSDIR}/mail/imap-uw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \
|
||||
--with-tk-config=${PREFIX}/lib/tk8.0
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
|
||||
--with-tk-config=${PREFIX}/lib/tk8.2
|
||||
|
||||
DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \
|
||||
doc/userproc.example
|
||||
|
@ -1,11 +1,22 @@
|
||||
--- configure.back Sat May 16 13:48:48 1998
|
||||
+++ configure Sat May 16 14:27:13 1998
|
||||
--- configure.orig Tue Jan 13 14:42:59 1998
|
||||
+++ configure Sun Nov 28 21:15:24 1999
|
||||
@@ -875,8 +875,8 @@
|
||||
test -n "$AWK" && break
|
||||
done
|
||||
|
||||
-# Extract the first word of "tclsh8.0", so it can be a program name with args.
|
||||
-set dummy tclsh8.0; ac_word=$2
|
||||
+# Extract the first word of "tclsh8.2", so it can be a program name with args.
|
||||
+set dummy tclsh8.2; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:882: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_tclsh'+set}'`\" = set"; then
|
||||
@@ -1994,7 +1994,7 @@
|
||||
for i in $tcl_dirs ; do
|
||||
tcl_include_dirs="$tcl_include_dirs $i/include"
|
||||
done
|
||||
-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
|
||||
+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include"
|
||||
+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include"
|
||||
tcl_dir=0
|
||||
for i in $tcl_include_dirs ; do
|
||||
if test -r $i/tcl.h ; then
|
||||
|
Loading…
Reference in New Issue
Block a user