From owner-cvs-all@FreeBSD.ORG Sat Jul 7 22:31:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84D8E16A468; Sat, 7 Jul 2007 22:31:04 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7666A13C480; Sat, 7 Jul 2007 22:31:04 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l67MV4oU076814; Sat, 7 Jul 2007 22:31:04 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l67MV4qu076813; Sat, 7 Jul 2007 22:31:04 GMT (envelope-from barner) Message-Id: <200707072231.l67MV4qu076813@repoman.freebsd.org> From: Simon Barner Date: Sat, 7 Jul 2007 22:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/boost/files patch-tools_jam_src_build.jam X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 22:31:04 -0000 barner 2007-07-07 22:31:04 UTC FreeBSD ports repository Added files: devel/boost/files patch-tools_jam_src_build.jam Log: Build bjam tool with -fno-strict-aliasing: - Fixes build on 7/amd64 (gcc 4.2.0) - Note: this only affects the build of the bjam tool, the libraries are build with the user's CXXFLAGS settings Reported by: trasz@ "Matthew D. Fuller" Pascal Hofstee Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=boost.diff;att=1;bug=367825 (only the -fno-strict-aliasing part) via http://svn.boost.org/trac/boost/ticket/977 Revision Changes Path 1.1 +11 -0 ports/devel/boost/files/patch-tools_jam_src_build.jam (new)