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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-library-security-libsasl.mf
          +++ new/usr/src/pkg/manifests/system-library-security-libsasl.mf
↓ open down ↓ 14 lines elided ↑ open up ↑
  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   24  # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
       25 +# Copyright 2014 Andrew Stormont.
  25   26  #
  26   27  
  27   28  set name=pkg.fmri value=pkg:/system/library/security/libsasl@$(PKGVERS)
  28   29  set name=pkg.description \
  29   30      value="Simple Authentication and Security Layer (SASL) v2 shared library and plugins"
  30   31  set name=pkg.summary \
  31   32      value="Simple Authentication and Security Layer (SASL) v2 shared library and plugins"
  32   33  set name=info.classification \
  33   34      value=org.opensolaris.category.2008:System/Libraries
  34   35  set name=variant.arch value=$(ARCH)
  35   36  dir path=usr group=sys
  36   37  dir path=usr/lib
  37      -dir path=usr/lib/$(ARCH64)
       38 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  38   39  dir path=usr/lib/sasl
  39      -dir path=usr/lib/sasl/$(ARCH64)
       40 +$(BUILD64)dir path=usr/lib/sasl/$(ARCH64)
  40   41  dir path=usr/share/man
  41   42  dir path=usr/share/man/man3lib
  42   43  dir path=usr/share/man/man3proc
  43   44  dir path=usr/share/man/man3project
  44   45  dir path=usr/share/man/man3resolv
  45   46  dir path=usr/share/man/man3rpc
  46   47  dir path=usr/share/man/man3sasl
  47   48  dir path=usr/share/man/man4
  48      -file path=usr/lib/$(ARCH64)/libsasl.so.1
       49 +$(BUILD64)file path=usr/lib/$(ARCH64)/libsasl.so.1
  49   50  file path=usr/lib/libsasl.so.1
  50      -file path=usr/lib/sasl/$(ARCH64)/crammd5.so.1
  51      -file path=usr/lib/sasl/$(ARCH64)/digestmd5.so.1
  52      -file path=usr/lib/sasl/$(ARCH64)/login.so.1
  53      -file path=usr/lib/sasl/$(ARCH64)/plain.so.1
       51 +$(BUILD64)file path=usr/lib/sasl/$(ARCH64)/crammd5.so.1
       52 +$(BUILD64)file path=usr/lib/sasl/$(ARCH64)/digestmd5.so.1
       53 +$(BUILD64)file path=usr/lib/sasl/$(ARCH64)/login.so.1
       54 +$(BUILD64)file path=usr/lib/sasl/$(ARCH64)/plain.so.1
  54   55  file path=usr/lib/sasl/crammd5.so.1
  55   56  file path=usr/lib/sasl/digestmd5.so.1
  56   57  file path=usr/lib/sasl/login.so.1
  57   58  file path=usr/lib/sasl/plain.so.1
  58   59  file path=usr/share/man/man3lib/libsasl.3lib
  59   60  file path=usr/share/man/man3proc/proc_service.3proc
  60   61  file path=usr/share/man/man3proc/ps_lgetregs.3proc
  61   62  file path=usr/share/man/man3proc/ps_pglobal_lookup.3proc
  62   63  file path=usr/share/man/man3proc/ps_pread.3proc
  63   64  file path=usr/share/man/man3proc/ps_pstop.3proc
↓ open down ↓ 57 lines elided ↑ open up ↑
 121  122  file path=usr/share/man/man3sasl/sasl_utf8verify.3sasl
 122  123  file path=usr/share/man/man3sasl/sasl_verifyfile_t.3sasl
 123  124  file path=usr/share/man/man3sasl/sasl_version.3sasl
 124  125  file path=usr/share/man/man4/sasl_appname.conf.4
 125  126  legacy pkg=SUNWlibsasl \
 126  127      desc="Simple Authentication and Security Layer (SASL) v2 shared library and plugins" \
 127  128      name="Simple Authentication and Security Layer (SASL) v2 shared library and plugins"
 128  129  license cr_Sun license=cr_Sun
 129  130  license usr/src/lib/libsasl/THIRDPARTYLICENSE \
 130  131      license=usr/src/lib/libsasl/THIRDPARTYLICENSE
 131      -link path=usr/lib/$(ARCH64)/libsasl.so target=libsasl.so.1
      132 +$(BUILD64)link path=usr/lib/$(ARCH64)/libsasl.so target=libsasl.so.1
 132  133  link path=usr/lib/libsasl.so target=libsasl.so.1
 133  134  link path=usr/share/man/man3proc/ps_kill.3proc target=ps_pstop.3proc
 134  135  link path=usr/share/man/man3proc/ps_lcontinue.3proc target=ps_pstop.3proc
 135  136  link path=usr/share/man/man3proc/ps_lgetfpregs.3proc target=ps_lgetregs.3proc
 136  137  link path=usr/share/man/man3proc/ps_lgetxregs.3proc target=ps_lgetregs.3proc
 137  138  link path=usr/share/man/man3proc/ps_lgetxregsize.3proc \
 138  139      target=ps_lgetregs.3proc
 139  140  link path=usr/share/man/man3proc/ps_lrolltoaddr.3proc target=ps_pstop.3proc
 140  141  link path=usr/share/man/man3proc/ps_lsetfpregs.3proc target=ps_lgetregs.3proc
 141  142  link path=usr/share/man/man3proc/ps_lsetregs.3proc target=ps_lgetregs.3proc
↓ open down ↓ 68 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX