ports/115841: [MAINTAINER UPDATE] ftp/bsdftpd-ssl: fix problems with gcc 4
Nick Leuta
skynick at mail.sc.ru
Thu Aug 30 16:50:10 UTC 2007
The following reply was made to PR ports/115841; it has been noted by GNATS.
From: Nick Leuta <skynick at mail.sc.ru>
To: Sergey Matveychuk <sem at FreeBSD.org>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/115841: [MAINTAINER UPDATE] ftp/bsdftpd-ssl: fix problems
with gcc 4
Date: Thu, 30 Aug 2007 20:14:35 +0400
Sergey Matveychuk wrote:
> It's a quite strange way to fix build:
> +- BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n",
> +- bio, argi, ret, ret);
> ++/* BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n",
> ++ bio, argi, ret, ret);*/
>
> It looks like a functional change.
> Are you sure?
Yes, I am sure. As a developer of this program I think that those lines
can be removed at all ;) (because they implement very rarely used
debugging capabilities)
Those lines are the legacy of the "old good times" of ssleay (the
predecessor of OpenSSL)...
--
SkyNick
More information about the freebsd-ports-bugs
mailing list