From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qfewx-0008Tf-Ur for garchives@archives.gentoo.org; Sat, 09 Jul 2011 21:20:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E6321C0B3; Sat, 9 Jul 2011 21:20:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64F2C21C0B3 for ; Sat, 9 Jul 2011 21:20:24 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C30762AC123 for ; Sat, 9 Jul 2011 21:20:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 827D720051; Sat, 9 Jul 2011 21:20:22 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/default/bsd/fbsd X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20110709212022.827D720051@flycatcher.gentoo.org> Date: Sat, 9 Jul 2011 21:20:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cc51e662e61fae426b6030a2e4c5ad6d aballier 11/07/09 21:20:22 Modified: make.defaults Log: disable sandbox by default, bug #374425 Revision Changes Path 1.7 profiles/default/bsd/fbsd/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/b= sd/fbsd/make.defaults?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/b= sd/fbsd/make.defaults?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/b= sd/fbsd/make.defaults?r1=3D1.6&r2=3D1.7 Index: make.defaults =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults= ,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- make.defaults 21 Oct 2010 18:59:05 -0000 1.6 +++ make.defaults 9 Jul 2011 21:20:22 -0000 1.7 @@ -1,9 +1,9 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaul= ts,v 1.6 2010/10/21 18:59:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaul= ts,v 1.7 2011/07/09 21:20:22 aballier Exp $ =20 -# Sandbox should work now, leaving commented for testing. -# FEATURES=3D"-sandbox" +# Last building sandbox breaks gfind, bug #374425 +FEATURES=3D"-sandbox" =20 USERLAND=3D"BSD" KERNEL=3D"FreeBSD"