Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.22_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.7.22_1 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
1.7.22 03 Jan 2024 16:15:26 |
Pietro Cerutti (gahr) |
devel/tcltls: fix build with Tcl 8.7 |
1.7.22 20 Nov 2023 04:10:55 |
Mikhail Teterin (mi) |
devel/tcltls: fixes to the newly-added generation of DH-parameters
Specifically:
- move the entire code to the post-configure target -- so
that our own header will be newer than the Makefile
generated by configure. Otherwise the authors' Makefile
will (attempt to) regenerate the dh_param.h again.
- use openssl's asnparse functionality to more reliably
parse the generated prime -- and turn it into C.
PR: 275160 |
1.7.22 20 Nov 2023 03:40:58 |
Mikhail Teterin (mi) |
devel/tcltls: adapt to OpenSSL-3.0, upgrade, fix tests.
PR: 275160 |
1.7.18 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
1.7.18 04 May 2023 01:44:28 |
Muhammad Moinur Rahman (bofh) |
devel/tcltls: Unbreak on HEAD
Approved by: portmgr (blanket) |
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) |
1.7.18 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 ) |
1.7.18 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.18 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
1.7.18 02 May 2019 17:10:06 |
mi |
Upgrade from 1.7.16 to 1.7.18 - support for TLS-1.3 (where provided
by OpenSSL) and other improvements. |
1.7.16 31 Dec 2018 01:13:48 |
mi |
Newer OpenSSL versions have a slightly different function-signature
coming out of "openssl dhparam -C". Be prepared for that -- while
retaining compatibility with the older versions.
PR: 234361
Reported by: Gerald Gutierrez |
1.7.16 24 Dec 2018 16:08:12 |
mi |
Upgrade from 1.7.14 to 1.7.16.
Might fix the
PR: 234361 |
1.7.14 16 Nov 2017 20:30:44 |
mi |
Real quick, upgrade from 1.7.13 to 1.7.14 -- no real
changes in the new version...
Point WWW at the project's current home. |
1.7.13 16 Nov 2017 20:23:11 |
mi |
Uprade from 1.7.12 to 1.7.13.
PR: 223074
Submitted by: Jeff Lawson |
1.7.12 20 May 2017 13:59:35 |
mi |
Upgrade to 1.7.12. It bothers me, that the port can not be
linked with the base OpenSSL, if some other implementation
is merely installed, but that seems like a common problem...
PR: 216174
Submitted by: gahr
Sponsored by: Unemployment Insurance |
1.6.7_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.6.7_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. |
1.6.7_1 09 Apr 2016 05:25:45 |
antoine |
Back-out r412718, this breaks INDEX with fmake
With hat: portmgr
Reported by: beefy1, beefy2, package20 |
1.6.7_1 08 Apr 2016 04:44:48 |
mi |
Detect, when building against libressl and add -DNO_SSL2 to CFLAGS
in such situations. While here fix WWW and make other minor changes.
PR: 208626
Submitted by: Mark Martinec |
1.6.7_1 08 Oct 2015 18:59:40 |
mi |
Do not install tls.h -- it does not declare anything useful but
conflicts with the file installed by LibreSSL.
PR: 202676 |
1.6.7 24 Sep 2015 15:59:20 |
mi |
Fix up so it builds on all our platforms -- certain compilers weren't happy
before causing build-failures.
Tested with clang (base on 10.x), gcc-4.9 and gcc-4.2.1.
The bundled self-tests continue to NOT work -- upstream maintainer confirms
a problem and promises to try to test them... |
1.6.7 18 Sep 2015 05:54:49 |
gahr |
devel/tcltls - update to 1.6.7
PR: 201452
Submitted by: gahr@
Approved by: maintainer (timeout) |
1.6.4 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
1.6.4 26 Mar 2015 00:39:35 |
mi |
Add a patch (submitted upstream), which turns off attempts to use
TLS1.1 and 1.2 if the protocols aren't available at compile-time.
Otherwise the software attempts to use them at run-time and fails.
Fix-up the tests. Disable regression-test until I figure out, why
it hangs here... |
1.6.4 25 Mar 2015 22:36:44 |
mi |
Upgrade from 1.6 to 1.6.4. |
1.6_2 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
1.6_2 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
1.6_2 16 Aug 2014 14:32:00 |
marino |
devel/tcltls: complete staging (Just Fix It) |
1.6_1 14 Feb 2014 15:25:50 |
gahr |
- Convert to USES=tcl
- Add LICENSE
- Add TEA-based build infrastructure
- Switch to new OPTIONS framework (DOCS)
- Cleanups
PR: 183205
Submitted by: gahr
Approved by: maintainer (timeout) |
1.6_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.6_1 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) |
1.6_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.6_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.6 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
1.6 25 Jul 2008 09:38:45 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.6 16 May 2008 21:43:10 |
mi |
Upgrade from 1.5.0 to 1.6. Don't automatically perform the vendor's tests
for the time being, while I investigate, why they sometimes fail with
"impossible case" and sometimes succeed. The removes the need for
MANUAL_PACKAGE_BUILD.
Use USE_TCL.
Using:
PR: ports/116550
PR: ports/122454
Submitted by: mm |
1.5.0 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.5.0 11 Jun 2007 19:56:59 |
mi |
Do not install docs, when NOPORTDOCS is set. pkg-plist was doing the
right thing, but the post-install target was not properly ifdef-ed.
Submitted by: rafan |
1.5.0 20 Jan 2007 02:07:10 |
kris |
MANUAL_PACKAGE_BUILD: Self-tests fail/hang |
1.5.0 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.5.0 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.5.0 20 Jun 2005 14:34:11 |
mi |
Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor
upgrades. |
1.5.0 04 Apr 2004 18:41:25 |
mi |
Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests. |
1.4.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.4.1 13 Nov 2003 14:45:08 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.4.1 27 Oct 2003 20:49:36 |
mi |
SHLIBDIR->LIBDIR
Upgrade from 1.4 to 1.4.1 instead of bumping the PORTREVISION.
Default to TCL-8.4
Suggested by: kris |
1.4_1 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.4_1 21 Jul 2002 19:59:08 |
ru |
Catch up to the new bsd.lib.mk API. |
15 May 2001 21:04:01 |
mi |
Add a patch, which sets the name of the new channel type to "tls". This was
happening if the static structures were used, but not when the
tlsChannelType structure was created on the fly (as is needed for use with
different versions of TCL). Bump up the PORTREVISION. |
01 May 2001 10:55:09 |
mharo |
${ENV} -> ${SETENV} |
21 Feb 2001 22:59:53 |
mi |
Upgrade to the version 1.4, which is required for TCL-8.3.2 and usefull for
earlier ones. Get rid of patches and provide Makefile.bsd instead
(which uses bsd.lib.mk). Remove the WITH_TCL8x spaghetti and rely
TCL_VER?=8.3 instead. |
21 Feb 2001 22:37:38 |
mi |
Upgrade to the latest version 1.4. It will be _required_ for TCL 8.3.2 and
above, and helps the earlier versions too. Remove the patches and provide
our own Makefile.bsd instead. Also, remove the WITH_TCL8? spaghetti and use a
simpler TCL_VER?=8.3 aproach. Note, that this port now assumes the usage of
TCL_STUBS. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
09 Jun 2000 04:27:54 |
will |
Add tcltls, a Tcl interface to OpenSSL. |