diff options
author | 2004-11-15 03:27:19 +0000 | |
---|---|---|
committer | 2004-11-15 03:27:19 +0000 | |
commit | 97f53ac7ef0912265f9597d1f81facb8323c0e8b (patch) | |
tree | 64a35d0da03de6200afd1805106a3c555c58e648 /profiles/default-darwin | |
parent | added ~ppc-macos closes Bug 65843 (diff) | |
download | historical-97f53ac7ef0912265f9597d1f81facb8323c0e8b.tar.gz historical-97f53ac7ef0912265f9597d1f81facb8323c0e8b.tar.bz2 historical-97f53ac7ef0912265f9597d1f81facb8323c0e8b.zip |
initial import of opendarwin make.defaults. add sys-apps/which to macos package.provided
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.provided | 1 | ||||
-rw-r--r-- | profiles/default-darwin/od/ppc/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default-darwin/od/ppc/parent | 1 | ||||
-rw-r--r-- | profiles/default-darwin/od/x86/make.defaults | 5 |
4 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.provided b/profiles/default-darwin/macos/10.3/package.provided index 56c563fdfb92..0c1a5ed12f0d 100644 --- a/profiles/default-darwin/macos/10.3/package.provided +++ b/profiles/default-darwin/macos/10.3/package.provided @@ -95,6 +95,7 @@ sys-apps/sed-4.0.7 sys-apps/tcp-wrappers-7.6-r8 sys-apps/texinfo-4.6 sys-apps/vixie-cron-3.0.1 +sys-apps/which-2.16 sys-apps/xinetd-2.0.0 sys-devel/autoconf-2.57 sys-devel/automake-1.6.3 diff --git a/profiles/default-darwin/od/ppc/make.defaults b/profiles/default-darwin/od/ppc/make.defaults new file mode 100644 index 000000000000..56616720e28c --- /dev/null +++ b/profiles/default-darwin/od/ppc/make.defaults @@ -0,0 +1,5 @@ +# defines for all ppc darwin systems using this profile +ARCH="ppc" +ACCEPT_KEYWORDS="ppc-od" +FEATURES="-sandbox sfperms" +USE="ppc-od"
\ No newline at end of file diff --git a/profiles/default-darwin/od/ppc/parent b/profiles/default-darwin/od/ppc/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-darwin/od/ppc/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-darwin/od/x86/make.defaults b/profiles/default-darwin/od/x86/make.defaults new file mode 100644 index 000000000000..1ad8d4d98bdb --- /dev/null +++ b/profiles/default-darwin/od/x86/make.defaults @@ -0,0 +1,5 @@ +# defines for all x86 darwin systems using this profile +ARCH="x86" +ACCEPT_KEYWORDS="x86-od" +FEATURES="-sandbox sfperms" +USE="x86-od"
\ No newline at end of file |