From owner-cvs-all@FreeBSD.ORG Thu Jun 21 23:16:49 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F8E41065670; Thu, 21 Jun 2012 23:16:49 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id DD7F28FC0A; Thu, 21 Jun 2012 23:16:48 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2221D40007; Fri, 22 Jun 2012 01:16:48 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 17ABB40009; Fri, 22 Jun 2012 01:16:48 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id EDA9840007; Fri, 22 Jun 2012 01:16:47 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3WJJhH3kf3z8ggx; Fri, 22 Jun 2012 01:16:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id RnPFCGvkB7no; Fri, 22 Jun 2012 01:16:45 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3WJJhF45xkz8ggv; Fri, 22 Jun 2012 01:16:45 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3WJJhF28rnz9Ctq; Fri, 22 Jun 2012 01:16:45 +0200 (CEST) Message-ID: <4FE3AB5E.50006@daemonic.se> Date: Fri, 22 Jun 2012 01:16:46 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Johan van Selst References: <201206161451.q5GEpk1m064865@repoman.freebsd.org> In-Reply-To: <201206161451.q5GEpk1m064865@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/gnuchess Makefile ports/games/ldmud Makefile ports/games/xboard Makefile ports/devel/m4 Makefile ports/editors/nvi-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 23:16:49 -0000 On 2012-06-16 16:51, Johan van Selst wrote: > johans 2012-06-16 14:51:46 UTC > > FreeBSD ports repository > > Modified files: > games/gnuchess Makefile > games/ldmud Makefile > games/xboard Makefile > devel/m4 Makefile > editors/nvi-devel Makefile > Log: > Convert to new options framework Hi! I just noticed that this commit turned on the LIBSIGSEGV options for gnu m4 by default. Previously this option was turned off by default. Was this change intentional? Regards! -- Niclas