Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2003 02:40:08 -0700 (PDT)
From:      Sergei Kolobov <sergei@kolobov.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55171: [Patch] Port: mail/ezmlm (doesn't like -current and gcc 3.3)
Message-ID:  <200308020940.h729e8Kj054829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55171; it has been noted by GNATS.

From: Sergei Kolobov <sergei@kolobov.com>
To: Alex Dupre <sysadmin@alexdupre.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/55171: [Patch] Port: mail/ezmlm (doesn't like -current and gcc 3.3)
Date: Sat, 2 Aug 2003 13:38:30 +0400

 On 2003-08-02 at 00:38 +0200, Alex Dupre wrote:
 > FreeBSD -current with gcc 3.3 doesn't compile ezmlm complaining
 > about arguments of the log() function (it thinks about math logarithm
 > instead of ezmlm-defined logging). Renaming the function
 > seems a good workaround.
 
 Alex,
 
 Thanks for noticing this.
 
 An alternative fix was submitted in ports/55182, though: 
 instead of renaming log() function in all affected source files, 
 a one-line patch could be applied to just two files - 
 ezmlm-manage.c and ezmlm-return.c:
 
 +#include "log.h"
 
 (apparently, forgotten by the author).
 
 Sergei



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308020940.h729e8Kj054829>