Martin Matuska
8413b1b1d5
- updated maintainer e-mail address
...
Approved by: garga (mentor)
2007-04-05 13:19:09 +00:00
Martin Wilke
c436cdecd5
- Remove support for lang/tcl-tk-wrapper
...
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit
2007-03-27 11:41:24 +00:00
Martin Wilke
05bb64c073
- Removed unnecessary PKGINSTALL and PKGDEINSTALL
...
- Improved handling of WITH_TCL82_MAN
- Manpages are not installed by default (default on for default TCL - 8.4)
PR: 110236
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
2007-03-13 10:01:24 +00:00
Martin Wilke
64fa1f26db
- Adds TCL82_MAN and TCLSH_WRAPPER to OPTIONS
...
- Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 110088
Submitted by: Martin Matuska <martin@matuska.org>
2007-03-09 09:49:14 +00:00
Pav Lucistnik
2df76eb0a7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
...
ports
With hat: portmgr
2007-01-30 10:25:34 +00:00
Cheng-Lung Sung
e8390e6e3c
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Edwin Groothuis
7c6393360c
Remove USE_REINPLACE from the categories starting with L
2006-05-09 20:52:24 +00:00
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
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
cc9a972ac1
- reset MAINTAINER
2004-03-06 19:36:01 +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
b51daf5197
- cleanup makefile
2003-05-13 04:02:18 +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
d2311efbfd
- Fix build on Sparc
2002-12-16 20:08:07 +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
Dirk Meyer
2025ba84ee
- make portlint happier
...
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +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
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
e23adc6d6d
Explicitly set the NO_LATEST_LINK -- right now this port and tcl83 are
...
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Preparation to back out the flag in tcl83.
2001-11-01 21:28:54 +00:00
David W. Chapman Jr.
5872a89c3b
Remove jseger and torstenb from maintainership of their ports, they
...
have been inactive for too long
Approved by: will
2001-09-17 17:40:31 +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
Satoshi Asami
c143940dbc
Gotta tell bsd.port.mk about DEINSTALL.tclsh.
2000-05-31 20:48:00 +00:00
Tim Vanderhoek
8d4fc29a87
Be aware of otclsh and tclsh8.1_r
2000-05-31 18:31:17 +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
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +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