From owner-svn-ports-all@FreeBSD.ORG Wed Sep 10 21:32:59 2014 Return-Path: Delivered-To: svn-ports-all@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 E77AB2E5; Wed, 10 Sep 2014 21:32:59 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C42B4F4D; Wed, 10 Sep 2014 21:32:59 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 26EBE3F41F; Wed, 10 Sep 2014 17:32:52 -0400 (EDT) Date: Wed, 10 Sep 2014 23:32:51 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r367883 - in head: Mk lang/gcc In-Reply-To: <5410AEB5.9050205@FreeBSD.org> Message-ID: References: <201409101909.s8AJ9wpY028698@svn.freebsd.org> <5410AEB5.9050205@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 21:33:00 -0000 On Wed, 10 Sep 2014, Bryan Drewery wrote: > Thanks for writing up a summary of changes. Very useful. I learned > about AddressSanitizer being supported. You are very welcome! (I haven't tested AddressSanitizer myself, but think I recall a positive report by a user. If it does not work properly we might look into lang/gcc49 or lang/gcc5.) On a related note, when trying to commit the PORTREVISION bump related to this commit, I ended up with: svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: Do not commit ports with NOPORTDOCS or NOPORTEXAMPLES. The port must be converted to proper OPTIONS. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html Not super helpful since it did not indicate which of the 1000+ ports actually failed this test. ;-) I could bypass this using Approved: portmgr (implicit). Gerald