From owner-freebsd-ports@FreeBSD.ORG Thu Oct 21 13:46:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E025816A4CE for ; Thu, 21 Oct 2004 13:46:50 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C9743D1D for ; Thu, 21 Oct 2004 13:46:48 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id E1DFC217B5; Thu, 21 Oct 2004 09:46:47 -0400 (EDT) In-Reply-To: <0919F7AF-235D-11D9-9982-000A95AB7DDE@iexec.com.au> References: <0919F7AF-235D-11D9-9982-000A95AB7DDE@iexec.com.au> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Thu, 21 Oct 2004 09:46:48 -0400 To: Mark Sergeant X-Mailer: Apple Mail (2.619) cc: ports@freebsd.org Subject: Re: postfix-2.1.5 w/ SPF, cyrus SASL2, PgSQL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 13:46:51 -0000 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