From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17EEA13800E for ; Fri, 10 Aug 2012 22:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D10E052E; Fri, 10 Aug 2012 22:37:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B7A42E052E for ; Fri, 10 Aug 2012 22:37:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF6AC1B4120 for ; Fri, 10 Aug 2012 22:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5251E543F for ; Fri, 10 Aug 2012 22:37:21 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1344638222.367a62d44976f06cb35a64d4d64c30f9904e476f.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: profiles/default/bsd/fbsd/x86/9.1/, profiles/default/bsd/fbsd/amd64/9.1/, ... X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/default/bsd/ChangeLog profiles/default/bsd/fbsd/amd64/9.1/make.defaults profiles/default/bsd/fbsd/amd64/9.1/parent profiles/default/bsd/fbsd/x86/9.1/make.defaults profiles/default/bsd/fbsd/x86/9.1/parent X-VCS-Directories: profiles/default/bsd/fbsd/x86/9.1/ profiles/default/bsd/fbsd/amd64/9.1/ profiles/default/bsd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 367a62d44976f06cb35a64d4d64c30f9904e476f X-VCS-Branch: musl Date: Fri, 10 Aug 2012 22:37:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b846c38a-dc4f-4805-9a69-f22e64aec181 X-Archives-Hash: bdc93fc2bf66bdb74ee64968fcd0d1fe commit: 367a62d44976f06cb35a64d4d64c30f9904e476f Author: Anthony G. Basile gentoo org> AuthorDate: Fri Aug 10 22:37:02 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Aug 10 22:37:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=367a62d4 profiles/default: rebase with maintree --- profiles/default/bsd/ChangeLog | 7 ++++++- profiles/default/bsd/fbsd/amd64/9.1/make.defaults | 11 +++++++++++ profiles/default/bsd/fbsd/amd64/9.1/parent | 2 ++ profiles/default/bsd/fbsd/x86/9.1/make.defaults | 9 +++++++++ profiles/default/bsd/fbsd/x86/9.1/parent | 2 ++ 5 files changed, 30 insertions(+), 1 deletions(-) diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index aed848d..e5f40f5 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.122 2012/07/04 07:40:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.123 2012/08/07 20:52:35 aballier Exp $ + + 07 Aug 2012; Alexis Ballier + +fbsd/amd64/9.1/make.defaults, +fbsd/amd64/9.1/parent, + +fbsd/x86/9.1/make.defaults, +fbsd/x86/9.1/parent: + add FreeBSD 9.1 profiles from overlay 04 Jul 2012; Samuli Suominen fbsd/package.use.mask: Remove obsolete net-libs/xulrunner entry wrt #424617 diff --git a/profiles/default/bsd/fbsd/amd64/9.1/make.defaults b/profiles/default/bsd/fbsd/amd64/9.1/make.defaults new file mode 100644 index 0000000..640042c --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/make.defaults @@ -0,0 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/make.defaults,v 1.1 2012/08/07 20:52:35 aballier Exp $ + +CHOST="x86_64-gentoo-freebsd9.1" +CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.1" +CHOST_x86_fbsd="i686-gentoo-freebsd9.1" + +# Diego Pettenò (2 Dec 2006) +# Turn this on by default as we don't have Java 1.4 and 1.5 at all +USE="java6" diff --git a/profiles/default/bsd/fbsd/amd64/9.1/parent b/profiles/default/bsd/fbsd/amd64/9.1/parent new file mode 100644 index 0000000..ec4bdf7 --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-9.1/ diff --git a/profiles/default/bsd/fbsd/x86/9.1/make.defaults b/profiles/default/bsd/fbsd/x86/9.1/make.defaults new file mode 100644 index 0000000..ee43dab --- /dev/null +++ b/profiles/default/bsd/fbsd/x86/9.1/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/x86/9.1/make.defaults,v 1.1 2012/08/07 20:52:35 aballier Exp $ + +CHOST="i486-gentoo-freebsd9.1" + +# Diego Pettenò (2 Dec 2006) +# Turn this on by default as we don't have Java 1.4 and 1.5 at all +USE="java6" diff --git a/profiles/default/bsd/fbsd/x86/9.1/parent b/profiles/default/bsd/fbsd/x86/9.1/parent new file mode 100644 index 0000000..ec4bdf7 --- /dev/null +++ b/profiles/default/bsd/fbsd/x86/9.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-9.1/