From owner-freebsd-ports@FreeBSD.ORG Sun May 25 19:44:06 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA10043F for ; Sun, 25 May 2014 19:44:06 +0000 (UTC) Received: from mailhost.netlab.sk (mailhost.netlab.sk [84.245.65.10]) (using SSLv3 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A2CF2B92 for ; Sun, 25 May 2014 19:44:05 +0000 (UTC) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlab.sk with ESMTPA; Sun, 25 May 2014 21:38:58 +0200 id 005080AE.538246D2.000151B2 Date: Sun, 25 May 2014 21:38:54 +0200 From: Milan Obuch To: freebsd-ports@freebsd.org Subject: mail/courier build failures on newer FreeBSD versions Message-ID: <20140525213854.0d952d1d@zeta.dino.sk> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; i386-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 19:44:06 -0000 Hi, pkg-fallout-builder@FreeBSD.org sends me every other day mails about failing mail/courier build for both 10.0 and 11.0 FreeBSD versions. There is some incompatibility with GCC 4.7, which is used to build mail/courier on systems with system compiler switched to clang. It works, however, with GCC 4.6, this is tested on both 10.0-STABLE and 11.0-CURRENT systems, both i386 and amd64 architectures. This port needs some more work, it does not support stage, which I am currently working on, but this is not so easy for me, yet, and I must solve some problems until it works well. In the mean time, could someone review PR ports/190209 which addresses this issue (http://www.freebsd.org/cgi/query-pr.cgi?pr=190209)? It is really simple and should solve package builder failures for [REL - 10i386-default], [REL - 10amd64-default], [REL - 10i386-quarterly], [REL - 10amd64-quarterly], [REL - head-i386-default] and [REL - head-amd64-default]. Thanks in advance and regards, Milan