ports/55171: [Patch] Port: mail/ezmlm (doesn't like -current and gcc 3.3)

Sergei Kolobov sergei at kolobov.com
Sat Aug 2 09:40:09 UTC 2003


The following reply was made to PR ports/55171; it has been noted by GNATS.

From: Sergei Kolobov <sergei at kolobov.com>
To: Alex Dupre <sysadmin at alexdupre.com>
Cc: FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list