non port: devel/tcltls/Makefile |
SVNWeb
|
Number of commits found: 40 |
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, 22 Mar 2021
|
[ 10:17 danfe ] (Only the first 10 of 138 ports in this commit are shown above. )
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
|
Thu, 2 May 2019
|
[ 17:10 mi ]
Upgrade from 1.7.16 to 1.7.18 - support for TLS-1.3 (where provided
by OpenSSL) and other improvements.
|
Mon, 24 Dec 2018
|
[ 16:08 mi ]
Upgrade from 1.7.14 to 1.7.16.
Might fix the
PR: 234361
|
Thu, 16 Nov 2017
|
[ 20:30 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.
|
[ 20:23 mi ]
Uprade from 1.7.12 to 1.7.13.
PR: 223074
Submitted by: Jeff Lawson
|
Sat, 20 May 2017
|
[ 13:59 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
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Tue, 19 Apr 2016
|
[ 14:20 gahr ] (Only the first 10 of 23 ports in this commit are shown above. )
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.
|
Sat, 9 Apr 2016
|
[ 05:25 antoine ]
Back-out r412718, this breaks INDEX with fmake
With hat: portmgr
Reported by: beefy1, beefy2, package20
|
Fri, 8 Apr 2016
|
[ 04:44 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
|
Thu, 8 Oct 2015
|
[ 18:59 mi ]
Do not install tls.h -- it does not declare anything useful but
conflicts with the file installed by LibreSSL.
PR: 202676
|
Fri, 18 Sep 2015
|
[ 05:54 gahr ]
devel/tcltls - update to 1.6.7
PR: 201452
Submitted by: gahr@
Approved by: maintainer (timeout)
|
Tue, 1 Sep 2015
|
[ 16:20 amdmi3 ] (Only the first 10 of 47 ports in this commit are shown above. )
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
Thu, 26 Mar 2015
|
[ 00:39 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...
|
Wed, 25 Mar 2015
|
[ 22:36 mi ]
Upgrade from 1.6 to 1.6.4.
|
Sat, 20 Dec 2014
|
[ 18:06 bapt ] (Only the first 10 of 53 ports in this commit are shown above. )
Cleanup plist
|
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
|
Sat, 16 Aug 2014
|
[ 14:32 marino ]
devel/tcltls: complete staging (Just Fix It)
|
Fri, 14 Feb 2014
|
[ 15:25 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)
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Tue, 23 Apr 2013
|
[ 11:51 gahr ] (Only the first 10 of 32 ports in this commit are shown above. )
- 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)
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Fri, 25 Jul 2008
|
[ 09:38 pav ] (Only the first 10 of 38 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Fri, 16 May 2008
|
[ 21:43 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
|
Wed, 9 Apr 2008
|
[ 13:42 pav ] (Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
Mon, 11 Jun 2007
|
[ 19:56 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
|
Sat, 20 Jan 2007
|
[ 02:07 kris ]
MANUAL_PACKAGE_BUILD: Self-tests fail/hang
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Mon, 20 Jun 2005
|
[ 14:34 mi ]
Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor
upgrades.
|
Sun, 4 Apr 2004
|
[ 18:41 mi ]
Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests.
|
Thu, 13 Nov 2003
|
[ 14:45 trevor ] (Only the first 10 of 81 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Mon, 27 Oct 2003
|
[ 20:49 mi ]
SHLIBDIR->LIBDIR
Upgrade from 1.4 to 1.4.1 instead of bumping the PORTREVISION.
Default to TCL-8.4
Suggested by: kris
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 15 May 2001
|
[ 21:04 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.
|
Tue, 1 May 2001
|
[ 10:55 mharo ]
${ENV} -> ${SETENV}
|
Wed, 21 Feb 2001
|
[ 22:59 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.
|
[ 22:37 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.
|
Fri, 9 Jun 2000
|
[ 04:27 will ]
Add tcltls, a Tcl interface to OpenSSL.
|
Number of commits found: 40 |