From owner-freebsd-ports@FreeBSD.ORG Sat Jun 14 05:13:38 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A0791ED; Sat, 14 Jun 2014 05:13:38 +0000 (UTC) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED2C2C7A; Sat, 14 Jun 2014 05:13:37 +0000 (UTC) Received: from [192.168.1.2] (245.sub-75-244-31.myvzw.com [75.244.31.245]) (authenticated bits=0) by roadkill.tharned.org (8.14.9/8.14.9) with ESMTP id s5E5DQIY084068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jun 2014 00:13:35 -0500 (CDT) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2014; t=1402722815; bh=OPFfbUZdXhD6LOc9POW85EcmlC7+kCNMaU6XFYP8xuo=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=hc4QdURwkyVZl5iX9yOySeU4sBVD8g3MNMLZpqOcUQpO239K9GRcfvsulFGVuyci3 3YeADDaYNVlhKiPczFLOI6hv1iEA9Sj2HsDglna/w1p7oUN0RSGuAJTNwc+Qj8+iVy E3IcVIJaeYrFVGEEJhtYOXdtHWp/n/FjuijLtc//mJw670WQZYV3WsmOCiO3qVU4UM qzGxZWQa/IDs0bHdBclVC3Gzk2sw3B2x3lPiP+w1Arq7CpZLxoEeCiwvMLzz1dZZwv ijKZ+hm+TRxVCH9wxWxt1djpAmJsUzF1UGMyMgnWKblLS7wr7glHPue1WKJVXiQfvl Wn50nhVmYowgA== Date: Sat, 14 Jun 2014 00:13:25 -0500 (CDT) From: Greg Rivers To: Cy Schubert Subject: Re: security/tripwire compile error In-Reply-To: <201406140259.s5E2xsos014955@slippy.cwsent.com> Message-ID: References: <201406140259.s5E2xsos014955@slippy.cwsent.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (roadkill.tharned.org [75.145.12.185]); Sat, 14 Jun 2014 00:13:35 -0500 (CDT) Cc: freebsd-ports@freebsd.org, cy@FreeBSD.org 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: Sat, 14 Jun 2014 05:13:38 -0000 On Fri, 13 Jun 2014, Cy Schubert wrote: > Try it with gcc 4.6. > That works fine. I see you've already updated the make file too. Thanks a lot for your work. -- Greg