1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update lang/otcl from 1.8 to 1.9 and devel/tclcl from 1.15 to 1.16.

Add a patch to the latter to use Tcl-8.4.10's http2.5 instead of
http2.4, which came with earlier Tcl; correct the patch-aa to use
Tcl-8.4 (like the rest of the port) instead 8.3 in otcldoc.

Submitted by:	pointyhat (the http2.4 vs. http2.5 discrepancy)
This commit is contained in:
Mikhail Teterin 2005-07-03 00:41:01 +00:00
parent 55d90d60de
commit 1b4ce15ea6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138357
8 changed files with 19 additions and 47 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tclcl
PORTVERSION= 1.15
PORTVERSION= 1.16
CATEGORIES= devel tcl84 tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= otcl-tclcl
@ -15,8 +15,8 @@ DISTFILES= tclcl-src-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl/C++ interface used by ns and nam
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
otcl.1:${PORTSDIR}/lang/otcl
LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 \
otcl:${PORTSDIR}/lang/otcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4

View File

@ -1,2 +1,2 @@
MD5 (tclcl-src-1.15.tar.gz) = 0b6403ea9303d776717855eb0828a408
SIZE (tclcl-src-1.15.tar.gz) = 143000
MD5 (tclcl-src-1.16.tar.gz) = 2a25a4736c1bf4ec7f4e6343aa533bc6
SIZE (tclcl-src-1.16.tar.gz) = 203269

View File

@ -0,0 +1,9 @@
--- Makefile.in Wed Jan 19 14:21:21 2005
+++ Makefile.in Sat Jul 2 20:33:28 2005
@@ -110,5 +110,5 @@
TCL_84_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http2.4/http.tcl
+ $(LIBRARY_TCL)/http2.5/http.tcl
TCL_LIBRARY_FILES = \

View File

@ -5,7 +5,7 @@
# the exec restarts using tclsh which in turn ignores
# the command because of this backslash: \
-exec tclsh "$0" "$@"
+exec tclsh8.3 "$0" "$@"
+exec tclsh8.4 "$0" "$@"
#
# otcldoc - a simple script for translating otcl classes into

View File

@ -1,15 +0,0 @@
--- Makefile.in.orig Wed Mar 10 22:31:11 2004
+++ Makefile.in Wed Mar 10 22:34:54 2004
@@ -103,10 +103,10 @@
$(LIBRARY_TCL)/http2.1/http.tcl
TCL_83_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http2.3/http.tcl
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_84_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http/http.tcl
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_LIBRARY_FILES = \
@V_TCL_LIBRARY_FILES@

View File

@ -1,22 +0,0 @@
$FreeBSD$
--- tclcl.h.orig
+++ tclcl.h
@@ -45,7 +45,6 @@
}
#include "tclcl-config.h"
-#include "tclcl-mappings.h"
#include "tracedvar.h"
struct Tk_Window_;
@@ -253,6 +252,8 @@
InstVar* instvar_;
TracedVar* tracedvar_;
};
+
+#include "tclcl-mappings.h"
/*
* johnh xxx: delete this

View File

@ -6,7 +6,7 @@
#
PORTNAME= otcl
PORTVERSION= 1.8
PORTVERSION= 1.9
CATEGORIES= lang tcl84 tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= otcl-tclcl
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= otcl-tclcl
MAINTAINER= ports@FreeBSD.org
COMMENT= MIT Object Tcl
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84
USE_AUTOCONF_VER= 213
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4

View File

@ -1,2 +1,2 @@
MD5 (otcl-1.8.tar.gz) = 88a4b94b3a128867d3fe13b77f3b5496
SIZE (otcl-1.8.tar.gz) = 300954
MD5 (otcl-1.9.tar.gz) = d17331ef65912f43c530c57565f85600
SIZE (otcl-1.9.tar.gz) = 309728