Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2004 00:25:36 +1000
From:      Mark Sergeant <msergeant@iexec.com.au>
To:        Vivek Khera <vivek@khera.org>
Cc:        ports@freebsd.org
Subject:   Re: postfix-2.1.5 w/ SPF, cyrus SASL2, PgSQL
Message-ID:  <13229F15-236D-11D9-9982-000A95AB7DDE@iexec.com.au>
In-Reply-To: <A77BC034-2367-11D9-A8C5-000A9578CFCC@khera.org>
References:  <0919F7AF-235D-11D9-9982-000A95AB7DDE@iexec.com.au> <A77BC034-2367-11D9-A8C5-000A9578CFCC@khera.org>

next in thread | previous in thread | raw e-mail | index | archive | help
No idea, I'm no guru,  just noticed that it was missing a break, heck I 
have trouble getting printf "Hello World" to work most days. I'll file 
a PR.

Cheers,

Mark

On 21/10/2004, at 23:46, Vivek Khera wrote:

> is that a bug in the SPF patch or in postfix itself?  is there a newer 
> SPF patch available?  if not, then please file a bug report with the 
> SPF patch author, and provide a patch to the port.  I don't use the 
> SPF patch myself, so rely on others for patches.
>
> On Oct 21, 2004, at 8:30 AM, Mark Sergeant wrote:
>
>> I'm experiencing the following difficulty when compiling this port on 
>> FreeBSD-5.3-STABLE ...
>>
>> /usr/local/include  -O -pipe -I. -I../../include -DFREEBSD5 -c 
>> smtpd_check.c
>> smtpd_check.c: In function `reject_spf_ill_sender':
>> smtpd_check.c:1559: error: label at end of compound statement
>> *** Error code 1
>>
>> Stop in /usr/ports/mail/postfix/work/postfix-2.1.5/src/smtpd.
>> *** Error code 1
>>
>> Seems its missing a break; in the default section.
>>
>> Patch as follows...
>>
>> --- smtpd_check.c       Thu Oct 21 22:26:30 2004
>> +++ work/postfix-2.1.5/src/smtpd/smtpd_check.c  Thu Oct 21 22:26:45 
>> 2004
>> @@ -1556,7 +1556,6 @@
>>                 reply_name, reply_class);
>>         break;
>>      default:
>> -       break;
>>      }
>>
>>      /*
>>
>>
>>
>> ### End of Patch
>>
>> Cheers,
>>
>> Mark
>>
>>
> Vivek Khera, Ph.D.
> +1-301-869-4449 x806
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13229F15-236D-11D9-9982-000A95AB7DDE>