| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:59:23
2.1.4
|
ohauer  |
-remove MD5 |
09 Nov 2009 01:21:34
2.1.4
|
mi  |
Use SourceForge's mirrors, now that the distfile is available there AND
no longer available in the interim location.
Pushed by: erwin (pointyhat) |
14 Jul 2009 03:44:15
2.1.4
|
mi  |
Add ``regression-test'' and ``check'' aliases to the test-target. The
first one is, I'm told, invoked by our build-cluster while building
official packages. The second is common enough out there for some
people to attempt... |
13 Jul 2009 12:35:51
2.1.4
|
mi  |
Add the plist, which I forgot to re-add yesterday, when restoring this
port from the Attic.
Notified by: The Restless Daemon |
13 Jul 2009 05:30:15
2.1.4
|
mi  |
Resurrect this port from the Attic based on the new version from the
author. As before, we modify the author's code to use either OpenSSL's
-lcrypto or BSD's -lmd /directly/ instead of compiling the bundled
definitions digests.
We also link with -lz and -lbz2 instead of dlopen-ing them at run-time. |
13 Jun 2009 19:22:49
2.1p2_4
|
erwin  |
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months. |
06 Jan 2009 19:12:46
2.1p2_4
|
pav  |
- Mark BROKEN: self-tests fail
Reported by: pointyhat |
09 Apr 2008 13:42:26
2.1p2_4
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
08 May 2006 17:04:15
2.1p2_4
|
mi  |
While trying to upgrade devel/tcllib several test failures were detected
in the RIPEMD128 implementation.
Turns out, the problem was fixed a few months ago by the TRF author in CVS.
This commit adds a patch and bumps portrevision.
Although the same problem existed in the TRF's RIPEMD160 implementation,
it did not affect this port, because it uses the OpenSSL's (or -lmd's)
implementations of all digests -- except those, which are considered
obsolete and no longer shipped. Like rmd128.
Thanks to: Denis Shaposhnikov |
04 May 2006 21:41:12
2.1p2_3
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
2.1p2_3
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Jul 2004 17:56:58
2.1p2_3
|
mi  |
Don't compile haval.1996/haval.c separately, but as part of the top
haval.c (as in vendor's code). This works around weirdness in vendor's
endianness-determining pre-processor code and unbreaks sparc64. Much
rejoicing... |
12 Jul 2004 15:42:42
2.1p2_3
|
mi  |
Add a patch ensuring uint32_t is used, where a 32-bit unsigned
integer is implied. This fixes RIPEMD128 on Sparc64 and AMD64, as
well as HAVAL on AMD64. HAVAL on Sparc64 remains broken due,
apparently, to an endiannes issue, which, for now, escapes my
understanding.
Unbreak on amd64. |
11 Jul 2004 08:38:31
2.1p2_3
|
mi  |
Retreat to using OpenSSL's message digest routines instead of -lmd. They
are sometimes faster and never slower. Using -lmd is still possible by
building with ``TRF_USE_MD=yes''. Bump PORTREVISION.
Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own
-- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide
RIPEMD128 (not strong enough?), so stay with our own implementation.
sparc64/amd64 are not expected to work yet... |
09 Jul 2004 23:03:49
2.1p2_2
|
mi  |
Use ``$(CC) -shared'' insted of ld to create shared library. This
allows to use non-default compilers, such as icc. |
09 Jul 2004 20:48:54
2.1p2_2
|
mi  |
Explicitly include <sys/types.h> and <unistd.h> to fix the breakage on
recent -current. Fix warnings -- on x86, at least, the package now
builds with ``-Wall -Werror''. |
01 Jun 2004 08:15:07
2.1p2_2
|
kris  |
Also fails testsuite on amd64. |
13 May 2004 09:10:50
2.1p2_2
|
kris  |
BROKEN on sparc64: Fails testsuite during build |
04 Apr 2004 19:06:47
2.1p2_2
|
mi  |
Unbreak. Builds, installs fine on fresh current. Disable the parallel
build, as the only thing, that could've prevented it from properly
installing in the past. |
31 Mar 2004 03:12:58
2.1p2_2
|
trevor  |
SIZEify (maintainer timeout) |
19 Dec 2003 11:25:36
2.1p2_2
|
linimon  |
Per bento logs, mark as broken on 5.x, although not for the usual gcc
reasons. Informed maintainer. |
13 Dec 2003 17:12:13
2.1p2_2
|
mi  |
Parametrize the version number to unbreak packaging -- we switched
the default to Tcl-8.4, but the version in pkg-plist was hardcoded
as 8.3
Prodded by: kris |
31 Oct 2003 01:59:36
2.1p2_2
|
mi  |
Change the default TCL_VER to 8.4 to match that of tcl-memchan.
Submitted by: kris, the ports janitor |
07 Mar 2003 06:01:16
2.1p2_2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
24 Sep 2002 11:01:34
2.1p2_2
|
alex  |
- Use -E, since Ex. RE are used;
- Fix plist and therefore bump PORTREVISION
Noticed by: bento |
24 Jun 2002 21:05:39
2.1p2_1
|
mi  |
PERL -> REINPLACE_CMD. |
29 Mar 2002 17:43:34
2.1p2_1
|
mi  |
Make work with the new bsd.port.mk. The benefit of the magick, that
used to work to figure out the name of the installed library automaticly
is, probably, not worth the disadvantages USE_SUBMAKE would bring. Just
hardcode the SHLIB_NAME and figure the SHLIB_LINK from it.
While I'm here, add tcl-memchan to the BUILD_DEPEND, so the automatic
self-testing is done every time this package is built
Submitted by: bento |
17 Feb 2002 16:03:11 
|
mi  |
Resolve a few more symbols at compile/link time, rather than at
run-time. This fixes the bz2 commands. We link against -lmd, so use
<md2.h> and <md5.h>, instead of <openssl/md[25].h> (why do we even
install those separately?). Bump up portrevision. |
15 Feb 2002 07:34:07 
|
mi  |
From the software's self-description: |