From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 10:05:57 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F6FE8C0; Thu, 2 Apr 2015 10:05:57 +0000 (UTC) Received: from mail-yh0-x236.google.com (mail-yh0-x236.google.com [IPv6:2607:f8b0:4002:c01::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32D3993F; Thu, 2 Apr 2015 10:05:57 +0000 (UTC) Received: by yhpt93 with SMTP id t93so19621372yhp.0; Thu, 02 Apr 2015 03:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=R+pSRazHs9lEMYSDM21LbyOw7rIRE5OR0saBsMcxIF4=; b=iRzN8/ii9SlollmHaB9tXmS0rPCqjPaRnlONG+Vh2rXhkx6TwXCBq85LUbZozF0gD7 NyD/swKvIBrqA26h4JCzC9cWbIDAjiigOYMAXpnHaE9CqFhFHk6PSPyIeLM0+5H/H6xK DmB1DuXJLMhFafWDKVunXrsenvRY8rPY0My+Ew4V/qAk8pGkJzDCSI0djKgJXWR1S/VB lBRMJ6TGILuCU9Qig8lM5vOiaZez8wbEynOA78oA4up0Zn4zwyI+5NWY0itawAGWKFrx rpZjxVuwV16KONcOiO5PvEiYYobVBirHINgQjpI0Hti5K8I++09gMGf0Z2wxnXA3j7D9 KjMg== X-Received: by 10.52.166.12 with SMTP id zc12mr45684055vdb.74.1427969156457; Thu, 02 Apr 2015 03:05:56 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id yr19sm737302vdc.8.2015.04.02.03.05.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 03:05:55 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 2 Apr 2015 12:05:51 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r382947 - head/games/lbreakout Message-ID: <20150402100551.GY30115@ivaldir.etoilebsd.net> References: <201504011956.t31Ju5oi069735@svn.freebsd.org> <20150402063430.GD89620@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="krsqJi1PDCheOQxO" Content-Disposition: inline In-Reply-To: <20150402063430.GD89620@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Dmitry Marakasov , 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: Thu, 02 Apr 2015 10:05:57 -0000 --krsqJi1PDCheOQxO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 02, 2015 at 06:34:30AM +0000, Alexey Dokuchaev wrote: > On Wed, Apr 01, 2015 at 07:56:05PM +0000, Dmitry Marakasov wrote: > > New Revision: 382947 > > URL: https://svnweb.freebsd.org/changeset/ports/382947 > >=20 > > Log: > > - Remove unneeded -pthread replace > > [...] >=20 > If you anticipate more of similar rather trivial changes, I would really > appreciate if you'd group them together (e.g., on per-category basis) to > reduce lists spamming, thank you. >=20 > ./danfe >=20 The point of atomic commit is important because it allows to quickly and easily revert if needed, in such particular case as of -pthread one may have missed something due to the complexity to figure out if something needs to = be linked to pthread or not on FreeBSD lower that FreeBSD 11-CURRENT/10-STABLE. I prefer commits being splitted into small commits for everything that maybe subject to a revert (yes I know with svn we can sparse revert) Bapt --krsqJi1PDCheOQxO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUdFH8ACgkQ8kTtMUmk6EyqNwCgwIUc0ctxHR5TnBV1enX23Ae/ R4sAoIhPnCdtkAu9BE4NdqGtTmbQelrZ =IIbD -----END PGP SIGNATURE----- --krsqJi1PDCheOQxO--