diff options
author | Andreas Turriff <Andreas Turriff andreas@turriff.net> | 2010-10-04 09:01:00 -0700 |
---|---|---|
committer | Andreas Turriff <Andreas Turriff andreas@turriff.net> | 2010-10-04 09:01:00 -0700 |
commit | 3332f2508dc2236cce38a12798d27bf14300759e (patch) | |
tree | fe8fe817c57f9253a61c237275a7100a24f3c090 /profiles/default/bsd/fbsd | |
parent | Changed contact email address. (diff) | |
download | gentoo-bsd-3332f2508dc2236cce38a12798d27bf14300759e.tar.gz gentoo-bsd-3332f2508dc2236cce38a12798d27bf14300759e.tar.bz2 gentoo-bsd-3332f2508dc2236cce38a12798d27bf14300759e.zip |
FreeBSD 8.1 ebuilds and profile. Tested on AMD64, selfhosting except for kernel (requires some manual intervention on library symlinks)
Diffstat (limited to 'profiles/default/bsd/fbsd')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/8.1/make.defaults | 11 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/8.1/parent | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/8.1/make.defaults b/profiles/default/bsd/fbsd/amd64/8.1/make.defaults new file mode 100644 index 0000000..ccc83d2 --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/8.1/make.defaults @@ -0,0 +1,11 @@ +# Copyright 2004-2010 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 + +CHOST="x86_64-gentoo-freebsd8.1" +CHOST_amd64_fbsd="x86_64-gentoo-freebsd8.1" +CHOST_x86_fbsd="i686-gentoo-freebsd8.1" + +# 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 +USE="${USE} java6" + diff --git a/profiles/default/bsd/fbsd/amd64/8.1/parent b/profiles/default/bsd/fbsd/amd64/8.1/parent new file mode 100644 index 0000000..ff1134a --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/8.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../releases/freebsd-8.1/ |