Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.4_6 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
2.1.4_6 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
2.1.4_5 10 Jan 2024 16:58:03 |
Baptiste Daroussin (bapt) |
MANNPREFIX: eliminate the use of MANNPREFIX and move to share/man |
2.1.4_4 13 Feb 2023 05:31:21 |
Mikhail Teterin (mi) |
devel/tcl-trf: increase an insufficiently large buffer
This ancient problem was discovered by gcc12's new -Warray-bounds
implementation. Many thanks.
Raise PORTREVISION :( |
2.1.4_3 10 Feb 2023 04:44:56 |
Mikhail Teterin (mi) |
devel/tcl-trf: fix fatal compiler warning
Starting with version 15 clang includes the new -Wdeprecated-non-prototype
in -Wall. This warns, when a K&R-style function-definitions follow
ANSI function-declarations. And TCL code has LOTS of K&R definitions...
The warning is poorly worded -- and, in my opinion, outright bogus,
but the ports need to keep building, so I'm using a trick borrowed
from src/share/mk/sys.mk to conditionally disable it. |
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) |
2.1.4_3 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 ) |
2.1.4_3 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 ) |
2.1.4_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.4_3 11 Apr 2019 04:37:42 |
mi |
The below-mentioned PR identified a problem, which should've been
caught by the test-harness -- but was not, because the harness was
not used correctly (for 10 years).
Provide a new harness and fix the reported problem as well as another
one -- with MD2 digests -- identified by the now-functioning
test-suit.
Bump PORTREVISION...
PR: 237132
Reported by: Vadim Zborovsky |
2.1.4_2 21 Oct 2018 05:16:58 |
mi |
Cosmetic: remove the redundant declaration of ALL_TARGET
and an extraneous blank line from the Makefile. |
2.1.4_2 21 Oct 2018 05:13:12 |
mi |
Stop chasing the whims of OpenSSL and use our own -lmd
as the source of various digest-algorithms. Years ago,
when I was undertaking the replacement of the bundled
implementations with those found in the base system, it
seemed like OpenSSL will be more stable... Ha-ha.
Fix the WWW, while I'm here.
PR: 229026
Submitted by: brnrd
Reported by: Package Fallout |
2.1.4_1 13 May 2018 20:51:28 |
dbaio |
devel/tcl-trf: Add LICENSE
Strip libTrf2.1.4.so (Q/A warning)
PR: 228179
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
2.1.4_1 16 Feb 2018 18:35:03 |
brnrd |
security/openssl-devel: Mark ports broken cat devel
- REASON from build log |
2.1.4_1 11 Sep 2016 21:55:29 |
marino |
devel/tcl-trf: Add SSL flags and allow building with LibreSSL
Approved by: SSL blanket |
2.1.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. |
2.1.4_1 30 May 2015 17:02:43 |
mi |
Do not automatically run tests post-build.
Remove dependency on memchan -- the package is only needed for testing. This
will avoid the tcllib->critcil->tcl-trf->tcl-memchan->tcllib circular dependency
discussed in
PR: 200498 |
2.1.4_1 14 May 2015 10:15:09 |
mat |
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 |
2.1.4_1 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
2.1.4_1 10 Apr 2014 13:30:29 |
bdrewery |
Bump PORTREV due to changing resulting binary |
2.1.4 10 Apr 2014 12:57:09 |
bdrewery |
- Unbreak by using Debian's reimplemented MD2
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664713
- Stage
- Convert to USES=tar |
2.1.4 10 Apr 2014 12:06:34 |
bdrewery |
- Still broken as it depends on MD2 and md2.h still.
./generic/md2.c:31:10: fatal error: 'md2.h' file not found
With hat: portmgr |
2.1.4 05 Dec 2013 21:47:54 |
mi |
Automatically switch to using -lmd instead of -lcrypto on 10.x,
where OpenSSL, most tiringly, no longer provides <openssl/md2.h>.
Submitted by: pkg-fallout@ |
2.1.4 13 Nov 2013 16:50:17 |
gahr |
- Convert to USES+=tcl
- USE_LDCONFIG
- Reorder variables to make portlint non-fatal |
2.1.4 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.1.4 18 Sep 2013 20:07:28 |
mi |
Fix the build in case, a stricter compiler and Tcl-8.6 are used. Keep
compatibility
with Tcl-8.4, however.
Notified by: pkg-fallout@ |
2.1.4 24 Apr 2013 16:06:58 |
mi |
Correct the typo in previous commit.
Notified by: gahr |
2.1.4 24 Apr 2013 15:23:55 |
mi |
Seek memchan's pkgIndex.tcl in its current location.
Obtained from: gahr |
2.1.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.1.4 09 Nov 2009 01:21:34 |
mi |
Use SourceForge's mirrors, now that the distfile is available there AND
no longer available in the interim location.
Pushed by: erwin (pointyhat) |
2.1.4 14 Jul 2009 03:44:15 |
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... |
2.1.4 13 Jul 2009 12:35:51 |
mi |
Add the plist, which I forgot to re-add yesterday, when restoring this
port from the Attic.
Notified by: The Restless Daemon |
2.1.4 13 Jul 2009 05:30:15 |
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. |
2.1p2_4 13 Jun 2009 19:22:49 |
erwin |
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months. |
2.1p2_4 06 Jan 2009 19:12:46 |
pav |
- Mark BROKEN: self-tests fail
Reported by: pointyhat |
2.1p2_4 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
2.1p2_4 08 May 2006 17:04:15 |
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 |
2.1p2_3 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.1p2_3 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.1p2_3 12 Jul 2004 17:56:58 |
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... |
2.1p2_3 12 Jul 2004 15:42:42 |
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. |
2.1p2_3 11 Jul 2004 08:38:31 |
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... |
2.1p2_2 09 Jul 2004 23:03:49 |
mi |
Use ``$(CC) -shared'' insted of ld to create shared library. This
allows to use non-default compilers, such as icc. |
2.1p2_2 09 Jul 2004 20:48:54 |
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''. |
2.1p2_2 01 Jun 2004 08:15:07 |
kris |
Also fails testsuite on amd64. |
2.1p2_2 13 May 2004 09:10:50 |
kris |
BROKEN on sparc64: Fails testsuite during build |
2.1p2_2 04 Apr 2004 19:06:47 |
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. |
2.1p2_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.1p2_2 19 Dec 2003 11:25:36 |
linimon |
Per bento logs, mark as broken on 5.x, although not for the usual gcc
reasons. Informed maintainer. |
2.1p2_2 13 Dec 2003 17:12:13 |
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 |
2.1p2_2 31 Oct 2003 01:59:36 |
mi |
Change the default TCL_VER to 8.4 to match that of tcl-memchan.
Submitted by: kris, the ports janitor |
2.1p2_2 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. |
2.1p2_2 24 Sep 2002 11:01:34 |
alex |
- Use -E, since Ex. RE are used;
- Fix plist and therefore bump PORTREVISION
Noticed by: bento |
2.1p2_1 24 Jun 2002 21:05:39 |
mi |
PERL -> REINPLACE_CMD. |
2.1p2_1 29 Mar 2002 17:43:34 |
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: |