Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-network-udapl.mf
          +++ new/usr/src/pkg/manifests/system-network-udapl.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  set name=pkg.fmri value=pkg:/system/network/udapl@$(PKGVERS)
  33   34  set name=pkg.description value="Sun DAT registry library and datadm"
  34   35  set name=pkg.summary value="Sun User Direct Access Programming Library (User)"
  35   36  set name=info.classification \
  36   37      value=org.opensolaris.category.2008:System/Libraries
  37   38  set name=variant.arch value=$(ARCH)
  38   39  dir path=etc group=sys
  39   40  dir path=etc/dat group=sys
  40   41  dir path=usr group=sys
  41   42  dir path=usr/lib
  42      -dir path=usr/lib/$(ARCH64)
       43 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  43   44  dir path=usr/sbin
  44   45  dir path=usr/share/man
  45   46  dir path=usr/share/man/man1m
  46   47  dir path=usr/share/man/man3dat
  47   48  dir path=usr/share/man/man3lib
  48   49  dir path=usr/share/man/man4
  49   50  file path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \
  50   51      preserve=true
  51      -file path=usr/lib/$(ARCH64)/libdat.so.1
  52      -file path=usr/lib/$(ARCH64)/llib-ldat.ln
       52 +$(BUILD64)file path=usr/lib/$(ARCH64)/libdat.so.1
       53 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-ldat.ln
  53   54  file path=usr/lib/libdat.so.1
  54   55  file path=usr/lib/llib-ldat
  55   56  file path=usr/lib/llib-ldat.ln
  56   57  file path=usr/sbin/datadm mode=0555
  57   58  file path=usr/share/man/man1m/datadm.1m
  58   59  file path=usr/share/man/man3dat/dat_cno_create.3dat
  59   60  file path=usr/share/man/man3dat/dat_cno_free.3dat
  60   61  file path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
  61   62  file path=usr/share/man/man3dat/dat_cno_query.3dat
  62   63  file path=usr/share/man/man3dat/dat_cno_wait.3dat
↓ open down ↓ 66 lines elided ↑ open up ↑
 129  130  file path=usr/share/man/man3dat/dat_srq_set_lw.3dat
 130  131  file path=usr/share/man/man3dat/dat_strerror.3dat
 131  132  file path=usr/share/man/man3lib/libdat.3lib
 132  133  file path=usr/share/man/man4/dat.conf.4
 133  134  legacy pkg=SUNWudaplr desc="DAT static registry file" \
 134  135      name="Sun User Direct Access Programming Library (Root)"
 135  136  legacy pkg=SUNWudaplu desc="Sun DAT registry library and datadm" \
 136  137      name="Sun User Direct Access Programming Library (User)"
 137  138  license cr_Sun license=cr_Sun
 138  139  license lic_CDDL license=lic_CDDL
 139      -link path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
      140 +$(BUILD64)link path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
 140  141  link path=usr/lib/libdat.so target=libdat.so.1
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX