1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
Dirk Meyer
96f20f728d - allow to overwrite TKBASE
package is not changed
2004-11-01 12:53:12 +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
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
e9d136d036 - Fix MKLINKS
Tk_Offset is created twice by original distribution.
2003-08-05 18:01:51 +00:00
Dirk Meyer
8ac6741232 - Use Tab to navigate forward through interface elements. Notice that Shift-Tab has no effect.
PR:		39946
Submitted by:	eps+fbsdbugs@mooseriver.com
2003-07-24 06:18:20 +00:00
Dirk Meyer
d7c08dff63 - Update URL 2003-06-17 04:02:10 +00:00
Dirk Meyer
27c157aee2 - use configures --includedir
- cleanup makefile
2003-05-14 04:10:27 +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
9c80ab3d7f - make dependency configureable with TCL83_PORT
- make SOURCE path in tkConfig.sh variable
PR:             48574
2003-03-23 20:31:44 +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
0ffae7e468 set NOPRECIOUSMAKEVARS for README.html 2003-02-11 04:34:35 +00:00
Dirk Meyer
533f7540ab - Update to 8.3.5 2002-11-12 21:11:16 +00:00
Dirk Meyer
efa7952a2b - Set soname for libtk84.so
- Add pkgIndex.tcl submitted by doconnor@gsoft.com.au
  so "package require Tk" is now supported.
- Add pkgIndex.tcl for tk83 and tk84
2002-05-09 16:39:18 +00:00
Bruce A. Mah
379ed70e9a Backport a patch that will eventually appear in Tk 8.4 to make
sure a TkCursor structure member gets filled in correctly.

Bump PORTREVISION.

Approved by:	dinoex (maintainer)
Obtained from:	Tk CVS repository on SourceForge
2002-01-26 06:58:01 +00:00
Dirk Meyer
daf7bac68b Improved shared linking,
so tk can be loaded on demand in tclsh.

$ tclsh8.3
% load libtk83.so

reported by: Wojciech Sobczuk
2001-11-10 21:05:02 +00:00
David E. O'Brien
6e0aafb541 Explicitly set the LATEST_LINK -- right now this port and tk82 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-(  I hope the tk port maintainers will think thru this
problem and its interaction with the tcl ports.
2001-10-31 22:59:18 +00:00
Dirk Meyer
1612ab91a7 Update to 8.3.4 2001-10-21 03:15:03 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
Dirk Meyer
2ddce8b09b - tk83 uses now the same cflages like in tcl83
Submitted by:	mi@aldan.algebra.com (Mikhail Teterin)
2001-05-01 12:17:05 +00:00
Dmitry Sivachenko
cae2bcdf44 Add 3 missing manpages.
Approved by:	maintainer
2001-04-17 10:39:43 +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
f18875debd Upgrade to 8.3.2.
PR:		ports/25372
2001-03-08 05:05:57 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Vanilla I. Shu
76238c7b9c 1) Use MASTER_SITE_TCLTK for tk80 and tk82.
2) Fix a typo of pkg/DESCR for tk83.
3) Add/Change WWW: comments for three brothers.

PR:		ports/20079
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-10-14 15:23:00 +00:00
Satoshi Asami
07828ff0f0 Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish. 2000-10-08 03:07:46 +00:00
Justin M. Seger
86995f3e3a /usr/local -> ${LOCALBASE}
PR:		ports/19451
Submitted by:	Mike Meyer <mwm@mired.org>
2000-07-30 13:47:22 +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
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Tim Vanderhoek
6c1cd273f2 Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicism
in non-ja tkstep80.
2000-06-02 07:29:19 +00:00
Tim Vanderhoek
4c488df21a Scatter DEINSTALL.wish to wherever there exists INSTALL.wish 2000-06-02 07:15:24 +00:00
Justin M. Seger
df18cd688b Upgrade to tk-8.3.1 w/plus 2000-05-10 22:55:21 +00:00
Justin M. Seger
d81e52ad84 Use plus patches 2000-05-01 16:02:20 +00:00
Justin M. Seger
009ca2a544 Upgrade to tk-8.3 2000-04-24 21:18:59 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Justin M. Seger
45a5c96017 Upgrade repo-copy of tk82->tk83 to tk8.3.b1 2000-01-05 20:20:28 +00:00
Justin M. Seger
ef15f7ecfe Upgrade to tk 8.2.3 2000-01-05 07:12:11 +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
0727041ae4 Update version number and nuke some unneccessary lines. 1999-11-25 03:54:29 +00:00
Justin M. Seger
8c842f5595 Upgrade to tk-8.2.2 1999-11-22 04:51:31 +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
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +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
Satoshi Asami
2d0ca19b95 Use libtclstub81.a from installed location, not build directory. 1999-08-23 10:05:11 +00:00