Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.1_2 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
8.4.1_1 09 Apr 2024 06:36:33 |
Pietro Cerutti (gahr) |
Mk/Uses/tcl.mk: remove support for Tcl/Tk 8.5
In preparation for removing the lang/tcl85 and x11-toolkits/tk85 ports.
The 8.5 series is EOL.
PR: 278098
Approved by: antoine (portmgr, exp-run) |
8.4.1_1 09 Mar 2024 20:01:30 |
Nuno Teixeira (eduardo) |
lang/tclX: Move man pages to share/man
Approved by: portmgr (blanket) |
8.4.1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.4.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
8.4.1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
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 ) |
8.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4.1 31 Jul 2018 13:05:39 |
gahr |
lang/tclX: fetch newer tcl.m4 so we can build with Tcl 8.7 |
8.4.1 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
8.4.1 29 Mar 2018 10:32:21 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226988
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
8.4.1 19 Apr 2016 14:20:01 |
gahr |
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.
Quoting https://tcl.tk/doc/tea:
"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."
To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.
I have modified a few ports to take advantage of this. More will come. |
8.4.1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
8.4.1 20 Oct 2014 09:34:03 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
8.4.1 07 Oct 2014 12:45:03 |
gahr |
- Chase compiler warnings
PR: 192370
Submitted by: gahr
Approved by: maintainer (timeout > 2 months) |
8.4.1 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
8.4.1 02 Aug 2014 01:00:05 |
mi |
Fix the string-test to match today's 8.5 error-messages. |
8.4.1 02 Aug 2014 00:39:42 |
mi |
After a lively discussion with Tcl developers, fix the TclX
profile-code to use the official API-calls instead of modifying
Tcl's internal data-structures directly.
The profile command now works again. Will try to have the change
committed upstream. |
8.4.1 01 Aug 2014 21:09:01 |
mi |
Upgrade from 8.4 to 8.4.1. The "profile" functionality
remains completely broken, when compiled against Tcl-8.6
Fix the bundled self-tests.
PR: 192287
Submitted by: gahr |
8.4_3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
8.4_3 28 Jul 2014 22:18:42 |
adamw |
Rename lang/ patch-xy patches to reflect the files they modify. |
8.4_3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
8.4_3 21 Feb 2014 16:57:01 |
gahr |
- Fix LDCONFIG |
8.4_3 14 Feb 2014 15:33:04 |
gahr |
- STAGE-clean
- Respect PREFIX
PR: 186302
Submitted by: gahr
Approved by: maintainer (timeout) |
8.4_3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
8.4_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
8.4_3 23 Apr 2013 11:56:21 |
gahr |
- Remove a comment, left-over of my tests |
8.4_3 23 Apr 2013 11:51:53 |
gahr |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
8.4_3 25 Mar 2013 01:52:07 |
miwi |
- Disable temporary regression test for tinderbox and pointyhat
With hat: portmgr |
8.4_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
8.4_3 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
8.4_3 08 Dec 2009 06:15:34 |
mi |
Use 83+ instead "yes" for USE_TCL. Somewhat counterintuitively, "yes"
means 85, which may not be, what the user wants... |
8.4_3 30 Nov 2009 01:47:22 |
mi |
Better handle differences in the set of help-pages.
Chase the lang/tcl85's decision to install man1/tclsh8.5.1 instead of
man1/tclsh.1 -- now, when we can't find a man-page foo, we try looking
for foo$tcl_version.
PR: ports/140978
Submitted by: olli hauer |
8.4_3 27 Nov 2009 07:35:40 |
mi |
Bump PORTREVISION... |
8.4_2 27 Nov 2009 07:34:35 |
mi |
Allow building against any Tcl, rather than limit to 8.4. Both 8.3
should now work properly.
Add patch to fix profiling on 8.5 AND whenever the system has been up
for more than 25 days -- the latter used to overflow the clock_t-sized
variables, because TclX uses these 31-bit values to store milliseconds.
Use the proper method to obtain CLK_TCK -- if only on FreeBSD. |
8.4_2 27 Nov 2009 07:27:46 |
mi |
Add a patch obtained from the Internet, that adds access to getsid() and
setsid() to TclX scripts. |
8.4_2 27 Nov 2009 07:23:29 |
mi |
Chase various changes in wording and formatting in Tcl-8.5, that caused
gratuitous failures in TclX' self-tests. |
8.4_2 27 Nov 2009 07:20:34 |
mi |
At some point a change in Tcl's core (in both 8.5 and 8.4) resulted
in an unintended call to write ZERO bytes to any descriptor, that was
opened for writing, when closing it.
When the descriptor belongs to a pipe, with its other end closed -- such
as when the started process has exited, doing so results in a SIGPIPE.
Tcl's core ignores SIGPIPEs, but TclX' self-tests didn't and began to
fail.
The bug should now be fixed in Tcl, but this patch is needed for TclX to
pass its own tests even when using the uncorrected version of Tcl. |
8.4_2 27 Nov 2009 07:14:44 |
mi |
Make TclX compilable against Tcl-8.6. Doing so is still a bad idea,
because some things (especially -- profiling) break at run time. |
8.4_2 27 Nov 2009 07:11:36 |
mi |
Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD.
Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.
Notified by: miwi |
8.4_2 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
8.4_2 21 Apr 2009 07:52:36 |
mi |
Ubreak by making the port check for availability of Tcl's man-pages.
Tcl-8.4 does not install those by default any more...
Approved by: portmgr (erwin)
PR: ports/133555 |
8.4_1 16 Mar 2009 23:03:12 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
8.4_1 14 Feb 2009 14:49:40 |
mm |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl |
8.4_1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
8.4_1 02 May 2007 19:57:58 |
mi |
Work-around the deficiencies in FreeBSD package-building cluster,
which causes the regression-tests to fail by disabling the regression
tests.
Unbreak -- the build was never "broken" for the usual (non-jail)
systems. |
8.4_1 02 May 2007 19:36:18 |
kris |
BROKEN: Regression tests fail |
8.4_1 30 Mar 2007 07:57:26 |
thierry |
Also bump PORTREVISION.
Suggested by: pav |
8.4 30 Mar 2007 07:37:20 |
thierry |
Also define USE_TCL. This fixes devel/tcl-neo.
Approved by: mi (maintainer) |
8.4 26 Mar 2007 17:11:37 |
thierry |
- Fix a breakage caused by revision v 1.91 of ports/lang/tcl84/Makefile
- Switch to USE_TCL
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Support tcl84-thread
- Fix tclsh detection in configure
- Pet portlint.
Note: this port is still broken, because a test is failing, and tests
are part of the all target.
PR: ports/110805
Submitted by: /me
Approved by: mi (excepted the move of tests to a regression-test target) |
8.4 27 Jun 2006 23:23:20 |
mi |
Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits,
however insignificant they were, are now removed completely, for
example. No TclX enabled executable is built/installed either -- a Tcl
script is expected to load the Tclx package via the "package require
Tclx" only.
The changes to port add the handling of SIGINFO (made possible by the
recent fix-up of lang/tcl84), running the authors' test-target as part
of the build, and skipping building/installing of help files in the
NOPORTDOCS case.
The devel/tcl-neo is the only dependant port of tclX and is updated to
depend on the new version. |
8.3.5_2 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
8.3.5_2 19 Jul 2005 03:46:27 |
mi |
Try to make the vendor's tests run smoothly. Fail, but in the process
eliminate all warnings (on i386) and const-ify the KeyedList-API and
others (patch-warnings grew up).
Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS).
Bump PORTREVISION again. |
8.3.5_1 18 Jul 2005 23:58:37 |
mi |
Unbreak the manual pages installation and help file generation:
. when parsing man-files, do not choke on files
containing '.so man.macros';
. be ready for the .bz2 man-pages;
. do not use vendor's install-doc target at all -- install
the vendor's manual pages in post-install and declare
MLINKS to have bsd.port.mk do the Right Thing (TM) --
links instead of copies of the manual pages.
This may even work now :-) |
8.3.5_1 14 Jul 2005 07:09:01 |
sem |
- Unbreak the port to find out what wrong with pkg-list is. |
8.3.5_1 26 Mar 2005 22:11:05 |
kris |
BROKEN: Incorrect pkg-plist
Approved by: portmgr (self) |
8.3.5_1 20 Feb 2005 00:29:40 |
das |
Remove more copies of Tcl's SunOS shared library hack.
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-) |
8.3.5_1 07 Jan 2005 09:38:31 |
mi |
Remove memory.n from the list of manual pages. It is installed by the
TCL itself.
Reported by: kris (and pointyhat)
Approved by: portmgr (kris) |
8.3.5_1 05 Apr 2004 21:18:14 |
mi |
Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.
Some others remain -- not all are fixed in the Tcl itself. |
8.3.5 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
8.3.5 02 Jun 2003 20:08:36 |
mi |
Be sure -fPIC is used on Sparc64. |
8.3.5 17 May 2003 15:37:32 |
mi |
A minor improvement to allow using another Tcl version. 8.3 remains the
default. |
8.3.5 11 Mar 2003 19:18:48 |
mi |
Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports depend
on this yet, but should be switching now. The lang/tclX82 will go
away after the release.
Approved by: portmgr timeout (3 requests remain unanswered) |
8.3 07 Mar 2003 06:05:38 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |