components/meta-packages/history/sfw-incorporation.p5m
author Craig Mohrman <craig.mohrman@oracle.com>
Wed, 27 May 2015 17:12:47 -0700
changeset 4367 2f56a3dac19a
child 6500 eb9df404cf15
permissions -rw-r--r--
21028978 install all packages fails for pkgs added from sfw to userland incorpororation 21029430 plugin-php52 should have been obsoleted with apache-php5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4367
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     1
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     3
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     7
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    12
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    18
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    20
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    22
#
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    23
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    25
    value=pkg:/consolidation/sfw/sfw-incorporation@0.$(OS_VERSION),$(BUILD_VERSION)
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="sfw consolidation incorporation"
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    28
    value="This incorporation constrains packages from the sfw consolidation."
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    29
set name=pkg.depend.install-hold value=core-os.sfw
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    30
set name=info.classification \
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    31
    value="org.opensolaris.category.2008:Meta Packages/Incorporations"
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.consolidation incorporate=none value=sfw
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    33
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    34
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    35
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    36
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    37
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    38
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    39
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    40
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    41
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    42
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    43
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    44
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    45
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    46
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    47
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    48
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    49
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    50
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    51
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    52
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    53
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    54
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    55
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    56
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    57
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    58
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    59
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    60
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    61
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    62
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    63
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    64
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    65
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    66
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    67
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    68
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    69
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    70
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    71
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    72
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    73
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    74
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    75
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    76
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    77
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    78
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    79
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    80
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    81
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    82
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    83
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    84
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    85
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    86
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    87
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    88
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    89
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    90
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    91
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    92
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    93
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    94
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    95
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    96
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    97
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    98
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    99
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   100
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   101
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   102
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   103
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   104
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   105
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   106
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   107
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   108
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   109
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   110
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   111
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   112
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   113
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   114
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   115
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   116
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   117
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   118
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   119
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   120
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   121
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   122
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   123
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   124
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   125
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   126
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   127
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   128
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   129
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   130
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   131
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   132
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   133
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   134
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   135
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   136
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   137
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   138
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   139
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   140
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   141
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   142
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   143
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   144
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   145
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   146
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   147
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   148
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   149
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   150
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   151
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   152
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   153
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   154
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   155
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   156
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   157
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   158
depend type=incorporate [email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   159
depend type=incorporate fmri=benchmark/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   160
depend type=incorporate fmri=benchmark/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   161
depend type=incorporate fmri=benchmark/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   162
depend type=incorporate fmri=database/mysql-4/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   163
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   164
depend type=incorporate fmri=database/mysql-5/connector/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   165
depend type=incorporate fmri=database/mysql-5/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   166
depend type=incorporate fmri=database/mysql-50/connector/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   167
depend type=incorporate fmri=database/mysql-50/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   168
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   169
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   170
depend type=incorporate fmri=database/postgres-82/connector/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   171
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   172
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   173
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   174
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   175
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   176
depend type=incorporate fmri=database/postgres-82/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   177
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   178
depend type=incorporate fmri=database/postgres-83/connector/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   179
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   180
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   181
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   182
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   183
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   184
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   185
depend type=incorporate fmri=database/postgres-83/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   186
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   187
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   188
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   189
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   190
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   191
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   192
depend type=incorporate fmri=database/postgres-84/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   193
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   194
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   195
depend type=incorporate fmri=database/postgres/library/c++/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   196
depend type=incorporate fmri=database/postgres/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   197
depend type=incorporate fmri=database/postgres/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   198
depend type=incorporate fmri=database/postgres/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   199
depend type=incorporate fmri=database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   200
depend type=incorporate fmri=developer/documentation-tool/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   201
depend type=incorporate fmri=developer/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   202
depend type=incorporate fmri=developer/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   203
depend type=incorporate fmri=developer/parser/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   204
depend type=incorporate fmri=diagnostic/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   205
depend type=incorporate fmri=editor/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   206
depend type=incorporate fmri=editor/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   207
depend type=incorporate fmri=library/apr-util-13/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   208
depend type=incorporate fmri=library/desktop/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   209
depend type=incorporate fmri=library/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   210
depend type=incorporate fmri=library/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   211
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   212
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   213
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   214
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   215
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   216
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   217
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   218
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   219
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   220
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   221
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   222
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   223
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   224
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   225
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   226
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   227
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   228
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   229
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   230
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   231
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   232
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   233
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   234
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   235
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   236
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   237
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   238
depend type=incorporate fmri=library/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   239
depend type=incorporate fmri=library/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   240
depend type=incorporate fmri=library/perl-5/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   241
depend type=incorporate fmri=library/python-2/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   242
depend type=incorporate fmri=library/python-2/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   243
depend type=incorporate fmri=library/python-2/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   244
depend type=incorporate fmri=network/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   245
depend type=incorporate fmri=runtime/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   246
depend type=incorporate fmri=runtime/java/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   247
depend type=incorporate fmri=runtime/perl-510/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   248
depend type=incorporate fmri=runtime/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   249
depend type=incorporate fmri=runtime/tcl-8/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   250
depend type=incorporate fmri=service/database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   251
depend type=incorporate fmri=service/database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   252
depend type=incorporate fmri=service/database/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   253
depend type=incorporate fmri=service/network/load-balancer/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   254
depend type=incorporate fmri=service/network/sip/ser/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   255
depend type=incorporate fmri=service/network/sip/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   256
depend type=incorporate fmri=shell/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   257
depend type=incorporate fmri=shell/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   258
depend type=incorporate fmri=system/management/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   259
depend type=incorporate fmri=system/management/wbem/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   260
depend type=incorporate fmri=system/management/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   261
depend type=incorporate fmri=terminal/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   262
depend type=incorporate fmri=text/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   263
depend type=incorporate fmri=text/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   264
depend type=incorporate fmri=web/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   265
depend type=incorporate fmri=web/analytics/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   266
depend type=incorporate \
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   267
    fmri=web/library/apache/apr-util-13/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   268
depend type=incorporate fmri=web/php-52/extension/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   269
depend type=incorporate fmri=web/server/apache-13/[email protected]
2f56a3dac19a 21028978 install all packages fails for pkgs added from sfw to userland incorpororation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
   270
depend type=incorporate fmri=web/server/[email protected]