o Update to 1.15.

o Upgrade dependency on tcl/tk to 8.4.

PR:		ports-jp/14620
Submitted by:	Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
This commit is contained in:
Norikatsu Shigemura 2004-04-19 04:54:59 +00:00
parent 7276c1bf60
commit aea3c74358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107522
4 changed files with 15 additions and 11 deletions

View File

@ -6,19 +6,20 @@
#
PORTNAME= tclcl
PORTVERSION= 1.0b11
CATEGORIES= devel tcl83 tk83
MASTER_SITES= http://www.isi.edu/nsnam/dist/
PORTVERSION= 1.15
CATEGORIES= devel tcl84 tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= otcl-tclcl
DISTFILES= tclcl-src-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl/C++ interface used by ns and nam
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
otcl.1:${PORTSDIR}/lang/otcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca
SIZE (tclcl-src-1.0b11.tar.gz) = 130221
MD5 (tclcl-src-1.15.tar.gz) = 0b6403ea9303d776717855eb0828a408
SIZE (tclcl-src-1.15.tar.gz) = 143000

View File

@ -1,10 +1,14 @@
--- Makefile.in.orig Mon Mar 11 15:31:08 2002
+++ Makefile.in Mon Mar 11 15:31:21 2002
@@ -103,7 +103,7 @@
--- 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 = \

View File

@ -1,6 +1,5 @@
bin/otcldoc
bin/tcl2c++
include/Tcl.h
include/idlecallback.h
include/iohandler.h
include/rate-variable.h