public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-bsd:master commit in: profiles/arch/amd64-fbsd/clang/, profiles/default/bsd/fbsd/amd64/10.0/, ...
@ 2013-12-19 12:13 Yuta SATOH
  0 siblings, 0 replies; only message in thread
From: Yuta SATOH @ 2013-12-19 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7f2b4418d50c4a3df6bcdb7455ee243e3b164088
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Thu Dec 19 12:11:10 2013 +0000
Commit:     Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
CommitDate: Thu Dec 19 12:11:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=7f2b4418

profiles: added FreeBSD 10.0 support.

---
 profiles/arch/amd64-fbsd/clang/package.use.force   |  2 +-
 profiles/arch/amd64-fbsd/clang/packages.build      | 46 ----------------------
 profiles/default/bsd/fbsd/amd64/10.0/clang/parent  |  1 +
 profiles/default/bsd/fbsd/amd64/10.0/make.defaults |  8 ++--
 profiles/default/bsd/fbsd/amd64/10.0/parent        |  2 +-
 profiles/default/bsd/fbsd/x86/10.0/make.defaults   |  4 +-
 profiles/default/bsd/fbsd/x86/10.0/parent          |  2 +-
 7 files changed, 10 insertions(+), 55 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force b/profiles/arch/amd64-fbsd/clang/package.use.force
index 114d9cb..3d54a7b 100644
--- a/profiles/arch/amd64-fbsd/clang/package.use.force
+++ b/profiles/arch/amd64-fbsd/clang/package.use.force
@@ -14,4 +14,4 @@ sys-libs/libcxx static-libs abi_x86_32
 net-misc/curl ssl curl_ssl_openssl
 
 # We obviously need clang
-sys-devel/llvm clang
+sys-devel/llvm clang static-analyzer

diff --git a/profiles/arch/amd64-fbsd/clang/packages.build b/profiles/arch/amd64-fbsd/clang/packages.build
index ee299d6..dbba9b1 100644
--- a/profiles/arch/amd64-fbsd/clang/packages.build
+++ b/profiles/arch/amd64-fbsd/clang/packages.build
@@ -2,52 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-# This file describes the packages needed to build a stage 1 based on this
-# profile.  Packages in this file are built in order.
-
-# Please do not move perl before baselayout doing so will break lib -> lib64
-# symlinks on systems that use them.
-
-app-arch/bzip2
-app-arch/gzip
-dev-libs/openssl
-app-arch/libarchive
-app-shells/bash
-net-misc/rsync
-net-misc/wget
-sys-devel/autoconf
-sys-devel/automake
-sys-devel/libtool
-sys-apps/openrc
-sys-apps/baselayout
-sys-apps/diffutils
-sys-apps/file
-sys-apps/findutils
-sys-apps/gawk
-sys-apps/grep
-sys-apps/less
-sys-apps/portage
-sys-apps/sed
-sys-devel/binutils
-sys-devel/bison
-sys-devel/flex
-sys-devel/gcc
-dev-libs/libiconv
-sys-devel/gettext
-sys-devel/gnuconfig
-sys-devel/make
-sys-devel/patch
-virtual/editor
-virtual/libc
-virtual/os-headers
-sys-freebsd/freebsd-mk-defs
-sys-freebsd/freebsd-lib
-sys-freebsd/freebsd-libexec
-sys-freebsd/freebsd-bin
-sys-freebsd/freebsd-sbin
-sys-freebsd/freebsd-ubin
-sys-freebsd/freebsd-usbin
-sys-freebsd/freebsd-contrib
 sys-devel/llvm
 sys-devel/clang
 sys-libs/libcxx

diff --git a/profiles/default/bsd/fbsd/amd64/10.0/clang/parent b/profiles/default/bsd/fbsd/amd64/10.0/clang/parent
index f3229c5..7dbda40 100644
--- a/profiles/default/bsd/fbsd/amd64/10.0/clang/parent
+++ b/profiles/default/bsd/fbsd/amd64/10.0/clang/parent
@@ -1 +1,2 @@
 ..
+../../../../../../arch/amd64-fbsd/clang

diff --git a/profiles/default/bsd/fbsd/amd64/10.0/make.defaults b/profiles/default/bsd/fbsd/amd64/10.0/make.defaults
index c79bd46..d297dce 100644
--- a/profiles/default/bsd/fbsd/amd64/10.0/make.defaults
+++ b/profiles/default/bsd/fbsd/amd64/10.0/make.defaults
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 # $Header: $
 
-CHOST="x86_64-gentoo-freebsd9.2"
-CHOST_amd64_fbsd="x86_64-gentoo-freebsd9.2"
-CHOST_x86_fbsd="i686-gentoo-freebsd9.2"
+CHOST="x86_64-gentoo-freebsd10.0"
+CHOST_amd64_fbsd="x86_64-gentoo-freebsd10.0"
+CHOST_x86_fbsd="i686-gentoo-freebsd10.0"
 
 # Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
 # Turn this on by default as we don't have Java 1.4 and 1.5 at all

diff --git a/profiles/default/bsd/fbsd/amd64/10.0/parent b/profiles/default/bsd/fbsd/amd64/10.0/parent
index 78cf737..88743e3 100644
--- a/profiles/default/bsd/fbsd/amd64/10.0/parent
+++ b/profiles/default/bsd/fbsd/amd64/10.0/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../releases/freebsd-9.2
+../../../../../releases/freebsd-10.0

diff --git a/profiles/default/bsd/fbsd/x86/10.0/make.defaults b/profiles/default/bsd/fbsd/x86/10.0/make.defaults
index 55ac97a..a821487 100644
--- a/profiles/default/bsd/fbsd/x86/10.0/make.defaults
+++ b/profiles/default/bsd/fbsd/x86/10.0/make.defaults
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 # $Header: $
 
-CHOST="i486-gentoo-freebsd9.2"
+CHOST="i486-gentoo-freebsd10.0"
 
 # Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
 # Turn this on by default as we don't have Java 1.4 and 1.5 at all

diff --git a/profiles/default/bsd/fbsd/x86/10.0/parent b/profiles/default/bsd/fbsd/x86/10.0/parent
index 78cf737..88743e3 100644
--- a/profiles/default/bsd/fbsd/x86/10.0/parent
+++ b/profiles/default/bsd/fbsd/x86/10.0/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../releases/freebsd-9.2
+../../../../../releases/freebsd-10.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-19 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 12:13 [gentoo-commits] proj/gentoo-bsd:master commit in: profiles/arch/amd64-fbsd/clang/, profiles/default/bsd/fbsd/amd64/10.0/, Yuta SATOH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox