summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-07-31 16:30:39 +0000
committerRichard Yao <ryao@gentoo.org>2012-07-31 16:30:39 +0000
commit88a58e46fcb5f1cb44ae5323572e98d33f235d8e (patch)
tree273ffc8d5270196d3e48f8d1478f39830b3bfbc2 /profiles/prefix/bsd
parentAdd FreeBSD 9.1 profile to prefix.desc and fix ~x86-fbsd profile descriptions (diff)
downloadgentoo-2-88a58e46fcb5f1cb44ae5323572e98d33f235d8e.tar.gz
gentoo-2-88a58e46fcb5f1cb44ae5323572e98d33f235d8e.tar.bz2
gentoo-2-88a58e46fcb5f1cb44ae5323572e98d33f235d8e.zip
Add missing files to FreeBSD 9.1 Prefix profile
Diffstat (limited to 'profiles/prefix/bsd')
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/package.provided5
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/parent1
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/x64/make.defaults9
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/x64/parent2
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/x86/make.defaults9
-rw-r--r--profiles/prefix/bsd/freebsd/9.1/x86/parent2
6 files changed, 28 insertions, 0 deletions
diff --git a/profiles/prefix/bsd/freebsd/9.1/package.provided b/profiles/prefix/bsd/freebsd/9.1/package.provided
new file mode 100644
index 000000000000..cb29b77c314f
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/package.provided
@@ -0,0 +1,5 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/package.provided,v 1.1 2012/07/31 16:30:38 ryao Exp $
+
+sys-freebsd/libc-9.0
diff --git a/profiles/prefix/bsd/freebsd/9.1/parent b/profiles/prefix/bsd/freebsd/9.1/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults
new file mode 100644
index 000000000000..7fabd5314f21
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x64/make.defaults,v 1.1 2012/07/31 16:30:39 ryao Exp $
+
+# retain backwards compatability for freebsd keywords/conditionals
+ARCH="amd64-fbsd"
+CHOST="x86_64-pc-freebsd9.0"
+ACCEPT_KEYWORDS="~x64-freebsd"
+
diff --git a/profiles/prefix/bsd/freebsd/9.1/x64/parent b/profiles/prefix/bsd/freebsd/9.1/x64/parent
new file mode 100644
index 000000000000..fc24616eeda4
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/x64/parent
@@ -0,0 +1,2 @@
+../../arch/x64
+..
diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults b/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults
new file mode 100644
index 000000000000..5097bcc968e0
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/9.1/x86/make.defaults,v 1.1 2012/07/31 16:30:39 ryao Exp $
+
+# retain backwards compatability for freebsd keywords/conditionals
+ARCH="x86-fbsd"
+CHOST="i686-pc-freebsd9.0"
+ACCEPT_KEYWORDS="~x86-freebsd"
+
diff --git a/profiles/prefix/bsd/freebsd/9.1/x86/parent b/profiles/prefix/bsd/freebsd/9.1/x86/parent
new file mode 100644
index 000000000000..4a6aa36b18d9
--- /dev/null
+++ b/profiles/prefix/bsd/freebsd/9.1/x86/parent
@@ -0,0 +1,2 @@
+../../arch/x86
+..