Dirk Meyer
18bc73fe5b
Change Installion of tclConfig.sh
...
Fixes a problem with deskutils/ical
that assumes the macro TCL_LIB_FILE
can be accessed in quoutes.
Reduced some dynamic expansions on the way.
-TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
+TCL_LIB_FILE='libtcl83.so.1'
-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
+TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'
-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
+TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
2001-11-01 21:29:20 +00:00
David E. O'Brien
c30f9a8326
Explicitly set the LATEST_LINK -- right now this port and tcl82 are
...
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-( So lets fix the race condition. I hope the tcl port
maintainers will think thru this problem and its interaction with the tk
ports.
2001-10-31 23:00:29 +00:00
Dirk Meyer
087a403024
Update to tcl 8.3.4
...
More encodings are inculded into the release
2001-10-21 03:13:44 +00:00
Dirk Meyer
db2cbd7315
- Fix Content of LD_SEARCH_FLAGS
...
- make FreeBSD-* switch in confugure work as intendend
- add a patch to make manual autoconf work
- PORTREVISION bumped
PR: 28726
2001-08-14 08:01:45 +00:00
Dirk Meyer
385c248462
change MAINTAINER to FreeBSD.org address
2001-06-24 04:28:57 +00:00
Dirk Meyer
6a728486d9
- Added new file koi8-u.enc
...
- Fix Installation of new file
- PORTREVISTION bumped
The last item is the koi8-u.enc itself, suitable, I hope, for addition
to the next release of TCL.
koi8-u is not very different from koi8-r. See
http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt
Submitted by: mi@misha.privatelabs.com (Mikhail Teterin)
2001-06-15 04:23:59 +00:00
Dirk Meyer
a679ab2be7
- Fix creation of tmpfiles, previous version cause tcl to fail.
...
PR: roam@FreeBSD.org
Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
2001-05-10 20:13:56 +00:00
Dirk Meyer
cb3ed2d00e
- patch to use mkstemp instead of tmpnam
...
Submitted by: mi@aldan.algebra.com (Mikhail Teterin)
2001-05-07 18:37:02 +00:00
Dmitry Sivachenko
026ec74357
Add one missing manpage.
2001-04-17 10:44:48 +00:00
Dirk Meyer
c139752201
Update tcl/tk to 8.3.3
...
- Changes in installion of includes, so it keep compaible
to previous patchlevel
- took maintainership
2001-04-13 20:31:09 +00:00
Jing-Tang Keith Jang
39c9608b66
Upgrade to 8.3.2.
...
PR: ports/25371
2001-03-08 05:05:10 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Will Andrews
60f2b6b7a8
Goodbye, YEAR2000. Hello, 2001.
...
Approved by: asami
2001-01-01 10:15:16 +00:00
Satoshi Asami
2e1f2df0ef
Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.
2000-10-08 03:00:49 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00
Tim Vanderhoek
8d4fc29a87
Be aware of otclsh and tclsh8.1_r
2000-05-31 18:31:17 +00:00
Tim Vanderhoek
29870c686d
PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from
...
${PKGDIR} if DEINSTALL.tclsh exists there.
Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter
two technically don't need it since they depend on another library
which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing
them anyways as a defensive measure.
2000-05-31 18:17:39 +00:00
Tim Vanderhoek
b766e9ce16
Let the user know about itcl installations, too.
2000-05-31 17:45:53 +00:00
Tim Vanderhoek
7ab809f56b
Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.
2000-05-31 17:41:14 +00:00
Maxim Sobolev
c9a43daeb1
The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is different
...
from files/md5.
PR: 18758
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
2000-05-23 07:03:29 +00:00
Justin M. Seger
dc760c72ef
Upgrade to tcl-8.3.1 w/ plus patch
2000-05-10 21:26:51 +00:00
Justin M. Seger
c51ba4999d
Add plus patch
2000-05-01 14:39:54 +00:00
Justin M. Seger
c4b9a18200
Upgrade to tcl-8.3.0
2000-04-24 19:48:55 +00:00
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
Justin M. Seger
30593878f3
Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1
2000-01-05 18:33:13 +00:00
Justin M. Seger
fa786a57ac
Upgrade to tcl 8.2.3
2000-01-05 07:11:54 +00:00
Steve Price
9a20ef173c
Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh
...
from the 8.0.x version of these ports, we are now one step closer to
finally being rid of them.
1999-12-27 15:55:07 +00:00
Justin M. Seger
fecf0e1ad1
Upgrade to tcl-8.2.2
1999-11-21 20:54:58 +00:00
Justin M. Seger
b88f9d4cef
Upgrade repository copies to tcl/tk 8.2
1999-09-05 16:32:10 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
f0f690adc1
Change Id->FreeBSD.
1999-08-25 06:35:40 +00:00
Justin M. Seger
7eeb883e33
Upgrade to tcl-8.1.1 and tk-8.1.1
1999-08-24 01:58:13 +00:00
Tim Vanderhoek
dd9ff05a6a
Commit #3/4 to enforce caps, no period.
...
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
1999-06-26 19:12:45 +00:00
Justin M. Seger
28b16a0a15
Upgrade to tcl and tk 8.1.
...
Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80.
Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
1999-06-20 14:05:44 +00:00
Tim Vanderhoek
b9d6168895
Don't unintentionally overwrite an existing tclsh/wish.
...
Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net>
1999-05-26 00:34:26 +00:00
Bill Fenner
7d82a241eb
Don't try running mkLinks (since it doesn't do anything anyway)
...
Use MLINKS= to accomplish what mkLinks wanted to do.
1999-05-04 20:50:11 +00:00
Marc G. Fournier
a05c0a07b8
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
1999-04-22 00:17:18 +00:00
Bill Fumerola
049b253ab2
Proper URLs that reference directories end in '/'
1999-04-08 19:05:48 +00:00
Marc G. Fournier
d5ba786a25
Commit all Y2K/WWW_SITE changes from today...
1999-03-11 21:47:15 +00:00
Steve Price
9b6d672d47
Remove the tcl.h symlink too on deinstall.
1999-01-26 01:40:08 +00:00
Eric J.Chet
985464b23d
Update tcl81 to beta 1
1999-01-17 14:07:13 +00:00
Satoshi Asami
9b966a2035
Use PKG* variables instead of adding extra files to PKG_ARGS.
1998-12-13 08:49:14 +00:00
Satoshi Asami
555a3ebe6c
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
...
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
0baa6e2834
Create ${PREFIX}/bin before cat'ing a file into it.
1998-11-28 00:20:48 +00:00
Steve Price
bebd4995fd
Cleanup conversion to ELF.
1998-10-03 21:35:24 +00:00
Justin M. Seger
aacf2f6e76
Changes for ELF
1998-09-15 02:51:10 +00:00
Steve Price
6e8626a76c
Honor CFLAGS is set.
...
PR: 7702
Submitted by: Sheldon Hearn <axl@iafrica.com>
1998-08-24 00:59:59 +00:00
Tim Vanderhoek
00505cbefa
Install a "tclsh" script that spits-out a list of the real tclsh's, as
...
discussed many times on -ports. I expect that a few of the dependencies
will break silently.
I didn't touch ja-tcl (etc.) since the tclsh message should perhaps
be translated?
PR: ports/5894
Mention: Eivind (a first shot at a tclsh script)
1998-07-27 21:14:50 +00:00