View | Details | Raw Unified | Return to bug 110986
Collapse All | Expand All

(-)/home/trasz/heirloom/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	heirloom
8
PORTNAME=	heirloom
9
PORTVERSION=	060122
9
PORTVERSION=	070227
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)/home/trasz/heirloom/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (heirloom-060122.tar.bz2) = 898f1936bc20bfd1421ca56448954f63
1
MD5 (heirloom-070227.tar.bz2) = c3d3885b87400f1131f63579ad5ae015
2
SHA256 (heirloom-060122.tar.bz2) = 3edf8cf319abd6d19cd27fe2bb1ef968732caf38018772ab2cc7f83dbf6d3aa7
2
SHA256 (heirloom-070227.tar.bz2) = df40cc4032b286f3be1eb1ef9d8e3c0cc3b2821ec48034afda1cb6c16c84c3d8
3
SIZE (heirloom-060122.tar.bz2) = 991655
3
SIZE (heirloom-070227.tar.bz2) = 997486
(-)/home/trasz/heirloom/files/patch-build::mk.config (-253 / +120 lines)
Lines 1-253 Link Here
1
*** build/mk.config.orig	Fri Nov 18 13:27:51 2005
1
--- build/mk.config.orig	Tue Feb 27 00:03:01 2007
2
--- build/mk.config	Sun Jan 22 08:18:30 2006
2
+++ build/mk.config	Wed Mar 28 10:53:59 2007
3
***************
3
@@ -25,33 +25,33 @@
4
*** 4,87 ****
4
 # Location for binaries that have no special personality. This location
5
  # versions. It needs not conform to POSIX. The system shell should work
5
 # may be identical to that of one of the first three personalities below.
6
  # fine; for maximum compatibility with traditional tools, the Heirloom
6
 #
7
  # Bourne shell is recommended. It then must obviously be compiled and
7
-DEFBIN = /usr/5bin
8
  # installed first.
8
+DEFBIN = %%DATADIR%%/usr/5bin
9
  #
9
 
10
! SHELL = /bin/sh
10
 #
11
  
11
 # Location for SVID3/SVR4-style binaries.
12
  #
12
 #
13
  # Specify the path name for a POSIX-conforming shell here. For example,
13
-SV3BIN = /usr/5bin
14
  # Solaris users should insert /usr/xpg4/bin/sh. This shell is used for
14
+SV3BIN = %%DATADIR%%/usr/5bin
15
  # the shell escape in the POSIX variants of the ed utility.
15
 
16
  #
16
 #
17
! POSIX_SHELL = /bin/sh
17
 # Location for SVID4/SVR4.2-style binaries.
18
  
18
 #
19
  #
19
-S42BIN = /usr/5bin/s42
20
  # Root directory. Mainly useful for package building; leave empty for
20
+S42BIN = %%DATADIR%%/usr/5bin/s42
21
  # normal installation.
21
 
22
  #
22
 #
23
! ROOT =
23
 # Location for POSIX.2/SUS-style binaries.
24
  
24
 #
25
  #
25
-SUSBIN = /usr/5bin/posix
26
  # Location for binaries that have no special personality. This location
26
+SUSBIN = %%DATADIR%%/usr/5bin/posix
27
  # may be identical to that of one of the first three personalities below.
27
 
28
  #
28
 #
29
! DEFBIN = /usr/5bin
29
 # Location for POSIX.1-2001/SUSv3-style binaries.
30
  
30
-SU3BIN = /usr/5bin/posix2001
31
  #
31
+SU3BIN = %%DATADIR%%/usr/5bin/posix2001
32
  # Location for SVID3/SVR4-style binaries.
32
 
33
  #
33
 #
34
! SV3BIN = /usr/5bin
34
 # Location for SVR4 UCB-style binaries. These do not form a complete
35
  
35
 # personality, and the binary path must not be identical to the default
36
  #
36
 # one.
37
  # Location for SVID4/SVR4.2-style binaries.
37
 #
38
  #
38
-UCBBIN = /usr/ucb
39
! S42BIN = /usr/5bin/s42
39
+UCBBIN = %%DATADIR%%/usr/ucb
40
  
40
 
41
  #
41
 #
42
  # Location for POSIX.2/SUS-style binaries.
42
 # Location for development binaries. The "tsort" utility is
43
  #
43
@@ -59,35 +59,35 @@
44
! SUSBIN = /usr/5bin/posix
44
 # "Heirloom Development Tools" package are expected to be
45
  
45
 # installed in it.
46
  #
46
 #
47
  # Location for POSIX.1-2001/SUSv3-style binaries.
47
-CCSBIN = /usr/ccs/bin
48
! SU3BIN = /usr/5bin/posix2001
48
+CCSBIN = %%DATADIR%%/usr/ccs/bin
49
  
49
 
50
  #
50
 #
51
  # Location for SVR4 UCB-style binaries. These do not form a complete
51
 # Location for library files.
52
  # personality, and the binary path must not be identical to the default
52
 #
53
  # one.
53
-DEFLIB = /usr/5lib
54
  #
54
+DEFLIB = %%DATADIR%%/usr/5lib
55
! UCBBIN = /usr/ucb
55
 
56
  
56
 #
57
  #
57
 # Location for superuser-only binaries. May be identical to the
58
  # Location for library files.
58
 # default binary directory.
59
  #
59
 #
60
! DEFLIB = /usr/5lib
60
-DEFSBIN = /usr/5bin
61
  
61
+DEFSBIN = %%DATADIR%%/usr/5bin
62
  #
62
 
63
  # Location for superuser-only binaries. May be identical to the
63
 #
64
  # default binary directory.
64
 # Location for manual pages (with man1, man1b ... man8 below).
65
  #
65
 #
66
! DEFSBIN = /usr/5bin
66
-MANDIR = /usr/share/man/5man
67
  
67
+MANDIR = %%DATADIR%%/usr/share/man/5man
68
  #
68
 
69
  # Location for manual pages (with man1, man1b ... man8 below).
69
 #
70
  #
70
 # Location for default files. Make sure that this directory is accessible
71
! MANDIR = /usr/share/man/5man
71
 # to all users.
72
  
72
 #
73
  #
73
-DFLDIR = /etc/default
74
  # Location for default files. Make sure that this directory is accessible
74
+DFLDIR = %%DATADIR%%/etc/default
75
  # to all users.
75
 
76
  #
76
 #
77
! DFLDIR = /etc/default
77
 # Location for the spell history file (contains misspelled words for
78
  
78
 # all users; set to /dev/null to disable).
79
  #
79
 #
80
  # Location for the spell history file (contains misspelled words for
80
-SPELLHIST = /var/adm/spellhist
81
  # all users; set to /dev/null to disable).
81
+SPELLHIST = /var/db/spellhist
82
  #
82
 
83
! SPELLHIST = /var/adm/spellhist
83
 #
84
  
84
 # Location for the su logfile.
85
  #
85
@@ -108,7 +108,7 @@
86
  # Location for the su logfile.
86
 #
87
  #
87
 # On HP-UX, AIX, FreeBSD, NetBSD, and OpenBSD, this setting is not used.
88
  SULOG = /var/log/sulog
88
 #
89
--- 4,87 ----
89
-TTYGRP = -g utmp
90
  # versions. It needs not conform to POSIX. The system shell should work
90
+TTYGRP = -g tty # utmp
91
  # fine; for maximum compatibility with traditional tools, the Heirloom
91
 
92
  # Bourne shell is recommended. It then must obviously be compiled and
92
 #
93
  # installed first.
93
 # Curses library. Change to -lncurses if necessary. Caution: Some gcc
94
  #
94
@@ -136,22 +136,22 @@
95
! SHELL = /bin/sh
95
 #
96
  
96
 # Uncomment this on FreeBSD, NetBSD, and OpenBSD.
97
  #
97
 #
98
  # Specify the path name for a POSIX-conforming shell here. For example,
98
-#LKVM = -lkvm
99
  # Solaris users should insert /usr/xpg4/bin/sh. This shell is used for
99
+LKVM = -lkvm
100
  # the shell escape in the POSIX variants of the ed utility.
100
 
101
  #
101
 #
102
! POSIX_SHELL = /bin/sh
102
 # zlib (statically linked by default). Set USE_ZLIB to 0 if you don't have
103
  
103
 # zlib or don't want to use it; you need it only if you want to use inflate
104
  #
104
 # compression when creating zip files with cpio.
105
  # Root directory. Mainly useful for package building; leave empty for
105
 #
106
  # normal installation.
106
-LIBZ = -Wl,-Bstatic -lz -Wl,-Bdynamic
107
  #
107
+LIBZ = -lz #-Wl,-Bstatic -lz -Wl,-Bdynamic
108
! ROOT = 
108
 USE_ZLIB = 1
109
  
109
 
110
  #
110
 #
111
  # Location for binaries that have no special personality. This location
111
 # The name of the bzip2 library, and whether to use it. The library is only
112
  # may be identical to that of one of the first three personalities below.
112
 # needed to read and write bzip2 compressed parts of zip files with cpio.
113
  #
113
 #
114
! DEFBIN = %%DATADIR%%/usr/5bin
114
-#LIBBZ2 = -Wl,-Bstatic -lbz2 -Wl,-Bdynamic
115
  
115
-USE_BZLIB = 0
116
  #
116
+LIBBZ2 = -lbz2 #-Wl,-Bstatic -lbz2 -Wl,-Bdynamic
117
  # Location for SVID3/SVR4-style binaries.
117
+USE_BZLIB = 1
118
  #
118
 
119
! SV3BIN = %%DATADIR%%/usr/5bin
119
 #
120
  
120
 # Compiler and linker flags. HOSTCC is for cross compiling.
121
  #
122
  # Location for SVID4/SVR4.2-style binaries.
123
  #
124
! S42BIN = %%DATADIR%%/usr/5bin/s42
125
  
126
  #
127
  # Location for POSIX.2/SUS-style binaries.
128
  #
129
! SUSBIN = %%DATADIR%%/usr/5bin/posix
130
  
131
  #
132
  # Location for POSIX.1-2001/SUSv3-style binaries.
133
! SU3BIN = %%DATADIR%%/usr/5bin/posix2001
134
  
135
  #
136
  # Location for SVR4 UCB-style binaries. These do not form a complete
137
  # personality, and the binary path must not be identical to the default
138
  # one.
139
  #
140
! UCBBIN = %%DATADIR%%/usr/ucb
141
  
142
  #
143
  # Location for library files.
144
  #
145
! DEFLIB = %%DATADIR%%/usr/5lib
146
  
147
  #
148
  # Location for superuser-only binaries. May be identical to the
149
  # default binary directory.
150
  #
151
! DEFSBIN = %%DATADIR%%/usr/5bin
152
  
153
  #
154
  # Location for manual pages (with man1, man1b ... man8 below).
155
  #
156
! MANDIR = %%DATADIR%%/usr/share/man/5man
157
  
158
  #
159
  # Location for default files. Make sure that this directory is accessible
160
  # to all users.
161
  #
162
! DFLDIR = %%DATADIR%%/etc/default
163
  
164
  #
165
  # Location for the spell history file (contains misspelled words for
166
  # all users; set to /dev/null to disable).
167
  #
168
! SPELLHIST = /var/db/spellhist
169
  
170
  #
171
  # Location for the su logfile.
172
  #
173
  SULOG = /var/log/sulog
174
***************
175
*** 98,108 ****
176
  # does not actually matter but should be set to "adm" too. (The '-g' is an
177
  # argument to the install command and should remain as is.)
178
  #
179
  # On HP-UX, AIX, FreeBSD, NetBSD, and OpenBSD, this setting is not used.
180
  #
181
! TTYGRP = -g utmp
182
  
183
  #
184
  # Curses library. Change to -lncurses if necessary. Caution: Some gcc
185
  # setups on Solaris are broken so that ncurses headers are used during
186
  # compilation, but the system libcurses is used for linking. This will
187
--- 98,108 ----
188
  # does not actually matter but should be set to "adm" too. (The '-g' is an
189
  # argument to the install command and should remain as is.)
190
  #
191
  # On HP-UX, AIX, FreeBSD, NetBSD, and OpenBSD, this setting is not used.
192
  #
193
! TTYGRP = -g tty # utmp
194
  
195
  #
196
  # Curses library. Change to -lncurses if necessary. Caution: Some gcc
197
  # setups on Solaris are broken so that ncurses headers are used during
198
  # compilation, but the system libcurses is used for linking. This will
199
***************
200
*** 126,151 ****
201
  #LIBGEN = -lgen
202
  
203
  #
204
  # Uncomment this on FreeBSD, NetBSD, and OpenBSD.
205
  #
206
! #LKVM = -lkvm
207
  
208
  #
209
  # zlib (statically linked by default). Set USE_ZLIB to 0 if you don't have
210
  # zlib or don't want to use it; you need it only if you want to use inflate
211
  # compression when creating zip files with cpio.
212
  #
213
! LIBZ = -Wl,-Bstatic -lz -Wl,-Bdynamic
214
  USE_ZLIB = 1
215
  
216
  #
217
  # The name of the bzip2 library, and whether to use it. The library is only
218
  # needed to read and write bzip2 compressed parts of zip files with cpio.
219
  #
220
! #LIBBZ2 = -Wl,-Bstatic -lbz2 -Wl,-Bdynamic
221
! USE_BZLIB = 0
222
  
223
  #
224
  # Compiler and linker flags. HOSTCC is for cross compiling.
225
  #
226
  
227
--- 126,151 ----
228
  #LIBGEN = -lgen
229
  
230
  #
231
  # Uncomment this on FreeBSD, NetBSD, and OpenBSD.
232
  #
233
! LKVM = -lkvm
234
  
235
  #
236
  # zlib (statically linked by default). Set USE_ZLIB to 0 if you don't have
237
  # zlib or don't want to use it; you need it only if you want to use inflate
238
  # compression when creating zip files with cpio.
239
  #
240
! LIBZ = -lz #-Wl,-Bstatic -lz -Wl,-Bdynamic
241
  USE_ZLIB = 1
242
  
243
  #
244
  # The name of the bzip2 library, and whether to use it. The library is only
245
  # needed to read and write bzip2 compressed parts of zip files with cpio.
246
  #
247
! LIBBZ2 = -lbz2 #-Wl,-Bstatic -lbz2 -Wl,-Bdynamic
248
! USE_BZLIB = 1
249
  
250
  #
251
  # Compiler and linker flags. HOSTCC is for cross compiling.
252
  #
253
  
(-)/home/trasz/heirloom/files/patch-build_Makefile.mk (-13 / +4 lines)
Lines 1-20 Link Here
1
--- build/Makefile.mk.orgi	Thu Mar 10 17:11:29 2005
1
--- build/Makefile.mk.orig	Sat Jan 27 17:39:38 2007
2
+++ build/Makefile.mk	Thu Jul 27 00:45:12 2006
2
+++ build/Makefile.mk	Wed Mar 28 10:55:47 2007
3
@@ -1,7 +1,7 @@
3
@@ -1,7 +1,7 @@
4
 all: maninst crossln genintro
4
 all: maninst crossln genintro
5
 
5
 
6
 maninst: maninst.sh mk.config
6
 maninst: maninst.sh mk.config
7
-	<maninst.sh >maninst sed ' \
7
-	<maninst.sh >maninst sed ' s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g; s,@MAGIC@,$(MAGIC),g; s,@DFLDIR@,$(DFLDIR),g; s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@S42BIN@,$(S42BIN),g; s,@SUSBIN@,$(SUSBIN),g; s,@SU3BIN@,$(SU3BIN),g; s,@UCBBIN@,$(UCBBIN),g; s,@CCSBIN@,$(CCSBIN),g'
8
+	<maninst.sh >maninst sed " \
8
+	<maninst.sh >maninst sed " s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g; s,@MAGIC@,$(MAGIC),g; s,@DFLDIR@,$(DFLDIR),g; s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@S42BIN@,$(S42BIN),g; s,@SUSBIN@,$(SUSBIN),g; s,@SU3BIN@,$(SU3BIN),g; s,@UCBBIN@,$(UCBBIN),g; s,@CCSBIN@,$(CCSBIN),g"
9
 		s,@DEFLIB@,$(DEFLIB),g; \
10
 		s,@SPELLHIST@,$(SPELLHIST),g; \
11
 		s,@MAGIC@,$(MAGIC),g; \
12
@@ -11,7 +11,7 @@
13
 		s,@S42BIN@,$(S42BIN),g; \
14
 		s,@SUSBIN@,$(SUSBIN),g; \
15
 		s,@SU3BIN@,$(SU3BIN),g; \
16
-		s,@UCBBIN@,$(UCBBIN),g'
17
+		s,@UCBBIN@,$(UCBBIN),g"
18
 	chmod 755 maninst
9
 	chmod 755 maninst
19
 
10
 
20
 crossln: crossln.sh
11
 crossln: crossln.sh
(-)/home/trasz/heirloom/files/patch-calendar_Makefile.mk (-9 / +5 lines)
Lines 1-15 Link Here
1
--- ./calendar/Makefile.mk.orig	Sat May  1 18:58:02 2004
1
--- calendar/Makefile.mk.orig	Wed May 24 16:43:22 2006
2
+++ ./calendar/Makefile.mk	Thu Jul 27 00:52:02 2006
2
+++ calendar/Makefile.mk	Wed Mar 28 10:58:09 2007
3
@@ -1,10 +1,10 @@
3
@@ -1,7 +1,7 @@
4
 all: calendar calprog
4
 all: calendar calprog
5
 
5
 
6
 calendar: calendar.sh
6
 calendar: calendar.sh
7
-	echo '#!$(SHELL)' | cat - calendar.sh | sed ' \
7
-	echo '#!$(SHELL)' | cat - calendar.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g' >calendar
8
+	echo '#!$(SHELL)' | cat - calendar.sh | sed " \
8
+	echo '#!$(SHELL)' | cat - calendar.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g" >calendar
9
 		s,@DEFBIN@,$(DEFBIN),g; \
10
 		s,@SV3BIN@,$(SV3BIN),g; \
11
-		s,@DEFLIB@,$(DEFLIB),g' >calendar
12
+		s,@DEFLIB@,$(DEFLIB),g" >calendar
13
 	chmod 755 calendar
9
 	chmod 755 calendar
14
 
10
 
15
 calprog: calprog.o
11
 calprog: calprog.o
(-)/home/trasz/heirloom/files/patch-diff3_Makefile.mk (-9 / +5 lines)
Lines 1-15 Link Here
1
--- ./diff3/Makefile.mk.orig	Thu May 29 21:35:23 2003
1
--- diff3/Makefile.mk.orig	Wed May 24 16:44:17 2006
2
+++ ./diff3/Makefile.mk	Thu Jul 27 00:56:30 2006
2
+++ diff3/Makefile.mk	Wed Mar 28 10:59:08 2007
3
@@ -1,10 +1,10 @@
3
@@ -1,7 +1,7 @@
4
 all: diff3 diff3prog
4
 all: diff3 diff3prog
5
 
5
 
6
 diff3: diff3.sh
6
 diff3: diff3.sh
7
-	echo '#!$(SHELL)' | cat - diff3.sh | sed ' \
7
-	echo '#!$(SHELL)' | cat - diff3.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g' >diff3
8
+	echo '#!$(SHELL)' | cat - diff3.sh | sed " \
8
+	echo '#!$(SHELL)' | cat - diff3.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g" >diff3
9
 		s,@DEFBIN@,$(DEFBIN),g; \
10
 		s,@SV3BIN@,$(SV3BIN),g; \
11
-		s,@DEFLIB@,$(DEFLIB),g' >diff3
12
+		s,@DEFLIB@,$(DEFLIB),g" >diff3
13
 	chmod 755 diff3
9
 	chmod 755 diff3
14
 
10
 
15
 diff3prog: diff3prog.o
11
 diff3prog: diff3prog.o
(-)/home/trasz/heirloom/files/patch-dircmp_Makefile.mk (-9 / +5 lines)
Lines 1-15 Link Here
1
--- ./dircmp/Makefile.mk.orig	Sat Jun 25 18:48:53 2005
1
--- dircmp/Makefile.mk.orig	Wed May 24 16:44:34 2006
2
+++ ./dircmp/Makefile.mk	Thu Jul 27 00:59:45 2006
2
+++ dircmp/Makefile.mk	Wed Mar 28 11:00:11 2007
3
@@ -1,10 +1,10 @@
3
@@ -1,7 +1,7 @@
4
 all: dircmp
4
 all: dircmp
5
 
5
 
6
 dircmp: dircmp.sh
6
 dircmp: dircmp.sh
7
-	echo '#!$(SHELL)' | cat - dircmp.sh | sed ' \
7
-	echo '#!$(SHELL)' | cat - dircmp.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g' >dircmp
8
+	echo '#!$(SHELL)' | cat - dircmp.sh | sed " \
8
+	echo '#!$(SHELL)' | cat - dircmp.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g" >dircmp
9
 		s,@DEFBIN@,$(DEFBIN),g; \
10
 		s,@SV3BIN@,$(SV3BIN),g; \
11
-		s,@DEFLIB@,$(DEFLIB),g' >dircmp
12
+		s,@DEFLIB@,$(DEFLIB),g" >dircmp
13
 	chmod 755 dircmp
9
 	chmod 755 dircmp
14
 
10
 
15
 install: all
11
 install: all
(-)/home/trasz/heirloom/files/patch-makefile (-16 / +8 lines)
Lines 1-19 Link Here
1
--- ./makefile.orig	Sun Jan 22 22:48:04 2006
1
--- makefile.orig	Tue Feb 27 00:03:01 2007
2
+++ ./makefile	Thu Jul 27 01:01:57 2006
2
+++ makefile	Wed Mar 28 11:02:49 2007
3
@@ -87,14 +87,14 @@
3
@@ -70,7 +70,7 @@
4
 		cpio -pdm $(PKGROOT)/usr/share/doc/heirloom
4
 		cpio -pdm $(PKGROOT)/usr/share/doc/heirloom
5
 	rm -f $(PKGPROTO)
5
 	rm -f $(PKGPROTO)
6
 	echo 'i pkginfo' >$(PKGPROTO)
6
 	echo 'i pkginfo' >$(PKGPROTO)
7
-	(cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed '\
7
-	(cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed 's:^\([df] [^ ]* [^ ]* [^ ]*\) .*:\1 root root:; s:^\(f [^ ]* [^ ]*/ps \).*:\14755 root root:; s:^\(f [^ ]* [^ ]*/shl \).*:\12755 root adm:; s:^\(f [^ ]* [^ ]*/su \).*:\14755 root root:; s:^f\( [^ ]* etc/\):v \1:; s:^f\( [^ ]* var/\):v \1:; s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:'
8
+	(cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed " \
8
+	(cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed "s:^\([df] [^ ]* [^ ]* [^ ]*\) .*:\1 root root:; s:^\(f [^ ]* [^ ]*/ps \).*:\14755 root root:; s:^\(f [^ ]* [^ ]*/shl \).*:\12755 root adm:; s:^\(f [^ ]* [^ ]*/su \).*:\14755 root root:; s:^f\( [^ ]* etc/\):v \1:; s:^f\( [^ ]* var/\):v \1:; s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:"
9
 		s:^\([df] [^ ]* [^ ]* [^ ]*\) .*:\1 root root:; \
9
 	rm -rf $(PKGTEMP)/$@
10
 		s:^\(f [^ ]* [^ ]*/ps \).*:\14755 root root:; \
10
 	pkgmk -a `uname -m` -d $(PKGTEMP) -r $(PKGROOT) -f $(PKGPROTO) $@
11
 		s:^\(f [^ ]* [^ ]*/shl \).*:\12755 root adm:; \
11
 	pkgtrans -o -s $(PKGTEMP) `pwd`/$@ $@
12
 		s:^\(f [^ ]* [^ ]*/su \).*:\14755 root root:; \
13
 		s:^f\( [^ ]* etc/\):v \1:; \
14
 		s:^f\( [^ ]* var/\):v \1:; \
15
-		s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:'
16
+		s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:"
17
 	rm -rf $(PKGTEMP)/heirloom
18
 	pkgmk -a `uname -m` -d $(PKGTEMP) -r $(PKGROOT) -f $(PKGPROTO) heirloom
19
 	pkgtrans -o -s $(PKGTEMP) `pwd`/heirloom.pkg heirloom
(-)/home/trasz/heirloom/files/patch-mvdir_Makefile.mk (-9 / +5 lines)
Lines 1-15 Link Here
1
--- ./mvdir/Makefile.mk.orig	Sat Jun 25 19:03:27 2005
1
--- mvdir/Makefile.mk.orig	Wed May 24 16:45:48 2006
2
+++ ./mvdir/Makefile.mk	Thu Jul 27 01:06:15 2006
2
+++ mvdir/Makefile.mk	Wed Mar 28 11:03:32 2007
3
@@ -1,10 +1,10 @@
3
@@ -1,7 +1,7 @@
4
 all: mvdir
4
 all: mvdir
5
 
5
 
6
 mvdir: mvdir.sh
6
 mvdir: mvdir.sh
7
-	echo '#!$(SHELL)' | cat - mvdir.sh | sed ' \
7
-	echo '#!$(SHELL)' | cat - mvdir.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g' >mvdir
8
+	echo '#!$(SHELL)' | cat - mvdir.sh | sed " \
8
+	echo '#!$(SHELL)' | cat - mvdir.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g" >mvdir
9
 		s,@DEFBIN@,$(DEFBIN),g; \
10
 		s,@SV3BIN@,$(SV3BIN),g; \
11
-		s,@DEFLIB@,$(DEFLIB),g' >mvdir
12
+		s,@DEFLIB@,$(DEFLIB),g" >mvdir
13
 	chmod 755 mvdir
9
 	chmod 755 mvdir
14
 
10
 
15
 install: all
11
 install: all
(-)/home/trasz/heirloom/files/patch-spell_Makefile.mk (-17 / +7 lines)
Lines 1-26 Link Here
1
--- ./spell/Makefile.mk.orig	Sun Jul 17 13:24:27 2005
1
--- spell/Makefile.mk.orig	Wed May 24 16:46:54 2006
2
+++ ./spell/Makefile.mk	Thu Jul 27 01:00:46 2006
2
+++ spell/Makefile.mk	Wed Mar 28 11:04:59 2007
3
@@ -36,19 +36,19 @@
3
@@ -36,11 +36,11 @@
4
 		hlista hlistb hstop hashmake hashcheck
4
 		hlista hlistb hstop hashmake hashcheck
5
 
5
 
6
 spell: spell.sh
6
 spell: spell.sh
7
-	echo '#!$(SHELL)' | cat - spell.sh | sed ' \
7
-	echo '#!$(SHELL)' | cat - spell.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g' >spell
8
+	echo '#!$(SHELL)' | cat - spell.sh | sed " \
8
+	echo '#!$(SHELL)' | cat - spell.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g" >spell
9
 		s,@DEFBIN@,$(DEFBIN),g; \
10
 		s,@SV3BIN@,$(SV3BIN),g; \
11
 		s,@DEFLIB@,$(DEFLIB),g; \
12
-		s,@SPELLHIST@,$(SPELLHIST),g' >spell
13
+		s,@SPELLHIST@,$(SPELLHIST),g" >spell
14
 	chmod 755 spell
9
 	chmod 755 spell
15
 
10
 
16
 compress: compress.sh
11
 compress: compress.sh
17
-	echo '#!$(SHELL)' | cat - compress.sh | sed ' \
12
-	echo '#!$(SHELL)' | cat - compress.sh | sed ' s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g' >compress
18
+	echo '#!$(SHELL)' | cat - compress.sh | sed " \
13
+	echo '#!$(SHELL)' | cat - compress.sh | sed " s,@DEFBIN@,$(DEFBIN),g; s,@SV3BIN@,$(SV3BIN),g; s,@DEFLIB@,$(DEFLIB),g; s,@SPELLHIST@,$(SPELLHIST),g" >compress
19
 		s,@DEFBIN@,$(DEFBIN),g; \
20
 		s,@SV3BIN@,$(SV3BIN),g; \
21
 		s,@DEFLIB@,$(DEFLIB),g; \
22
-		s,@SPELLHIST@,$(SPELLHIST),g' >compress
23
+		s,@SPELLHIST@,$(SPELLHIST),g" >compress
24
 	chmod 755 compress
14
 	chmod 755 compress
25
 
15
 
26
 spellprog: spellprog.o hash.o hashlook.o huff.o
16
 spellprog: spellprog.o hash.o hashlook.o huff.o
(-)/home/trasz/heirloom/files/patch-spell_spellin.c (-20 lines)
Lines 1-20 Link Here
1
--- spell/spellin.c.orig	Fri Feb  3 19:13:19 2006
2
+++ spell/spellin.c	Fri Feb  3 19:19:20 2006
3
@@ -77,6 +77,7 @@
4
 main(int argc, char **argv)
5
 {
6
 	int32_t h, k, d;
7
+	unsigned hu;
8
 	int32_t  i;
9
 	int32_t count;
10
 	int32_t w1;
11
@@ -103,7 +104,8 @@
12
 	z = huff((1L<<HASHWIDTH)/atof(argv[1]));
13
 	fprintf(stderr, "%s: expected code widths = %f\n",
14
 	    argv[0], z);
15
-	for (count = 0; scanf("%lo", (long *)&h) == 1; ++count) {
16
+	for (count = 0; scanf("%o", &hu) == 1; ++count) {
17
+		h = (int32_t)hu;
18
 		if ((t = h >> (HASHWIDTH - INDEXWIDTH)) != u) {
19
 			if (bp != B)
20
 				wp++;
(-)/home/trasz/heirloom/pkg-plist (-179 / +183 lines)
Lines 1-108 Link Here
1
%%DATADIR%%/etc/default/man
1
%%DATADIR%%/usr/5bin/s42/cp
2
%%DATADIR%%/etc/default/ps
2
%%DATADIR%%/usr/5bin/s42/ln
3
%%DATADIR%%/etc/default/su
3
%%DATADIR%%/usr/5bin/s42/mv
4
%%DATADIR%%/etc/default/tar
4
%%DATADIR%%/usr/5bin/s42/ed
5
%%DATADIR%%/usr/5bin/STTY
5
%%DATADIR%%/usr/5bin/s42/expr
6
%%DATADIR%%/usr/5bin/apropos
6
%%DATADIR%%/usr/5bin/s42/nl
7
%%DATADIR%%/usr/5bin/awk
7
%%DATADIR%%/usr/5bin/s42/priocntl
8
%%DATADIR%%/usr/5bin/banner
8
%%DATADIR%%/usr/5bin/s42/ps
9
%%DATADIR%%/usr/5bin/basename
9
%%DATADIR%%/usr/5bin/s42/sed
10
%%DATADIR%%/usr/5bin/bc
10
%%DATADIR%%/usr/5bin/s42/wc
11
%%DATADIR%%/usr/5bin/cal
11
%%DATADIR%%/usr/5bin/s42/csplit
12
%%DATADIR%%/usr/5bin/calendar
12
%%DATADIR%%/usr/5bin/s42/date
13
%%DATADIR%%/usr/5bin/cat
13
%%DATADIR%%/usr/5bin/s42/egrep
14
%%DATADIR%%/usr/5bin/catman
14
%%DATADIR%%/usr/5bin/s42/fgrep
15
%%DATADIR%%/usr/5bin/chgrp
15
%%DATADIR%%/usr/5bin/s42/find
16
%%DATADIR%%/usr/5bin/chmod
16
%%DATADIR%%/usr/5bin/s42/getconf
17
%%DATADIR%%/usr/5bin/chown
17
%%DATADIR%%/usr/5bin/s42/grep
18
%%DATADIR%%/usr/5bin/cksum
18
%%DATADIR%%/usr/5bin/s42/id
19
%%DATADIR%%/usr/5bin/cmp
19
%%DATADIR%%/usr/5bin/s42/mkdir
20
%%DATADIR%%/usr/5bin/col
20
%%DATADIR%%/usr/5bin/s42/nawk
21
%%DATADIR%%/usr/5bin/comm
21
%%DATADIR%%/usr/5bin/s42/pg
22
%%DATADIR%%/usr/5bin/copy
22
%%DATADIR%%/usr/5bin/s42/basename
23
%%DATADIR%%/usr/5bin/cp
23
%%DATADIR%%/usr/5bin/s42/chmod
24
%%DATADIR%%/usr/5bin/cpio
24
%%DATADIR%%/usr/5bin/s42/du
25
%%DATADIR%%/usr/5bin/csplit
25
%%DATADIR%%/usr/5bin/s42/echo
26
%%DATADIR%%/usr/5bin/cut
26
%%DATADIR%%/usr/5bin/s42/file
27
%%DATADIR%%/usr/5bin/date
27
%%DATADIR%%/usr/5bin/s42/lc
28
%%DATADIR%%/usr/5bin/dc
28
%%DATADIR%%/usr/5bin/s42/ls
29
%%DATADIR%%/usr/5bin/dd
29
%%DATADIR%%/usr/5bin/s42/more
30
%%DATADIR%%/usr/5bin/deroff
30
%%DATADIR%%/usr/5bin/s42/nohup
31
%%DATADIR%%/usr/5bin/df
31
%%DATADIR%%/usr/5bin/s42/od
32
%%DATADIR%%/usr/5bin/dfspace
32
%%DATADIR%%/usr/5bin/s42/page
33
%%DATADIR%%/usr/5bin/diff
33
%%DATADIR%%/usr/5bin/s42/pax
34
%%DATADIR%%/usr/5bin/diff3
34
%%DATADIR%%/usr/5bin/s42/pr
35
%%DATADIR%%/usr/5bin/dirname
35
%%DATADIR%%/usr/5bin/s42/rm
36
%%DATADIR%%/usr/5bin/du
36
%%DATADIR%%/usr/5bin/s42/rmdir
37
%%DATADIR%%/usr/5bin/ed
37
%%DATADIR%%/usr/5bin/s42/sort
38
%%DATADIR%%/usr/5bin/egrep
38
%%DATADIR%%/usr/5bin/s42/test
39
%%DATADIR%%/usr/5bin/env
39
%%DATADIR%%/usr/5bin/s42/touch
40
%%DATADIR%%/usr/5bin/expand
40
%%DATADIR%%/usr/5bin/s42/tr
41
%%DATADIR%%/usr/5bin/expr
41
%%DATADIR%%/usr/5bin/s42/who
42
%%DATADIR%%/usr/5bin/factor
42
%%DATADIR%%/usr/5bin/s42/awk
43
%%DATADIR%%/usr/5bin/fgrep
44
%%DATADIR%%/usr/5bin/file
45
%%DATADIR%%/usr/5bin/find
46
%%DATADIR%%/usr/5bin/fmt
47
%%DATADIR%%/usr/5bin/fold
48
%%DATADIR%%/usr/5bin/grep
49
%%DATADIR%%/usr/5bin/groups
50
%%DATADIR%%/usr/5bin/hd
51
%%DATADIR%%/usr/5bin/head
52
%%DATADIR%%/usr/5bin/hostname
53
%%DATADIR%%/usr/5bin/id
54
%%DATADIR%%/usr/5bin/install
55
%%DATADIR%%/usr/5bin/join
56
%%DATADIR%%/usr/5bin/lc
57
%%DATADIR%%/usr/5bin/line
58
%%DATADIR%%/usr/5bin/listusers
59
%%DATADIR%%/usr/5bin/ln
60
%%DATADIR%%/usr/5bin/logins
61
%%DATADIR%%/usr/5bin/logname
62
%%DATADIR%%/usr/5bin/ls
63
%%DATADIR%%/usr/5bin/mail
64
%%DATADIR%%/usr/5bin/man
65
%%DATADIR%%/usr/5bin/mkdir
66
%%DATADIR%%/usr/5bin/mkfifo
67
%%DATADIR%%/usr/5bin/mknod
68
%%DATADIR%%/usr/5bin/more
69
%%DATADIR%%/usr/5bin/mt
70
%%DATADIR%%/usr/5bin/mv
71
%%DATADIR%%/usr/5bin/nawk
72
%%DATADIR%%/usr/5bin/newform
73
%%DATADIR%%/usr/5bin/news
74
%%DATADIR%%/usr/5bin/nice
75
%%DATADIR%%/usr/5bin/nl
76
%%DATADIR%%/usr/5bin/nohup
77
%%DATADIR%%/usr/5bin/oawk
78
%%DATADIR%%/usr/5bin/od
79
%%DATADIR%%/usr/5bin/page
80
%%DATADIR%%/usr/5bin/paste
81
%%DATADIR%%/usr/5bin/pax
82
%%DATADIR%%/usr/5bin/pg
83
%%DATADIR%%/usr/5bin/pgrep
84
%%DATADIR%%/usr/5bin/pkill
85
%%DATADIR%%/usr/5bin/posix/awk
86
%%DATADIR%%/usr/5bin/posix/basename
43
%%DATADIR%%/usr/5bin/posix/basename
87
%%DATADIR%%/usr/5bin/posix/chmod
44
%%DATADIR%%/usr/5bin/posix/chmod
88
%%DATADIR%%/usr/5bin/posix/cp
45
%%DATADIR%%/usr/5bin/posix/cp
46
%%DATADIR%%/usr/5bin/posix/ln
47
%%DATADIR%%/usr/5bin/posix/mv
89
%%DATADIR%%/usr/5bin/posix/csplit
48
%%DATADIR%%/usr/5bin/posix/csplit
90
%%DATADIR%%/usr/5bin/posix/date
49
%%DATADIR%%/usr/5bin/posix/date
91
%%DATADIR%%/usr/5bin/posix/du
50
%%DATADIR%%/usr/5bin/posix/du
51
%%DATADIR%%/usr/5bin/posix/echo
92
%%DATADIR%%/usr/5bin/posix/ed
52
%%DATADIR%%/usr/5bin/posix/ed
93
%%DATADIR%%/usr/5bin/posix/egrep
94
%%DATADIR%%/usr/5bin/posix/expr
53
%%DATADIR%%/usr/5bin/posix/expr
95
%%DATADIR%%/usr/5bin/posix/fgrep
54
%%DATADIR%%/usr/5bin/posix/file
96
%%DATADIR%%/usr/5bin/posix/find
55
%%DATADIR%%/usr/5bin/posix/find
56
%%DATADIR%%/usr/5bin/posix/getconf
97
%%DATADIR%%/usr/5bin/posix/grep
57
%%DATADIR%%/usr/5bin/posix/grep
58
%%DATADIR%%/usr/5bin/posix/egrep
59
%%DATADIR%%/usr/5bin/posix/fgrep
98
%%DATADIR%%/usr/5bin/posix/id
60
%%DATADIR%%/usr/5bin/posix/id
99
%%DATADIR%%/usr/5bin/posix/ln
100
%%DATADIR%%/usr/5bin/posix/ls
61
%%DATADIR%%/usr/5bin/posix/ls
101
%%DATADIR%%/usr/5bin/posix/mkdir
62
%%DATADIR%%/usr/5bin/posix/mkdir
102
%%DATADIR%%/usr/5bin/posix/mv
103
%%DATADIR%%/usr/5bin/posix/nawk
63
%%DATADIR%%/usr/5bin/posix/nawk
104
%%DATADIR%%/usr/5bin/posix/nl
64
%%DATADIR%%/usr/5bin/posix/nl
105
%%DATADIR%%/usr/5bin/posix/nohup
65
%%DATADIR%%/usr/5bin/posix/nohup
66
%%DATADIR%%/usr/5bin/posix/od
106
%%DATADIR%%/usr/5bin/posix/pg
67
%%DATADIR%%/usr/5bin/posix/pg
107
%%DATADIR%%/usr/5bin/posix/pr
68
%%DATADIR%%/usr/5bin/posix/pr
108
%%DATADIR%%/usr/5bin/posix/ps
69
%%DATADIR%%/usr/5bin/posix/ps
Lines 110-125 Link Here
110
%%DATADIR%%/usr/5bin/posix/rmdir
71
%%DATADIR%%/usr/5bin/posix/rmdir
111
%%DATADIR%%/usr/5bin/posix/sed
72
%%DATADIR%%/usr/5bin/posix/sed
112
%%DATADIR%%/usr/5bin/posix/sort
73
%%DATADIR%%/usr/5bin/posix/sort
74
%%DATADIR%%/usr/5bin/posix/test
113
%%DATADIR%%/usr/5bin/posix/touch
75
%%DATADIR%%/usr/5bin/posix/touch
114
%%DATADIR%%/usr/5bin/posix/tr
76
%%DATADIR%%/usr/5bin/posix/tr
115
%%DATADIR%%/usr/5bin/posix/wc
77
%%DATADIR%%/usr/5bin/posix/wc
116
%%DATADIR%%/usr/5bin/posix/who
78
%%DATADIR%%/usr/5bin/posix/who
117
%%DATADIR%%/usr/5bin/posix/echo
118
%%DATADIR%%/usr/5bin/posix/file
119
%%DATADIR%%/usr/5bin/posix/getconf
120
%%DATADIR%%/usr/5bin/posix/od
121
%%DATADIR%%/usr/5bin/posix/test
122
%%DATADIR%%/usr/5bin/posix/pax
79
%%DATADIR%%/usr/5bin/posix/pax
80
%%DATADIR%%/usr/5bin/posix/awk
123
%%DATADIR%%/usr/5bin/posix2001/pax
81
%%DATADIR%%/usr/5bin/posix2001/pax
124
%%DATADIR%%/usr/5bin/posix2001/csplit
82
%%DATADIR%%/usr/5bin/posix2001/csplit
125
%%DATADIR%%/usr/5bin/posix2001/ed
83
%%DATADIR%%/usr/5bin/posix2001/ed
Lines 158-316 Link Here
158
%%DATADIR%%/usr/5bin/posix2001/who
116
%%DATADIR%%/usr/5bin/posix2001/who
159
%%DATADIR%%/usr/5bin/posix2001/od
117
%%DATADIR%%/usr/5bin/posix2001/od
160
%%DATADIR%%/usr/5bin/posix2001/awk
118
%%DATADIR%%/usr/5bin/posix2001/awk
119
%%DATADIR%%/usr/5bin/banner
120
%%DATADIR%%/usr/5bin/basename
121
%%DATADIR%%/usr/5bin/bc
122
%%DATADIR%%/usr/5bin/bdiff
123
%%DATADIR%%/usr/5bin/bfs
124
%%DATADIR%%/usr/5bin/cal
125
%%DATADIR%%/usr/5bin/calendar
126
%%DATADIR%%/usr/5bin/cat
127
%%DATADIR%%/usr/5bin/chmod
128
%%DATADIR%%/usr/5bin/chown
129
%%DATADIR%%/usr/5bin/chgrp
130
%%DATADIR%%/usr/5bin/cksum
131
%%DATADIR%%/usr/5bin/cmp
132
%%DATADIR%%/usr/5bin/col
133
%%DATADIR%%/usr/5bin/comm
134
%%DATADIR%%/usr/5bin/copy
135
%%DATADIR%%/usr/5bin/cp
136
%%DATADIR%%/usr/5bin/ln
137
%%DATADIR%%/usr/5bin/mv
138
%%DATADIR%%/usr/5bin/cpio
139
%%DATADIR%%/usr/5bin/pax
140
%%DATADIR%%/usr/5bin/csplit
141
%%DATADIR%%/usr/5bin/cut
142
%%DATADIR%%/usr/5bin/date
143
%%DATADIR%%/usr/5bin/dc
144
%%DATADIR%%/usr/5bin/dd
145
%%DATADIR%%/usr/5bin/deroff
146
%%DATADIR%%/usr/5bin/diff
147
%%DATADIR%%/usr/5bin/diff3
148
%%DATADIR%%/usr/5bin/dircmp
149
%%DATADIR%%/usr/5bin/dirname
150
%%DATADIR%%/usr/5bin/df
151
%%DATADIR%%/usr/5bin/dfspace
152
%%DATADIR%%/usr/5bin/du
153
%%DATADIR%%/usr/5bin/echo
154
%%DATADIR%%/usr/5bin/ed
155
%%DATADIR%%/usr/5bin/env
156
%%DATADIR%%/usr/5bin/expand
157
%%DATADIR%%/usr/5bin/unexpand
158
%%DATADIR%%/usr/5bin/expr
159
%%DATADIR%%/usr/5bin/factor
160
%%DATADIR%%/usr/5bin/file
161
%%DATADIR%%/usr/5bin/find
162
%%DATADIR%%/usr/5bin/fmt
163
%%DATADIR%%/usr/5bin/fmtmsg
164
%%DATADIR%%/usr/5bin/fold
165
%%DATADIR%%/usr/5bin/getopt
166
%%DATADIR%%/usr/5bin/egrep
167
%%DATADIR%%/usr/5bin/fgrep
168
%%DATADIR%%/usr/5bin/grep
169
%%DATADIR%%/usr/5bin/groups
170
%%DATADIR%%/usr/5bin/hd
171
%%DATADIR%%/usr/5bin/head
172
%%DATADIR%%/usr/5bin/hostname
173
%%DATADIR%%/usr/5bin/id
174
%%DATADIR%%/usr/5bin/join
175
%%DATADIR%%/usr/5bin/kill
176
%%DATADIR%%/usr/5bin/line
177
%%DATADIR%%/usr/5bin/listusers
178
%%DATADIR%%/usr/5bin/logins
179
%%DATADIR%%/usr/5bin/logname
180
%%DATADIR%%/usr/5bin/ls
181
%%DATADIR%%/usr/5bin/lc
182
%%DATADIR%%/usr/5bin/mail
183
%%DATADIR%%/usr/5bin/man
184
%%DATADIR%%/usr/5bin/apropos
185
%%DATADIR%%/usr/5bin/whatis
186
%%DATADIR%%/usr/5bin/catman
187
%%DATADIR%%/usr/5bin/mesg
188
%%DATADIR%%/usr/5bin/mkdir
189
%%DATADIR%%/usr/5bin/mkfifo
190
%%DATADIR%%/usr/5bin/mknod
191
%%DATADIR%%/usr/5bin/more
192
%%DATADIR%%/usr/5bin/page
193
%%DATADIR%%/usr/5bin/mvdir
194
%%DATADIR%%/usr/5bin/nawk
195
%%DATADIR%%/usr/5bin/news
196
%%DATADIR%%/usr/5bin/nice
197
%%DATADIR%%/usr/5bin/nl
198
%%DATADIR%%/usr/5bin/nohup
199
%%DATADIR%%/usr/5bin/oawk
200
%%DATADIR%%/usr/5bin/od
201
%%DATADIR%%/usr/5bin/paste
202
%%DATADIR%%/usr/5bin/pathchk
203
%%DATADIR%%/usr/5bin/pg
204
%%DATADIR%%/usr/5bin/pgrep
205
%%DATADIR%%/usr/5bin/pkill
161
%%DATADIR%%/usr/5bin/pr
206
%%DATADIR%%/usr/5bin/pr
162
%%DATADIR%%/usr/5bin/printenv
207
%%DATADIR%%/usr/5bin/printenv
208
%%DATADIR%%/usr/5bin/printf
163
%%DATADIR%%/usr/5bin/priocntl
209
%%DATADIR%%/usr/5bin/priocntl
164
%%DATADIR%%/usr/5bin/ps
210
%%DATADIR%%/usr/5bin/ps
211
%%DATADIR%%/usr/5bin/pwd
165
%%DATADIR%%/usr/5bin/random
212
%%DATADIR%%/usr/5bin/random
166
%%DATADIR%%/usr/5bin/renice
213
%%DATADIR%%/usr/5bin/renice
167
%%DATADIR%%/usr/5bin/rm
214
%%DATADIR%%/usr/5bin/rm
168
%%DATADIR%%/usr/5bin/rmdir
215
%%DATADIR%%/usr/5bin/rmdir
169
%%DATADIR%%/usr/5bin/s42/awk
170
%%DATADIR%%/usr/5bin/s42/basename
171
%%DATADIR%%/usr/5bin/s42/chmod
172
%%DATADIR%%/usr/5bin/s42/cp
173
%%DATADIR%%/usr/5bin/s42/csplit
174
%%DATADIR%%/usr/5bin/s42/date
175
%%DATADIR%%/usr/5bin/s42/du
176
%%DATADIR%%/usr/5bin/s42/ed
177
%%DATADIR%%/usr/5bin/s42/egrep
178
%%DATADIR%%/usr/5bin/s42/expr
179
%%DATADIR%%/usr/5bin/s42/fgrep
180
%%DATADIR%%/usr/5bin/s42/find
181
%%DATADIR%%/usr/5bin/s42/grep
182
%%DATADIR%%/usr/5bin/s42/id
183
%%DATADIR%%/usr/5bin/s42/lc
184
%%DATADIR%%/usr/5bin/s42/ln
185
%%DATADIR%%/usr/5bin/s42/ls
186
%%DATADIR%%/usr/5bin/s42/mkdir
187
%%DATADIR%%/usr/5bin/s42/more
188
%%DATADIR%%/usr/5bin/s42/mv
189
%%DATADIR%%/usr/5bin/s42/nawk
190
%%DATADIR%%/usr/5bin/s42/nl
191
%%DATADIR%%/usr/5bin/s42/nohup
192
%%DATADIR%%/usr/5bin/s42/page
193
%%DATADIR%%/usr/5bin/s42/pg
194
%%DATADIR%%/usr/5bin/s42/pr
195
%%DATADIR%%/usr/5bin/s42/priocntl
196
%%DATADIR%%/usr/5bin/s42/ps
197
%%DATADIR%%/usr/5bin/s42/rm
198
%%DATADIR%%/usr/5bin/s42/rmdir
199
%%DATADIR%%/usr/5bin/s42/sed
200
%%DATADIR%%/usr/5bin/s42/sort
201
%%DATADIR%%/usr/5bin/s42/touch
202
%%DATADIR%%/usr/5bin/s42/tr
203
%%DATADIR%%/usr/5bin/s42/wc
204
%%DATADIR%%/usr/5bin/s42/who
205
%%DATADIR%%/usr/5bin/s42/getconf
206
%%DATADIR%%/usr/5bin/s42/echo
207
%%DATADIR%%/usr/5bin/s42/file
208
%%DATADIR%%/usr/5bin/s42/od
209
%%DATADIR%%/usr/5bin/s42/pax
210
%%DATADIR%%/usr/5bin/s42/test
211
%%DATADIR%%/usr/5bin/sdiff
216
%%DATADIR%%/usr/5bin/sdiff
212
%%DATADIR%%/usr/5bin/sed
217
%%DATADIR%%/usr/5bin/sed
213
%%DATADIR%%/usr/5bin/setpgrp
218
%%DATADIR%%/usr/5bin/setpgrp
214
%%DATADIR%%/usr/5bin/settime
215
%%DATADIR%%/usr/5bin/sleep
219
%%DATADIR%%/usr/5bin/sleep
216
%%DATADIR%%/usr/5bin/sort
220
%%DATADIR%%/usr/5bin/sort
217
%%DATADIR%%/usr/5bin/spell
221
%%DATADIR%%/usr/5bin/spell
218
%%DATADIR%%/usr/5bin/split
222
%%DATADIR%%/usr/5bin/split
219
%%DATADIR%%/usr/5bin/stty
223
%%DATADIR%%/usr/5bin/stty
224
%%DATADIR%%/usr/5bin/STTY
220
%%DATADIR%%/usr/5bin/su
225
%%DATADIR%%/usr/5bin/su
221
%%DATADIR%%/usr/5bin/sum
226
%%DATADIR%%/usr/5bin/sum
222
%%DATADIR%%/usr/5bin/sync
227
%%DATADIR%%/usr/5bin/sync
223
%%DATADIR%%/usr/5bin/tabs
228
%%DATADIR%%/usr/5bin/tabs
229
%%DATADIR%%/usr/5bin/newform
224
%%DATADIR%%/usr/5bin/tail
230
%%DATADIR%%/usr/5bin/tail
225
%%DATADIR%%/usr/5bin/tape
226
%%DATADIR%%/usr/5bin/tapecntl
231
%%DATADIR%%/usr/5bin/tapecntl
232
%%DATADIR%%/usr/5bin/mt
233
%%DATADIR%%/usr/5bin/tape
227
%%DATADIR%%/usr/5bin/tar
234
%%DATADIR%%/usr/5bin/tar
228
%%DATADIR%%/usr/5bin/tcopy
235
%%DATADIR%%/usr/5bin/tcopy
229
%%DATADIR%%/usr/5bin/tee
236
%%DATADIR%%/usr/5bin/tee
237
%%DATADIR%%/usr/5bin/test
230
%%DATADIR%%/usr/5bin/time
238
%%DATADIR%%/usr/5bin/time
231
%%DATADIR%%/usr/5bin/touch
239
%%DATADIR%%/usr/5bin/touch
240
%%DATADIR%%/usr/5bin/settime
232
%%DATADIR%%/usr/5bin/tr
241
%%DATADIR%%/usr/5bin/tr
233
%%DATADIR%%/usr/5bin/tsort
242
%%DATADIR%%/usr/5bin/true
243
%%DATADIR%%/usr/5bin/false
234
%%DATADIR%%/usr/5bin/tty
244
%%DATADIR%%/usr/5bin/tty
235
%%DATADIR%%/usr/5bin/ul
245
%%DATADIR%%/usr/5bin/ul
236
%%DATADIR%%/usr/5bin/uname
246
%%DATADIR%%/usr/5bin/uname
237
%%DATADIR%%/usr/5bin/unexpand
238
%%DATADIR%%/usr/5bin/uniq
247
%%DATADIR%%/usr/5bin/uniq
239
%%DATADIR%%/usr/5bin/units
248
%%DATADIR%%/usr/5bin/units
240
%%DATADIR%%/usr/5bin/uptime
241
%%DATADIR%%/usr/5bin/users
249
%%DATADIR%%/usr/5bin/users
242
%%DATADIR%%/usr/5bin/w
243
%%DATADIR%%/usr/5bin/wc
250
%%DATADIR%%/usr/5bin/wc
244
%%DATADIR%%/usr/5bin/what
251
%%DATADIR%%/usr/5bin/what
245
%%DATADIR%%/usr/5bin/whatis
246
%%DATADIR%%/usr/5bin/who
252
%%DATADIR%%/usr/5bin/who
247
%%DATADIR%%/usr/5bin/whoami
253
%%DATADIR%%/usr/5bin/whoami
248
%%DATADIR%%/usr/5bin/whodo
254
%%DATADIR%%/usr/5bin/whodo
255
%%DATADIR%%/usr/5bin/w
256
%%DATADIR%%/usr/5bin/uptime
249
%%DATADIR%%/usr/5bin/xargs
257
%%DATADIR%%/usr/5bin/xargs
250
%%DATADIR%%/usr/5bin/yes
258
%%DATADIR%%/usr/5bin/yes
251
%%DATADIR%%/usr/5bin/bdiff
259
%%DATADIR%%/usr/5bin/install
252
%%DATADIR%%/usr/5bin/bfs
253
%%DATADIR%%/usr/5bin/dircmp
254
%%DATADIR%%/usr/5bin/echo
255
%%DATADIR%%/usr/5bin/fmtmsg
256
%%DATADIR%%/usr/5bin/getopt
257
%%DATADIR%%/usr/5bin/kill
258
%%DATADIR%%/usr/5bin/mesg
259
%%DATADIR%%/usr/5bin/mvdir
260
%%DATADIR%%/usr/5bin/pathchk
261
%%DATADIR%%/usr/5bin/printf
262
%%DATADIR%%/usr/5bin/pwd
263
%%DATADIR%%/usr/5bin/test
264
%%DATADIR%%/usr/5bin/true
265
%%DATADIR%%/usr/5bin/false
266
%%DATADIR%%/usr/5bin/getconf
260
%%DATADIR%%/usr/5bin/getconf
261
%%DATADIR%%/usr/5bin/awk
262
%%DATADIR%%/usr/5lib/lib.b
267
%%DATADIR%%/usr/5lib/calprog
263
%%DATADIR%%/usr/5lib/calprog
268
%%DATADIR%%/usr/5lib/diff3prog
269
%%DATADIR%%/usr/5lib/diffh
264
%%DATADIR%%/usr/5lib/diffh
270
%%DATADIR%%/usr/5lib/lib.b
265
%%DATADIR%%/usr/5lib/diff3prog
271
%%DATADIR%%/usr/5lib/magic
266
%%DATADIR%%/usr/5lib/magic
272
%%DATADIR%%/usr/5lib/spell/hlista
267
%%DATADIR%%/usr/5lib/tmac/tmac.an
273
%%DATADIR%%/usr/5lib/spell/hlistb
268
%%DATADIR%%/usr/5lib/tmac/an-old.tmac
274
%%DATADIR%%/usr/5lib/spell/hstop
275
%%DATADIR%%/usr/5lib/spell/spellin
276
%%DATADIR%%/usr/5lib/spell/spellprog
269
%%DATADIR%%/usr/5lib/spell/spellprog
270
%%DATADIR%%/usr/5lib/spell/spellin
277
%%DATADIR%%/usr/5lib/spell/hashcheck
271
%%DATADIR%%/usr/5lib/spell/hashcheck
278
%%DATADIR%%/usr/5lib/spell/hashmake
272
%%DATADIR%%/usr/5lib/spell/hashmake
279
%%DATADIR%%/usr/5lib/spell/compress
273
%%DATADIR%%/usr/5lib/spell/compress
280
%%DATADIR%%/usr/5lib/tmac/an-old.tmac
274
%%DATADIR%%/usr/5lib/spell/hlista
281
%%DATADIR%%/usr/5lib/tmac/tmac.an
275
%%DATADIR%%/usr/5lib/spell/hlistb
276
%%DATADIR%%/usr/5lib/spell/hstop
282
%%DATADIR%%/usr/5lib/unittab
277
%%DATADIR%%/usr/5lib/unittab
283
%%DATADIR%%/usr/ucb/apropos
278
%%DATADIR%%/usr/ucb/install
284
%%DATADIR%%/usr/ucb/basename
279
%%DATADIR%%/usr/ucb/basename
285
%%DATADIR%%/usr/ucb/catman
286
%%DATADIR%%/usr/ucb/chown
280
%%DATADIR%%/usr/ucb/chown
287
%%DATADIR%%/usr/ucb/deroff
281
%%DATADIR%%/usr/ucb/deroff
288
%%DATADIR%%/usr/ucb/df
282
%%DATADIR%%/usr/ucb/df
289
%%DATADIR%%/usr/ucb/du
283
%%DATADIR%%/usr/ucb/du
290
%%DATADIR%%/usr/ucb/expand
284
%%DATADIR%%/usr/ucb/echo
291
%%DATADIR%%/usr/ucb/groups
285
%%DATADIR%%/usr/ucb/groups
292
%%DATADIR%%/usr/ucb/hostname
293
%%DATADIR%%/usr/ucb/install
294
%%DATADIR%%/usr/ucb/ln
286
%%DATADIR%%/usr/ucb/ln
295
%%DATADIR%%/usr/ucb/ls
287
%%DATADIR%%/usr/ucb/ls
296
%%DATADIR%%/usr/ucb/man
297
%%DATADIR%%/usr/ucb/more
298
%%DATADIR%%/usr/ucb/printenv
299
%%DATADIR%%/usr/ucb/ps
288
%%DATADIR%%/usr/ucb/ps
300
%%DATADIR%%/usr/ucb/renice
301
%%DATADIR%%/usr/ucb/stty
289
%%DATADIR%%/usr/ucb/stty
302
%%DATADIR%%/usr/ucb/sum
290
%%DATADIR%%/usr/ucb/sum
303
%%DATADIR%%/usr/ucb/tcopy
291
%%DATADIR%%/usr/ucb/test
304
%%DATADIR%%/usr/ucb/tr
292
%%DATADIR%%/usr/ucb/tr
293
%%DATADIR%%/usr/ucb/apropos
294
%%DATADIR%%/usr/ucb/expand
295
%%DATADIR%%/usr/ucb/hostname
296
%%DATADIR%%/usr/ucb/man
297
%%DATADIR%%/usr/ucb/printenv
298
%%DATADIR%%/usr/ucb/renice
299
%%DATADIR%%/usr/ucb/tcopy
305
%%DATADIR%%/usr/ucb/ul
300
%%DATADIR%%/usr/ucb/ul
306
%%DATADIR%%/usr/ucb/unexpand
301
%%DATADIR%%/usr/ucb/unexpand
307
%%DATADIR%%/usr/ucb/uptime
302
%%DATADIR%%/usr/ucb/uptime
308
%%DATADIR%%/usr/ucb/users
303
%%DATADIR%%/usr/ucb/users
309
%%DATADIR%%/usr/ucb/w
304
%%DATADIR%%/usr/ucb/w
310
%%DATADIR%%/usr/ucb/whatis
311
%%DATADIR%%/usr/ucb/whoami
305
%%DATADIR%%/usr/ucb/whoami
312
%%DATADIR%%/usr/ucb/echo
306
%%DATADIR%%/usr/ucb/whatis
313
%%DATADIR%%/usr/ucb/test
307
%%DATADIR%%/usr/ucb/more
308
%%DATADIR%%/usr/ucb/catman
309
%%DATADIR%%/usr/ucb/sccs
310
%%DATADIR%%/usr/ucb/prt
311
%%DATADIR%%/usr/ccs/bin/tsort
312
%%DATADIR%%/etc/default/man
313
%%DATADIR%%/etc/default/ps
314
%%DATADIR%%/etc/default/su
315
%%DATADIR%%/etc/default/tar
314
@exec umask 000; touch /var/db/spellhist
316
@exec umask 000; touch /var/db/spellhist
315
@exec umask 066; touch /var/log/sulog
317
@exec umask 066; touch /var/log/sulog
316
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
318
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
Lines 344-349 Link Here
344
@dirrm %%DATADIR%%/usr/5bin/posix
346
@dirrm %%DATADIR%%/usr/5bin/posix
345
@dirrm %%DATADIR%%/usr/5bin/posix2001
347
@dirrm %%DATADIR%%/usr/5bin/posix2001
346
@dirrm %%DATADIR%%/usr/5bin
348
@dirrm %%DATADIR%%/usr/5bin
349
@dirrm %%DATADIR%%/usr/ccs/bin
350
@dirrm %%DATADIR%%/usr/ccs
347
@dirrm %%DATADIR%%/usr
351
@dirrm %%DATADIR%%/usr
348
@dirrm %%DATADIR%%/etc/default
352
@dirrm %%DATADIR%%/etc/default
349
@dirrm %%DATADIR%%/etc
353
@dirrm %%DATADIR%%/etc

Return to bug 110986