non port: lang/tcl86/Makefile |
SVNWeb
|
Number of commits found: 69 |
Tue, 6 Dec 2022
|
[ 08:56 Pietro Cerutti (gahr) ] 21c4bd8da
lang/tcl8[6-7]: fix build with clang/lld 15
PR: 268178
Reported by: dim
|
Wed, 23 Nov 2022
|
[ 12:38 Pietro Cerutti (gahr) ] c98fe22
lang/tcl86, x11-toolkits/tk86: update to 8.6.13
Announcement: https://sourceforge.net/p/tcl/mailman/message/37738603/
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 8 Nov 2021
|
[ 07:47 Pietro Cerutti (gahr) ] 4fa290b
lang/tcl86, x11-toolkits/tk86: update to 8.6.12
Announcement: https://sourceforge.net/p/tcl/mailman/message/37380142/
|
Fri, 10 Sep 2021
|
[ 07:03 Pietro Cerutti (gahr) ] 1bf09e9
lang/tcl8[56]: fix unsafe buffer lifetime, bump PORTREVISION
PR: 258392
Reported by: dim
Obtained from: https://core.tcl-lang.org/tcl/info/24b9181478
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 11 Jan 2021
|
[ 10:09 gahr ] (Only the first 10 of 13 ports in this commit are shown above. )
lang/tcl86, x11-toolkits/tk86: update to 8.6.11
Announcement: https://sourceforge.net/p/tcl/mailman/message/37189924/
|
Fri, 4 Dec 2020
|
[ 21:44 pkubaj ]
lang/tcl86: enable DTRACE on powerpc64le
Builds fine.
|
Thu, 3 Dec 2020
|
[ 01:31 pkubaj ]
lang/tcl86: enable DTRACE on powerpc64
Builds fine.
|
Fri, 22 Nov 2019
|
[ 14:25 gahr ]
lang/tcl86, x11-toolkits/tk86: update to 8.6.10
Announcement: https://sourceforge.net/p/tcl/mailman/message/36858239/
|
Tue, 19 Feb 2019
|
[ 08:58 gahr ]
lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default
Reported
by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html
|
Mon, 19 Nov 2018
|
[ 12:01 gahr ]
lang/tcl86, x11-toolkits/tk86: update to 8.6.9
Announcement: https://sourceforge.net/p/tcl/mailman/message/36469053/
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Tue, 27 Mar 2018
|
[ 14:24 gahr ]
lang/tcl85, lang/tcl86: remove MODULES option
MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557).
Moreover, they don't require any additional dependencies and their cost in
terms of size is small wrt the total size of these ports.
PR: 226557
|
Tue, 2 Jan 2018
|
[ 10:39 gahr ]
lang/tcl86, x11-toolkits/tk86: update to 8.6.8
Announcement: https://sourceforge.net/p/tcl/mailman/message/36166576/
While at it, rename pkg-config files to avoid conflict with Tcl/Tk 8.7 [1].
PR: 224819 [1]
Reported by: Ting-Wei Lan <lantw44@gmail.com>
|
Sat, 19 Aug 2017
|
[ 17:15 gahr ]
lang/tcl86: update to 8.6.7
Announcement: https://sourceforge.net/p/tcl/mailman/message/35989025/
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 3 Jan 2017
|
[ 19:10 sunpoet ]
Remove OPTIONS_EXCLUDE_FreeBSD_9
Approved by: portmgr (blanket)
|
[ 18:43 jbeich ] (Only the first 10 of 18 ports in this commit are shown above. )
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
|
Tue, 20 Dec 2016
|
[ 17:56 mat ]
Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now.
Sponsored by: Absolight
|
Thu, 1 Dec 2016
|
[ 13:32 swills ]
lang/tcl86: enable DTRACE option by default where possible
PR: 214794
Approved by: gahr
|
Fri, 4 Nov 2016
|
[ 15:08 gahr ]
lang/tcl86: fix integer overflow check and avoid segfault
PR: 214205
Submitted by: gahr
|
Thu, 28 Jul 2016
|
[ 12:10 gahr ]
lang/tcl86: update to 8.6.6
Announcement: https://sourceforge.net/p/tcl/mailman/message/35246302/
|
Wed, 27 Jul 2016
|
[ 16:07 jonathan ]
Remove `Requires.private: zlib` on FreeBSD <10.
On FreeBSD 9, the 'Requires.private: zlib' line in tcl.pc causes breakage in
ports that use pkg-config tcl to build their cflags, libraries, etc. This
commit fixes at least the devel/libdistance build on 9; it may fix others, too.
Approved by: gahr
Differential Revision: https://reviews.freebsd.org/D4359
|
Sun, 17 Apr 2016
|
[ 10:04 gahr ]
lang/tcl86: add TEST_TARGET, DEBUG option, fix spacing in pkg-plist
|
Tue, 1 Mar 2016
|
[ 16:00 gahr ]
lang/tcl86: regenerate patch files, adjust PATCH_WRKSRC
Reported by: danfe@
|
[ 10:32 gahr ]
lang/tcl86: fix customization of Tcl module's path
While at it, improve Makefile as per mat@'s suggestion and regenerate patch
files.
|
[ 09:31 gahr ]
lang/tcl86, x11-toolkits/tk86: update to 8.6.5
Announcement: http://code.activestate.com/lists/tcl-core/15514
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 16 Mar 2015
|
[ 22:12 gahr ]
- Update Tcl/Tk 8.6 to 8.6.4
Release notes: http://code.activestate.com/lists/tcl-core/14494/
|
Sat, 15 Nov 2014
|
[ 10:43 gahr ]
- Update Tcl/Tk 8.6 to 8.6.3
Release notes: http://code.activestate.com/lists/tcl-core/14265/
|
Mon, 1 Sep 2014
|
[ 13:10 gahr ]
- Fix packaging
- Bump PORTREVISION
PR: 193216
Submitted by: Alex <iakrevetko@gmail.com>
|
Sat, 30 Aug 2014
|
[ 20:54 sbruno ]
Remove arm restriction. This compiles for ARMv6 just fine.
Approved by: portmgr (antoine)
|
Fri, 29 Aug 2014
|
[ 14:19 gahr ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update Tcl/Tk 8.6 to 8.6.2
Release notes: http://code.activestate.com/lists/tcl-core/14072/
|
Fri, 22 Aug 2014
|
[ 07:20 antoine ] (Only the first 10 of 29 ports in this commit are shown above. )
Canonicalize a few LICENSE_PERMS
With hat: portmgr
|
Mon, 18 Aug 2014
|
[ 19:13 antoine ] (Only the first 10 of 46 ports in this commit are shown above. )
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
|
Fri, 8 Aug 2014
|
[ 10:51 gahr ]
- Fix installation of stripped libraries
- Fix pkg-config file [1]
Obtained from: upstream (http://core.tcl.tk/tcl/info/667dfe5615) [1]
|
Mon, 3 Feb 2014
|
[ 09:42 gahr ]
- STAGE-clean
- Fix LICENSE
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
[ 07:43 gahr ]
- Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by: bapt
|
[ 07:32 gahr ]
- Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
|
Sun, 2 Jun 2013
|
[ 15:37 crees ]
Increase the regex size limit to 1000, thus fixing libffi test suite.
Submitted by: dim
Obtained
from: http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894
|
Wed, 22 May 2013
|
[ 13:04 gahr ]
- Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by: bdrewery
|
Thu, 18 Apr 2013
|
[ 08:20 gahr ]
- Fix a long standing problem in tclConfig.sh and tkConfig.sh, where paths
were set based on WRKSRC instead of PREFIX.
This mainly affected TEA-based extensions that source tclConfig.sh /
tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which
is used to locate Tcl/Tk private header files such as tclUnixPort.h or
tkUnixPort.h. This variable was previously set to WRKSRC, which caused
ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS.
It should now be possible to build TEA-based extensions by specifying only
the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}.
Feature safe: yes
Approved by: bapt (portmgr)
|
Wed, 6 Feb 2013
|
[ 15:36 gahr ]
- Complete my previous commit
|
Mon, 26 Nov 2012
|
[ 22:43 gahr ]
- Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers
Feature safe: yes
|
Mon, 8 Oct 2012
|
[ 07:47 gahr ]
- Do not create DATADIR when building threaded version
Reported by: PH (via linimon)
|
Wed, 26 Sep 2012
|
[ 09:30 gahr ]
- Fix PLIST
Reported by: PH (via beat@)
|
Tue, 25 Sep 2012
|
[ 07:46 gahr ]
- fix patch / install in tcl86-threads after update of tcl86
Reported by: PH (via beat@)
|
Wed, 19 Sep 2012
|
[ 13:11 gahr ]
- Update to 8.6.b.3
Release notes:
http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
|
Tue, 4 Sep 2012
|
[ 03:01 linimon ]
Mark as broken on ARM.
|
Fri, 24 Aug 2012
|
[ 17:16 mi ]
Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.
Bump PORTREVISIONs for both.
|
Fri, 10 Aug 2012
|
[ 12:03 mm ]
Fix tcltest dependency
Reported by: beat@FreeBSD.org
|
Fri, 3 Aug 2012
|
[ 22:57 mm ] (Only the first 10 of 14 ports in this commit are shown above. )
Release maintainership of Tcl/Tk ports back to pool.
|
Tue, 9 Aug 2011
|
[ 15:00 mm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 8.6b2
|
Sun, 26 Jun 2011
|
[ 09:18 mm ]
Update dependency on tcl-modules (8.5.10)
|
Wed, 23 Mar 2011
|
[ 11:37 mm ] (Only the first 10 of 28 ports in this commit are shown above. )
- Add LICENSE information
- Make portlint happier
|
Fri, 20 Nov 2009
|
[ 11:22 mm ]
- Fix tcl-modules dependency
Reported by: QAT
|
[ 09:20 mm ]
- Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Sun, 26 Apr 2009
|
[ 08:02 mm ]
- Match modules dependency with latest tcl85 update
- Bump PORTREVISION
|
Mon, 2 Mar 2009
|
[ 23:53 mm ]
- Separate common tcl85 and tcl86 modules to a new port lang/tcl-modules
- Make tcl-modules a slave port of tcl85
- Fix incompatible pkg-lists of tcl85 and tcl86
- Add modules to OPTIONS
- Bump PORTREVISION
|
[ 10:31 mm ]
- Change the location of LATEST_LINK to make it work
- Bump PORTREVISION
PR: ports/132241
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
|
Fri, 27 Feb 2009
|
[ 07:11 mm ]
- Unbreak if WITH_*_MAN set
|
Thu, 26 Feb 2009
|
[ 14:19 mm ] (Only the first 10 of 17 ports in this commit are shown above. )
- Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
|
Wed, 4 Feb 2009
|
[ 09:33 mm ]
- Fix pkg-plist if manpages/demos are to be installed
|
[ 08:50 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
- Add Tcl/Tk 8.6
- Take maintainership of Mk/bsd.tcl.mk
|
Number of commits found: 69 |