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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/service-network-slp.mf
          +++ new/usr/src/pkg/manifests/service-network-slp.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  set name=pkg.fmri value=pkg:/service/network/slp@$(PKGVERS)
  27   28  set name=pkg.description \
  28   29      value="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)."
  29   30  set name=pkg.summary value=SLP
  30   31  set name=info.classification \
  31   32      value=org.opensolaris.category.2008:System/Services
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=etc group=sys
  34   35  dir path=etc/inet group=sys
  35   36  dir path=etc/init.d group=sys
  36   37  dir path=lib
  37   38  dir path=lib/svc
  38   39  dir path=lib/svc/manifest group=sys
  39   40  dir path=lib/svc/manifest/network group=sys
  40   41  dir path=lib/svc/method
  41   42  dir path=usr group=sys
  42   43  dir path=usr/include
  43   44  dir path=usr/lib
  44      -dir path=usr/lib/$(ARCH64)
       45 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  45   46  dir path=usr/lib/inet
  46   47  dir path=usr/share
  47   48  dir path=usr/share/lib
  48   49  dir path=usr/share/lib/slp
  49   50  dir path=usr/share/man
  50   51  dir path=usr/share/man/man1m
  51   52  dir path=usr/share/man/man3lib
  52   53  dir path=usr/share/man/man3slp
  53   54  dir path=usr/share/man/man4
  54   55  dir path=usr/share/man/man7p
  55   56  file path=etc/inet/slp.conf.example group=sys
  56   57  file path=etc/init.d/slpd group=sys mode=0744
  57   58  file path=lib/svc/manifest/network/slp.xml group=sys mode=0444
  58   59  file path=lib/svc/method/slp mode=0555
  59   60  file path=usr/include/slp.h
  60      -file path=usr/lib/$(ARCH64)/libslp.so.1
  61      -file path=usr/lib/$(ARCH64)/llib-lslp.ln
       61 +$(BUILD64)file path=usr/lib/$(ARCH64)/libslp.so.1
       62 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lslp.ln
  62   63  file path=usr/lib/inet/slpd mode=0555
  63   64  file path=usr/lib/libslp.so.1
  64   65  file path=usr/lib/llib-lslp
  65   66  file path=usr/lib/llib-lslp.ln
  66   67  file path=usr/share/lib/slp/slp.jar group=sys
  67   68  file path=usr/share/lib/slp/slpd.jar group=sys mode=0600
  68   69  file path=usr/share/man/man1m/slpd.1m
  69   70  file path=usr/share/man/man3lib/libslp.3lib
  70   71  file path=usr/share/man/man3slp/SLPClose.3slp
  71   72  file path=usr/share/man/man3slp/SLPDelAttrs.3slp
↓ open down ↓ 17 lines elided ↑ open up ↑
  89   90  file path=usr/share/man/man4/slpd.reg.4
  90   91  file path=usr/share/man/man7p/slp.7p
  91   92  legacy pkg=SUNWslpr \
  92   93      desc="Root filesystem portion of the Service Location Protocol (SLP) framework. Includes the SLP configuration file and start scripts for the SLP daemon." \
  93   94      name="SLP, (Root)"
  94   95  legacy pkg=SUNWslpu \
  95   96      desc="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)." \
  96   97      name="SLP, (Usr)"
  97   98  license cr_Sun license=cr_Sun
  98   99  license lic_CDDL license=lic_CDDL
  99      -link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
      100 +$(BUILD64)link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
 100  101  link path=usr/lib/libslp.so target=libslp.so.1
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX