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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-extended-system-utilities.mf
          +++ new/usr/src/pkg/manifests/system-extended-system-utilities.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/extended-system-utilities@$(PKGVERS)
  28   29  set name=pkg.description \
  29   30      value="additional UNIX system utilities, including awk, bc, cal, compress, diff, dos2unix, last, rup, sort, spell, uniq, and uuencode"
  30   31  set name=pkg.summary value="Extended System Utilities"
  31   32  set name=info.classification value=org.opensolaris.category.2008:System/Core
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
  34   35  dir path=usr/bin
  35   36  $(i386_ONLY)dir path=usr/bin/$(ARCH32)
  36      -dir path=usr/bin/$(ARCH64)
       37 +$(BUILD64)dir path=usr/bin/$(ARCH64)
  37   38  dir path=usr/lib
  38      -dir path=usr/lib/$(ARCH64)
       39 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  39   40  dir path=usr/lib/adb group=sys
  40      -dir path=usr/lib/adb/$(ARCH64) group=sys
       41 +$(BUILD64)dir path=usr/lib/adb/$(ARCH64) group=sys
  41   42  dir path=usr/lib/fs group=sys
  42   43  dir path=usr/lib/fs/pcfs group=sys
  43   44  dir path=usr/lib/spell
  44   45  dir path=usr/proc
  45   46  dir path=usr/proc/bin
  46   47  dir path=usr/sbin
  47      -dir path=usr/sbin/$(ARCH64)
       48 +$(BUILD64)dir path=usr/sbin/$(ARCH64)
  48   49  dir path=usr/share
  49   50  dir path=usr/share/lib
  50   51  dir path=usr/share/lib/dict
  51   52  dir path=usr/share/man/man1
  52   53  dir path=usr/share/man/man1m
  53   54  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pargs mode=0555
  54   55  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pcred mode=0555
  55   56  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pfiles mode=0555
  56   57  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pflags mode=0555
  57   58  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pldd mode=0555
↓ open down ↓ 5 lines elided ↑ open up ↑
  63   64  $(i386_ONLY)file path=usr/bin/$(ARCH32)/preap mode=0555
  64   65  $(i386_ONLY)file path=usr/bin/$(ARCH32)/prun mode=0555
  65   66  $(i386_ONLY)file path=usr/bin/$(ARCH32)/psig mode=0555
  66   67  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pstack mode=0555
  67   68  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pstop mode=0555
  68   69  $(i386_ONLY)file path=usr/bin/$(ARCH32)/ptime mode=0555
  69   70  $(i386_ONLY)file path=usr/bin/$(ARCH32)/ptree mode=0555
  70   71  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pwait mode=0555
  71   72  $(i386_ONLY)file path=usr/bin/$(ARCH32)/pwdx mode=0555
  72   73  $(i386_ONLY)file path=usr/bin/$(ARCH32)/sort mode=0555
  73      -file path=usr/bin/$(ARCH64)/pargs mode=0555
  74      -file path=usr/bin/$(ARCH64)/pcred mode=0555
  75      -file path=usr/bin/$(ARCH64)/pfiles mode=0555
  76      -file path=usr/bin/$(ARCH64)/pflags mode=0555
  77      -file path=usr/bin/$(ARCH64)/pldd mode=0555
  78      -file path=usr/bin/$(ARCH64)/plgrp mode=0555
  79      -file path=usr/bin/$(ARCH64)/pmadvise mode=0555
  80      -file path=usr/bin/$(ARCH64)/pmap mode=0555
  81      -file path=usr/bin/$(ARCH64)/ppgsz mode=0555
  82      -file path=usr/bin/$(ARCH64)/ppriv mode=0555
  83      -file path=usr/bin/$(ARCH64)/preap mode=0555
  84      -file path=usr/bin/$(ARCH64)/prun mode=0555
  85      -file path=usr/bin/$(ARCH64)/psig mode=0555
  86      -file path=usr/bin/$(ARCH64)/pstack mode=0555
  87      -file path=usr/bin/$(ARCH64)/pstop mode=0555
  88      -file path=usr/bin/$(ARCH64)/ptime mode=0555
  89      -file path=usr/bin/$(ARCH64)/ptree mode=0555
  90      -file path=usr/bin/$(ARCH64)/pwait mode=0555
  91      -file path=usr/bin/$(ARCH64)/pwdx mode=0555
  92      -file path=usr/bin/$(ARCH64)/sort mode=0555
       74 +$(BUILD64)file path=usr/bin/$(ARCH64)/pargs mode=0555
       75 +$(BUILD64)file path=usr/bin/$(ARCH64)/pcred mode=0555
       76 +$(BUILD64)file path=usr/bin/$(ARCH64)/pfiles mode=0555
       77 +$(BUILD64)file path=usr/bin/$(ARCH64)/pflags mode=0555
       78 +$(BUILD64)file path=usr/bin/$(ARCH64)/pldd mode=0555
       79 +$(BUILD64)file path=usr/bin/$(ARCH64)/plgrp mode=0555
       80 +$(BUILD64)file path=usr/bin/$(ARCH64)/pmadvise mode=0555
       81 +$(BUILD64)file path=usr/bin/$(ARCH64)/pmap mode=0555
       82 +$(BUILD64)file path=usr/bin/$(ARCH64)/ppgsz mode=0555
       83 +$(BUILD64)file path=usr/bin/$(ARCH64)/ppriv mode=0555
       84 +$(BUILD64)file path=usr/bin/$(ARCH64)/preap mode=0555
       85 +$(BUILD64)file path=usr/bin/$(ARCH64)/prun mode=0555
       86 +$(BUILD64)file path=usr/bin/$(ARCH64)/psig mode=0555
       87 +$(BUILD64)file path=usr/bin/$(ARCH64)/pstack mode=0555
       88 +$(BUILD64)file path=usr/bin/$(ARCH64)/pstop mode=0555
       89 +$(BUILD64)file path=usr/bin/$(ARCH64)/ptime mode=0555
       90 +$(BUILD64)file path=usr/bin/$(ARCH64)/ptree mode=0555
       91 +$(BUILD64)file path=usr/bin/$(ARCH64)/pwait mode=0555
       92 +$(BUILD64)file path=usr/bin/$(ARCH64)/pwdx mode=0555
       93 +$(BUILD64)file path=usr/bin/$(ARCH64)/sort mode=0555
  93   94  file path=usr/bin/asa mode=0555
  94   95  file path=usr/bin/awk mode=0555
  95   96  file path=usr/bin/banner mode=0555
  96   97  file path=usr/bin/batch mode=0555
  97   98  file path=usr/bin/bc mode=0555
  98   99  file path=usr/bin/bdiff mode=0755
  99  100  file path=usr/bin/bfs mode=0555
 100  101  file path=usr/bin/cal mode=0555
 101  102  file path=usr/bin/calendar mode=0555
 102  103  file path=usr/bin/col mode=0555
↓ open down ↓ 23 lines elided ↑ open up ↑
 126  127  file path=usr/bin/spell mode=0555
 127  128  file path=usr/bin/split mode=0555
 128  129  file path=usr/bin/tcopy mode=0555
 129  130  file path=usr/bin/unexpand mode=0555
 130  131  file path=usr/bin/units mode=0555
 131  132  file path=usr/bin/unix2dos mode=0555
 132  133  file path=usr/bin/unpack mode=0555
 133  134  file path=usr/bin/uudecode group=uucp mode=0555
 134  135  file path=usr/bin/uuencode group=uucp mode=0555
 135  136  file path=usr/bin/yes mode=0555
 136      -file path=usr/lib/$(ARCH64)/madv.so.1
 137      -file path=usr/lib/$(ARCH64)/mpss.so.1
 138      -file path=usr/lib/adb/$(ARCH64)/adbsub.o group=sys
      137 +$(BUILD64)file path=usr/lib/$(ARCH64)/madv.so.1
      138 +$(BUILD64)file path=usr/lib/$(ARCH64)/mpss.so.1
      139 +$(BUILD64)file path=usr/lib/adb/$(ARCH64)/adbsub.o group=sys
 139  140  file path=usr/lib/adb/adbgen group=sys mode=0755
 140  141  file path=usr/lib/adb/adbgen1 group=sys mode=0755
 141  142  file path=usr/lib/adb/adbgen3 group=sys mode=0755
 142  143  file path=usr/lib/adb/adbgen4 group=sys mode=0755
 143  144  file path=usr/lib/adb/adbsub.o group=sys
 144  145  file path=usr/lib/diff3prog mode=0555
 145  146  file path=usr/lib/fs/pcfs/fsck mode=0555
 146  147  file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
 147  148  file path=usr/lib/fs/pcfs/mkfs mode=0555
 148  149  file path=usr/lib/fs/pcfs/mount mode=0555
↓ open down ↓ 133 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX