Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/compatibility-ucb.mf
+++ new/usr/src/pkg/manifests/compatibility-ucb.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 2013 Nexenta Systems, Inc. All rights reserved.
25 +# Copyright 2014 Andrew Stormont.
25 26 #
26 27
27 28 set name=pkg.fmri value=pkg:/compatibility/ucb@$(PKGVERS)
28 29 set name=pkg.description \
29 30 value="utilities for user interface and source build compatibility with SunOS 4.x"
30 31 set name=pkg.summary value="Source Compatibility"
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=etc group=sys
34 35 dir path=etc/mail group=mail
35 36 dir path=usr group=sys
36 37 dir path=usr/bin
37 38 dir path=usr/lib
38 39 dir path=usr/share/man
39 40 dir path=usr/share/man/man1b
40 41 dir path=usr/ucb
41 42 $(i386_ONLY)dir path=usr/ucb/$(ARCH32)
42 -dir path=usr/ucb/$(ARCH64)
43 +$(BUILD64)dir path=usr/ucb/$(ARCH64)
43 44 dir path=usr/ucblib
44 -dir path=usr/ucblib/$(ARCH64)
45 +$(BUILD64)dir path=usr/ucblib/$(ARCH64)
45 46 file path=etc/mail/Mail.rc original_name=SUNWscp:etc/mail/Mail.rc \
46 47 preserve=true
47 48 file path=usr/share/man/man1b/basename.1b
48 49 file path=usr/share/man/man1b/biff.1b
49 50 file path=usr/share/man/man1b/chown.1b
50 51 file path=usr/share/man/man1b/df.1b
51 52 file path=usr/share/man/man1b/du.1b
52 53 file path=usr/share/man/man1b/echo.1b
53 54 file path=usr/share/man/man1b/exportfs.1b
54 55 file path=usr/share/man/man1b/expr.1b
55 56 file path=usr/share/man/man1b/fastboot.1b
56 57 file path=usr/share/man/man1b/file.1b
57 58 file path=usr/share/man/man1b/from.1b
58 59 file path=usr/share/man/man1b/groups.1b
59 60 file path=usr/share/man/man1b/grpck.1b
60 61 file path=usr/share/man/man1b/ln.1b
61 62 file path=usr/share/man/man1b/logger.1b
62 63 file path=usr/share/man/man1b/lpc.1b
63 64 file path=usr/share/man/man1b/lpq.1b
64 65 file path=usr/share/man/man1b/lpr.1b
65 66 file path=usr/share/man/man1b/lprm.1b
66 67 file path=usr/share/man/man1b/lptest.1b
67 68 file path=usr/share/man/man1b/mail.1b
68 69 file path=usr/share/man/man1b/mkstr.1b
69 70 file path=usr/share/man/man1b/printenv.1b
70 71 file path=usr/share/man/man1b/ps.1b
71 72 file path=usr/share/man/man1b/rusage.1b
72 73 file path=usr/share/man/man1b/shutdown.1b
73 74 file path=usr/share/man/man1b/stty.1b
74 75 file path=usr/share/man/man1b/sum.1b
75 76 file path=usr/share/man/man1b/test.1b
76 77 file path=usr/share/man/man1b/touch.1b
77 78 file path=usr/share/man/man1b/tset.1b
78 79 file path=usr/share/man/man1b/users.1b
79 80 file path=usr/share/man/man1b/vipw.1b
80 81 file path=usr/share/man/man1b/whereis.1b
81 82 file path=usr/share/man/man1b/whoami.1b
82 83 file path=usr/ucb/basename mode=0755
83 84 file path=usr/ucb/biff mode=0755
84 85 file path=usr/ucb/chown mode=0755
85 86 file path=usr/ucb/df mode=0755
86 87 file path=usr/ucb/du mode=0755
87 88 file path=usr/ucb/echo mode=0755
88 89 file path=usr/ucb/expr mode=0755
89 90 file path=usr/ucb/fastboot mode=0555
90 91 file path=usr/ucb/fasthalt mode=0555
91 92 file path=usr/ucb/file mode=0555
92 93 file path=usr/ucb/from mode=0755
93 94 file path=usr/ucb/groups mode=0755
94 95 file path=usr/ucb/install mode=0755
95 96 file path=usr/ucb/ln mode=0755
96 97 file path=usr/ucb/ls mode=0755
97 98 file path=usr/ucb/mkstr mode=0555
98 99 file path=usr/ucb/printenv mode=0755
99 100 file path=usr/ucb/rusage mode=0755
100 101 file path=usr/ucb/sed mode=0555
101 102 file path=usr/ucb/shutdown mode=0755
↓ open down ↓ |
47 lines elided |
↑ open up ↑ |
102 103 file path=usr/ucb/stty mode=0755
103 104 file path=usr/ucb/sum mode=0755
104 105 file path=usr/ucb/test mode=0755
105 106 file path=usr/ucb/touch mode=0755
106 107 file path=usr/ucb/tr mode=0755
107 108 file path=usr/ucb/tset mode=0755
108 109 file path=usr/ucb/users mode=0755
109 110 file path=usr/ucb/vipw mode=0555
110 111 file path=usr/ucb/whereis mode=0755
111 112 file path=usr/ucb/whoami mode=0755
112 -file path=usr/ucblib/$(ARCH64)/libcurses.so.1
113 -file path=usr/ucblib/$(ARCH64)/libdbm.so.1
114 -file path=usr/ucblib/$(ARCH64)/librpcsoc.so.1
115 -file path=usr/ucblib/$(ARCH64)/libtermcap.so.1
116 -file path=usr/ucblib/$(ARCH64)/libucb.so.1
113 +$(BUILD64)file path=usr/ucblib/$(ARCH64)/libcurses.so.1
114 +$(BUILD64)file path=usr/ucblib/$(ARCH64)/libdbm.so.1
115 +$(BUILD64)file path=usr/ucblib/$(ARCH64)/librpcsoc.so.1
116 +$(BUILD64)file path=usr/ucblib/$(ARCH64)/libtermcap.so.1
117 +$(BUILD64)file path=usr/ucblib/$(ARCH64)/libucb.so.1
117 118 file path=usr/ucblib/libcurses.so.1
118 119 file path=usr/ucblib/libdbm.so.1
119 120 file path=usr/ucblib/librpcsoc.so.1
120 121 file path=usr/ucblib/libtermcap.so.1
121 122 file path=usr/ucblib/libucb.so.1
122 123 $(i386_ONLY)hardlink path=usr/ucb/$(ARCH32)/ps target=../../bin/$(ARCH32)/ps
123 -hardlink path=usr/ucb/$(ARCH64)/ps target=../../bin/$(ARCH64)/ps
124 +$(BUILD64)hardlink path=usr/ucb/$(ARCH64)/ps target=../../bin/$(ARCH64)/ps
124 125 hardlink path=usr/ucb/ps target=../../usr/lib/isaexec
125 126 legacy pkg=SUNWscpr \
126 127 desc="utilities for user interface and source build compatibility with SunOS 4.x" \
127 128 name="Source Compatibility, (Root)"
128 129 legacy pkg=SUNWscpu \
129 130 desc="utilities for user interface and source build compatibility with SunOS 4.x" \
130 131 name="Source Compatibility, (Usr)"
131 132 license cr_Sun license=cr_Sun
132 133 license lic_CDDL license=lic_CDDL
133 134 license usr/src/ucbcmd/basename/THIRDPARTYLICENSE \
134 135 license=usr/src/ucbcmd/basename/THIRDPARTYLICENSE
135 136 license usr/src/ucbcmd/echo/THIRDPARTYLICENSE \
136 137 license=usr/src/ucbcmd/echo/THIRDPARTYLICENSE
137 138 license usr/src/ucbcmd/from/THIRDPARTYLICENSE \
138 139 license=usr/src/ucbcmd/from/THIRDPARTYLICENSE
139 140 license usr/src/ucbcmd/groups/THIRDPARTYLICENSE \
140 141 license=usr/src/ucbcmd/groups/THIRDPARTYLICENSE
141 142 license usr/src/ucbcmd/ln/THIRDPARTYLICENSE \
142 143 license=usr/src/ucbcmd/ln/THIRDPARTYLICENSE
143 144 license usr/src/ucbcmd/ls/THIRDPARTYLICENSE \
144 145 license=usr/src/ucbcmd/ls/THIRDPARTYLICENSE
145 146 license usr/src/ucbcmd/sum/THIRDPARTYLICENSE \
146 147 license=usr/src/ucbcmd/sum/THIRDPARTYLICENSE
147 148 license usr/src/ucbcmd/test/THIRDPARTYLICENSE \
148 149 license=usr/src/ucbcmd/test/THIRDPARTYLICENSE
149 150 license usr/src/ucbcmd/tset/THIRDPARTYLICENSE \
150 151 license=usr/src/ucbcmd/tset/THIRDPARTYLICENSE
151 152 license usr/src/ucbcmd/users/THIRDPARTYLICENSE \
152 153 license=usr/src/ucbcmd/users/THIRDPARTYLICENSE
153 154 license usr/src/ucbcmd/whereis/THIRDPARTYLICENSE \
154 155 license=usr/src/ucbcmd/whereis/THIRDPARTYLICENSE
155 156 license usr/src/ucbcmd/whoami/THIRDPARTYLICENSE \
156 157 license=usr/src/ucbcmd/whoami/THIRDPARTYLICENSE
157 158 license usr/src/ucblib/libcurses/THIRDPARTYLICENSE \
158 159 license=usr/src/ucblib/libcurses/THIRDPARTYLICENSE
159 160 license usr/src/ucblib/libtermcap/THIRDPARTYLICENSE \
160 161 license=usr/src/ucblib/libtermcap/THIRDPARTYLICENSE
161 162 license usr/src/ucblib/libucb/THIRDPARTYLICENSE \
162 163 license=usr/src/ucblib/libucb/THIRDPARTYLICENSE
163 164 link path=etc/chroot target=../usr/sbin/chroot
164 165 link path=etc/fuser target=../usr/sbin/fuser
165 166 link path=etc/link target=../usr/sbin/link
166 167 link path=etc/mvdir target=../usr/sbin/mvdir
167 168 link path=etc/pwck target=../usr/sbin/pwck
168 169 link path=etc/termcap target=../usr/share/lib/termcap
169 170 link path=etc/unlink target=../usr/sbin/unlink
170 171 link path=usr/5bin target=./bin
171 172 link path=usr/share/man/man1b/Mail.1b target=mail.1b
172 173 link path=usr/share/man/man1b/fasthalt.1b target=fastboot.1b
173 174 link path=usr/share/man/man1b/reset.1b target=tset.1b
174 175 link path=usr/ucb/Mail target=../bin/mailx
175 176 link path=usr/ucb/arch target=../bin/arch
176 177 link path=usr/ucb/clear target=../bin/clear
177 178 link path=usr/ucb/e target=../bin/edit
178 179 link path=usr/ucb/edit target=../bin/edit
179 180 link path=usr/ucb/ex target=../bin/edit
180 181 link path=usr/ucb/finger target=../bin/finger
181 182 link path=usr/ucb/fmt target=../bin/fmt
182 183 link path=usr/ucb/fold target=../bin/fold
183 184 link path=usr/ucb/ftp target=../bin/ftp
184 185 link path=usr/ucb/head target=../bin/head
185 186 link path=usr/ucb/hostid target=../bin/hostid
186 187 link path=usr/ucb/hostname target=../bin/hostname
187 188 link path=usr/ucb/logger target=../bin/logger
188 189 link path=usr/ucb/mach target=../bin/mach
189 190 link path=usr/ucb/mail target=../bin/mailx
190 191 link path=usr/ucb/more target=../bin/more
191 192 link path=usr/ucb/netstat target=../bin/netstat
192 193 link path=usr/ucb/page target=../bin/more
193 194 link path=usr/ucb/pagesize target=../bin/pagesize
194 195 link path=usr/ucb/quota target=../lib/fs/ufs/quota
195 196 link path=usr/ucb/rcp target=../bin/rcp
196 197 link path=usr/ucb/rdate target=../bin/rdate
197 198 link path=usr/ucb/rdist target=../bin/rdist
198 199 link path=usr/ucb/renice target=../bin/renice
199 200 link path=usr/ucb/reset target=./tset
200 201 link path=usr/ucb/rlogin target=../bin/rlogin
201 202 link path=usr/ucb/rsh target=../bin/rsh
202 203 link path=usr/ucb/ruptime target=../bin/ruptime
203 204 link path=usr/ucb/rwho target=../bin/rwho
204 205 link path=usr/ucb/script target=../bin/script
205 206 link path=usr/ucb/tail target=../bin/tail
206 207 link path=usr/ucb/talk target=../bin/talk
207 208 link path=usr/ucb/tcopy target=../bin/tcopy
208 209 link path=usr/ucb/telnet target=../bin/telnet
209 210 link path=usr/ucb/tftp target=../bin/tftp
↓ open down ↓ |
76 lines elided |
↑ open up ↑ |
210 211 link path=usr/ucb/uptime target=../bin/uptime
211 212 link path=usr/ucb/vacation target=../bin/vacation
212 213 link path=usr/ucb/vedit target=../bin/vedit
213 214 link path=usr/ucb/vi target=../bin/edit
214 215 link path=usr/ucb/view target=../bin/edit
215 216 link path=usr/ucb/vmstat target=../bin/vmstat
216 217 link path=usr/ucb/w target=../bin/w
217 218 link path=usr/ucb/wc target=../bin/wc
218 219 link path=usr/ucb/whois target=../bin/whois
219 220 link path=usr/ucb/xstr target=../bin/xstr
220 -link path=usr/ucblib/$(ARCH64)/libcurses.so target=./libcurses.so.1
221 -link path=usr/ucblib/$(ARCH64)/libdbm.so target=./libdbm.so.1
222 -link path=usr/ucblib/$(ARCH64)/librpcsoc.so target=./librpcsoc.so.1
223 -link path=usr/ucblib/$(ARCH64)/libtermcap.so target=./libtermcap.so.1
224 -link path=usr/ucblib/$(ARCH64)/libucb.so target=./libucb.so.1
221 +$(BUILD64)link path=usr/ucblib/$(ARCH64)/libcurses.so target=./libcurses.so.1
222 +$(BUILD64)link path=usr/ucblib/$(ARCH64)/libdbm.so target=./libdbm.so.1
223 +$(BUILD64)link path=usr/ucblib/$(ARCH64)/librpcsoc.so target=./librpcsoc.so.1
224 +$(BUILD64)link path=usr/ucblib/$(ARCH64)/libtermcap.so \
225 + target=./libtermcap.so.1
226 +$(BUILD64)link path=usr/ucblib/$(ARCH64)/libucb.so target=./libucb.so.1
225 227 link path=usr/ucblib/32 target=.
226 -link path=usr/ucblib/64 target=$(ARCH64)
228 +$(BUILD64)link path=usr/ucblib/64 target=$(ARCH64)
227 229 link path=usr/ucblib/libcurses.so target=./libcurses.so.1
228 230 link path=usr/ucblib/libdbm.so target=./libdbm.so.1
229 231 link path=usr/ucblib/librpcsoc.so target=./librpcsoc.so.1
230 232 link path=usr/ucblib/libtermcap.so target=./libtermcap.so.1
231 233 link path=usr/ucblib/libucb.so target=./libucb.so.1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX