Mikhail Teterin
d767266adb
Fix up a few issues:
...
. add recognition of the BSD-specific SIGINFO signal (to be
submitted to authors);
. avoid even extracting the compat/ subdirectory for fear
of picking up a wrong declaration for a function defined
in a system library;
. force to use the system strstr() instead of building TCL's
own (from compat/strstr.c);
. similarly, use the system memmove() instead of the (identical)
bcopy;
. run the vendor's tests as part of the build -- the test failures
are not fatal, but may help investigate problems;
. fix up the two failing tests so that none currently fail on my two
test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
to authors);
. quiet down the noisy warning, triggered in the thread-case by
the re-#define of inet_ntoa() in tclUnixPort.h.
Bump PORTREVISION.
2006-06-27 22:27:22 +00:00
Thierry Thomas
3a91080529
- Upgrade to 8.4.13; (1)
...
- Fix man pages: the required macros were not sourced. (2)
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894 >
PR: ports/96622 (1)
Noticed by: phk (2)
2006-06-04 22:02:14 +00:00
Edwin Groothuis
7c6393360c
Remove USE_REINPLACE from the categories starting with L
2006-05-09 20:52:24 +00:00
Sam Lawrance
09ee1a43e3
Remove two obsolete patches.
...
patch-tclUnixChan.c appears to have been a no-op all along, since
it is comparing literal device names, and we have no "/dev/cua".
patch-tclUnixSock.c was introduced on the basis that the nodename
returned by uname(3) was limited to 32 characters, which does not
appear to be the case now.
PORTREVISION not bumped since there should be no functional change.
PR: ports/92334
Submitted by: Donal Fellows <donal.k.fellows@manchester.ac.uk>
(Tcl Core Team)
2006-04-29 14:47:53 +00:00
Pav Lucistnik
f307f38435
- Add SHA256
2005-11-25 00:33:45 +00:00
Adam Weinberger
ee0759c3de
Ensure that LATEST_LINK is unique for the tcl84-thread port.
2005-07-18 07:24:08 +00:00
Mikhail Teterin
d650c29c02
Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
...
Tcl sources to be available at Tk build-time. Only a few headers
are actually needed and they are installed by Tcl port under
$LOCALBASE/include/tcl8.x
2005-07-05 17:30:52 +00:00
Pav Lucistnik
e99d9b0d49
- Fix build in WITH_THREADS case
...
PR: ports/82826
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Obtained from: tcl CVS
2005-06-30 18:57:11 +00:00
Mikhail Teterin
ef467ce046
Correct pkg-plist. Put on the pointed hat.
...
Notified by: kris (pointyhat)
2005-06-29 21:40:26 +00:00
Mikhail Teterin
9cd8cc16dd
Correct the use of PREFIX (where we insall ourselves) and LOCALBASE
...
(where we find other packages). This makes no difference in most
cases...
PR: 82645
Submitted by: Vsevolod Stakhov
2005-06-29 15:20:02 +00:00
Mikhail Teterin
a70709d9cf
Update from 8.4.7 to 8.4.10
2005-06-29 13:44:01 +00:00
Ade Lovett
64cee60a73
Update to 8.4.7
2004-11-12 01:15:44 +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
4af71e33b7
- support mode on /dev/cuaa*
...
Submitted by: John Hay
2004-06-30 13:17:09 +00:00
Dirk Meyer
baa1b26494
- make PKGNAMESUFFIX more flexible
2004-03-26 18:39:07 +00:00
Dirk Meyer
af0e988a30
- reset MAINTIANER as nobody cares for it.
2004-03-06 19:32:12 +00:00
Pav Lucistnik
789673014d
- Restore PORTEPOCH
...
Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to: dinoex
2004-03-06 18:03:56 +00:00
Dirk Meyer
47fb8aaa22
- update to 8.4.6
2004-03-06 06:11:30 +00:00
Dirk Meyer
c600b83191
- add SIZE
2004-02-26 05:26:15 +00:00
Dirk Meyer
b843772461
- Update to 8.4.5
2003-12-04 19:30:29 +00:00
Dirk Meyer
2682b52ed9
- add patch for:
...
FreeBSD only provides the __fpsetreg() used by the following two
for the GNU Compiler. When using, say, Intel's icc they break.
Submitted by: root@celsius.bychok.com
2003-10-25 20:44: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
9ebe8d9955
- update 8.4.4
...
- extend CATEGORIES
2003-07-24 06:28:21 +00:00
Dirk Meyer
d7c08dff63
- Update URL
2003-06-17 04:02:10 +00:00
Kris Kennaway
ef70e9816e
Add a second checksum:
...
- distfile was recreated with modified files:
macosx/tclMacOSXBundle.c
ChangeLog
PR: 52625
Submitted by: Nate Eldredge <neldredge@hmc.edu>
2003-05-31 04:33:45 +00:00
Dirk Meyer
b3b07a7ca0
- Update to 8.4.3
2003-05-21 05:10:32 +00:00
Dirk Meyer
00cccc4f8b
- use configures --includedir
...
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
2003-05-13 19:13:01 +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
0bb946dfef
- Update to 8.4.2
...
- make SOURCE path in tclConfig.sh variable
PR: 48574
2003-03-23 20:29:46 +00:00
Dirk Meyer
69b55b0807
- add suuport for option TCL_WITH_THREADS
...
Submitted by: lehmann@ans-netz.de
2003-02-23 12:33:36 +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
26d0b60848
- Fix spelling
2003-02-11 04:39:49 +00:00
Dirk Meyer
2c6d201845
- use LATEST_LINK
2003-02-04 20:12:46 +00:00
Dirk Meyer
14ac16c78f
- Update to 8.4.1
2002-11-12 21:13:42 +00:00
Kris Kennaway
1615f0e759
Add missing manpage
2002-10-28 01:36:38 +00:00
Dirk Meyer
1e74dc9d00
bump PORTEPOCH
2002-10-16 18:18:07 +00:00
Dirk Meyer
cd78936c6e
Update to 8.4.0
2002-10-05 17:24:40 +00:00
Dirk Meyer
b1438b1420
remove inactive file.
2002-09-10 14:55:18 +00:00
Dirk Meyer
78eac1eef3
Update to tcl8.4b2
...
koi8-u.enc now in distribution
2002-09-09 12:12:37 +00:00
Dirk Meyer
1906fd3724
Add include/tcl%%TCL_VER%%/tclPlatDecls.h
...
previous patch did not apply
2002-03-15 21:40:26 +00:00
Dirk Meyer
dcbc75a57b
Create an extra link for tclPlatDecls.h
...
PR: 35817
Submitted by: brandt@fokus.gmd.de
2002-03-14 14:14:10 +00:00
Dirk Meyer
1569482865
Update to 8.4.a4
...
- DISTNAME changed
- configure section for FreeBSD fixed
- new encodings
- new manpages
2002-03-07 07:01:40 +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
518352419a
To much _MLINKS for README.html
2001-12-28 13:18:45 +00:00