Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/package-svr4.mf
+++ new/usr/src/pkg/manifests/package-svr4.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ 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 OmniTI Computer Consulting, Inc. All rights reserved.
25 +# Copyright 2014 Andrew Stormont.
25 26 #
26 27
27 28 set name=pkg.fmri value=pkg:/package/svr4@$(PKGVERS)
28 29 set name=pkg.description value="Solaris System V Release 4 Packaging Commands"
29 30 set name=pkg.summary value="SVr4 packaging commands"
30 31 set name=info.classification \
31 32 value=org.opensolaris.category.2008:System/Packaging
32 33 set name=variant.arch value=$(ARCH)
33 34 dir path=lib
34 35 dir path=lib/svc
35 36 dir path=lib/svc/manifest group=sys
36 37 dir path=lib/svc/manifest/system group=sys
37 38 dir path=usr group=sys
38 39 dir path=usr/bin
39 40 dir path=usr/lib
40 -dir path=usr/lib/$(ARCH64)
41 +$(BUILD64)dir path=usr/lib/$(ARCH64)
41 42 dir path=usr/sadm
42 43 dir path=usr/sadm/install
43 44 dir path=usr/sadm/install/bin
44 45 dir path=usr/sadm/install/scripts
45 46 dir path=usr/sbin
46 47 dir path=usr/share/man
47 48 dir path=usr/share/man/man1
48 49 dir path=usr/share/man/man1m
49 50 dir path=usr/share/man/man4
50 51 dir path=var group=sys
51 52 dir path=var/sadm group=sys
52 53 dir path=var/sadm/install
53 54 dir path=var/sadm/install/admin
54 55 dir path=var/sadm/install/logs mode=0555
55 56 dir path=var/sadm/pkg group=sys mode=0555
56 57 dir path=var/sadm/security group=sys mode=0555
↓ open down ↓ |
6 lines elided |
↑ open up ↑ |
57 58 dir path=var/spool
58 59 dir path=var/spool/pkg mode=1777
59 60 file path=lib/svc/manifest/system/pkgserv.xml group=sys mode=0444
60 61 file path=usr/bin/pkgadm mode=0555
61 62 file path=usr/bin/pkgcond group=sys mode=0555
62 63 file path=usr/bin/pkginfo group=sys mode=0555
63 64 file path=usr/bin/pkgmk mode=0555
64 65 file path=usr/bin/pkgparam group=sys mode=0555
65 66 file path=usr/bin/pkgproto mode=0555
66 67 file path=usr/bin/pkgtrans mode=0555
67 -file path=usr/lib/$(ARCH64)/libinstzones.so.1
68 +$(BUILD64)file path=usr/lib/$(ARCH64)/libinstzones.so.1
68 69 file path=usr/lib/libinstzones.so.1
69 70 file path=usr/lib/libpkg.so.1
70 71 file path=usr/sadm/install/bin/pkginstall group=sys mode=0555
71 72 file path=usr/sadm/install/bin/pkgname group=sys mode=0555
72 73 file path=usr/sadm/install/bin/pkgremove group=sys mode=0555
73 74 file path=usr/sadm/install/bin/pkgserv group=sys mode=0555
74 75 file path=usr/sadm/install/scripts/cmdexec group=sys mode=0555
75 76 file path=usr/sadm/install/scripts/i.CompCpio group=sys mode=0555
76 77 file path=usr/sadm/install/scripts/i.awk group=sys mode=0555
77 78 file path=usr/sadm/install/scripts/i.build group=sys mode=0555
78 79 file path=usr/sadm/install/scripts/i.preserve group=sys mode=0555
79 80 file path=usr/sadm/install/scripts/i.sed group=sys mode=0555
80 81 file path=usr/sadm/install/scripts/r.awk group=sys mode=0555
81 82 file path=usr/sadm/install/scripts/r.build group=sys mode=0555
82 83 file path=usr/sadm/install/scripts/r.sed group=sys mode=0555
83 84 file path=usr/sbin/installf group=sys mode=0555
84 85 file path=usr/sbin/pkgadd group=sys mode=0555
85 86 file path=usr/sbin/pkgchk group=sys mode=0555
86 87 file path=usr/sbin/pkgrm group=sys mode=0555
87 88 file path=usr/share/man/man1/pkginfo.1
88 89 file path=usr/share/man/man1/pkgmk.1
89 90 file path=usr/share/man/man1/pkgparam.1
90 91 file path=usr/share/man/man1/pkgproto.1
91 92 file path=usr/share/man/man1/pkgtrans.1
92 93 file path=usr/share/man/man1m/installf.1m
93 94 file path=usr/share/man/man1m/pkgadd.1m
94 95 file path=usr/share/man/man1m/pkgadm.1m
95 96 file path=usr/share/man/man1m/pkgask.1m
96 97 file path=usr/share/man/man1m/pkgchk.1m
97 98 file path=usr/share/man/man1m/pkgrm.1m
98 99 file path=usr/share/man/man1m/removef.1m
99 100 file path=usr/share/man/man4/admin.4
100 101 file path=usr/share/man/man4/compver.4
101 102 file path=usr/share/man/man4/contents.4
102 103 file path=usr/share/man/man4/copyright.4
103 104 file path=usr/share/man/man4/depend.4
104 105 file path=usr/share/man/man4/pkginfo.4
105 106 file path=usr/share/man/man4/pkgmap.4
106 107 file path=usr/share/man/man4/prototype.4
107 108 file path=usr/share/man/man4/space.4
108 109 file path=var/sadm/install/admin/default group=sys mode=0444
109 110 hardlink path=usr/sadm/install/scripts/i.CONFIG.prsv target=./i.preserve
110 111 hardlink path=usr/sbin/pkgask target=../../usr/sbin/pkgadd
111 112 hardlink path=usr/sbin/removef target=../../usr/sbin/installf
112 113 legacy pkg=SUNWpkgcmdsr \
113 114 desc="Solaris System V release 4 Package Commands (root)" \
114 115 name="SVr4 package commands (root)" version=11.11.1,REV=2009.11.11
115 116 legacy pkg=SUNWpkgcmdsu \
116 117 desc="Solaris System V Release 4 Packaging Commands (usr)" \
117 118 name="SVr4 packaging commands (usr)" version=11.11.1,REV=2009.11.11
118 119 license cr_ATT license=cr_ATT
119 120 license cr_Sun license=cr_Sun
120 121 license lic_CDDL license=lic_CDDL
121 122 license usr/src/lib/libpkg/THIRDPARTYLICENSE \
122 123 license=usr/src/lib/libpkg/THIRDPARTYLICENSE
123 124 link path=usr/lib/libpkg.so target=./libpkg.so.1
↓ open down ↓ |
46 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX