Commit graph

93 commits

Author SHA1 Message Date
Pav Lucistnik
f307f38435 - Add SHA256 2005-11-25 00:33:45 +00:00
Dirk Meyer
f1577acfd9 - allow to set TCLBASE
package not changed
2004-11-01 12:46:24 +00:00
Dirk Meyer
d812bf6dde - optimize reinplace to handle symlinked /usr/ports 2004-10-28 07:49:06 +00:00
Dirk Meyer
e8599f3df2 - Fix bad source path in tclConfig.sh tkConfig.sh
make packages from pointyhat cluster work as intended
2004-10-27 18:07:18 +00:00
Dirk Meyer
57517112d3 - drop maintainership 2004-10-13 21:03:13 +00:00
Dirk Meyer
bf30172cbf - new options:
WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
 WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR:	70328
2004-08-17 05:00:53 +00:00
Dirk Meyer
c600b83191 - add SIZE 2004-02-26 05:26:15 +00:00
Dirk Meyer
edab3b7b7e - back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
2003-08-04 04:39:31 +00:00
Dirk Meyer
b6d13a5528 - NOT_FOR_ARCHS amd64, fpsetround does not exist. 2003-08-03 09:54:44 +00:00
Dirk Meyer
d7c08dff63 - Update URL 2003-06-17 04:02:10 +00:00
Dirk Meyer
83589473cf - use configures --includedir
- cleanup makefile
2003-05-13 04:03:21 +00:00
Dirk Meyer
d024ce9c40 - Added patch from tcl8.4
Certain character set encodings can cause tcl to core dump in
TclFinalizeEncodingSubsystem().
PR:		51273
Submitted by:	truckman
2003-04-22 18:14:06 +00:00
Dirk Meyer
5007d8874c - Fix some problems for other ports when WRKDIRPREFIX= is not set.
(packages are not affected)
2003-04-03 04:21:50 +00:00
Dirk Meyer
bdd62873c5 - fix problem with sed, if no WRKDIRPREFIX is set. 2003-03-24 04:20:47 +00:00
Dirk Meyer
e8786b87cf - make SOURCE path in tclConfig.sh variable
PR:             48574
2003-03-23 20:29:13 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
e38b201b9d - fix portlint fatal, introduced by kris. 2003-02-11 04:41:09 +00:00
Kris Kennaway
534ad9b411 Set NOPRECIOUSMAKEVARS to unbreak 'make readmes' 2003-02-10 07:22:35 +00:00
Dirk Meyer
533f7540ab - Update to 8.3.5 2002-11-12 21:11:16 +00:00
Dirk Meyer
00b1bf0150 - strip SHLIB_LD of option "-soname $@"
- define TCL_SHLIB_LD_EXTRAS
- bump PORTREVISION

PR:		34210
2002-01-27 14:24:21 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Dirk Meyer
1d9da1e8bd Remove leftover file
Submitted by:	huck@spawar.navy.mil
2001-11-16 19:02:56 +00:00
Dirk Meyer
575626bd41 Fix patch, as the previous one did only half the job.
Submitted by:	Roberto@eurocontrol.fr
2001-11-14 22:28:19 +00:00
Dirk Meyer
3b37e7ae6b Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)
returns only 31 letters by /usr/include/sys/utsname.h.

 Problem was that configure detects uname(3) and uses uname(3) in
 the hostname-function, while gethostname gives more (=longer)
 information.

 keep uname around, as it is be used in TclpSetVariables.

 took maintainership 8.2

 apply a fix for unsafe tempfile handling from 8.3

PR:		18896
Submitted by:	yoshint@flab.fujitsu.co.jp
2001-11-14 08:44:08 +00:00
Dirk Meyer
21a2539b2c Improved shared linking. 2001-11-10 21:03:59 +00:00
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