Fri Apr 1 17:19:28 2022 UTC ()
bootstrap: Separate UnixWare and OpenServer

Add a skeletal UnixWare README.  Undo my previous confusion.


(gdt)
diff -r1.28 -r1.29 pkgsrc/bootstrap/README
diff -r1.3 -r1.4 pkgsrc/bootstrap/README.OpenServer5
diff -r0 -r1.1 pkgsrc/bootstrap/README.UnixWare

cvs diff -r1.28 -r1.29 pkgsrc/bootstrap/README (expand / switch to unified diff)

--- pkgsrc/bootstrap/README 2022/03/31 22:36:18 1.28
+++ pkgsrc/bootstrap/README 2022/04/01 17:19:28 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: README,v 1.28 2022/03/31 22:36:18 gdt Exp $ 1$NetBSD: README,v 1.29 2022/04/01 17:19:28 gdt Exp $
2 2
3To try to get pkgsrc working on your system, please try the following 3To try to get pkgsrc working on your system, please try the following
4as root: 4as root:
5 5
6# ./bootstrap 6# ./bootstrap
7 [ --workdir <workdir> ] 7 [ --workdir <workdir> ]
8 [ --prefix <prefix> ] 8 [ --prefix <prefix> ]
9 [ --pkgdbdir <pkgdbdir> ] 9 [ --pkgdbdir <pkgdbdir> ]
10 [ --sysconfdir <sysconfdir> ] 10 [ --sysconfdir <sysconfdir> ]
11 [ --varbase <varbase> ] 11 [ --varbase <varbase> ]
12 [ --ignore-user-check ] 12 [ --ignore-user-check ]
13 [ --preserve-path ] 13 [ --preserve-path ]
14 [ --help ] 14 [ --help ]
@@ -86,47 +86,50 @@ fixes are to adjust a package to pkgsrc  @@ -86,47 +86,50 @@ fixes are to adjust a package to pkgsrc
86upstream and the upstream tracker URL included in the patch file or 86upstream and the upstream tracker URL included in the patch file or
87Makefile. 87Makefile.
88 88
89Platforms are listed by the filename in mk/platform, annotated by the 89Platforms are listed by the filename in mk/platform, annotated by the
90README.platform here if different. Platforms with a * are believed to 90README.platform here if different. Platforms with a * are believed to
91be non-working; see the README for the platform for perhaps more 91be non-working; see the README for the platform for perhaps more
92information. A platform not having a README is a clue that it might 92information. A platform not having a README is a clue that it might
93not work. 93not work.
94 94
95Platforms with active use and maintenance 95Platforms with active use and maintenance
96----------------------------------------- 96-----------------------------------------
97 97
98The following platforms have active users, and people that regularly 98The following platforms have active users, and people that regularly
99fix problems. 99fix problems. They also have active bulk builds posted to
 100`pkgsrc-bulk`.
100 101
101 macOS (perhaps also Darwin, if such still exists) 102 macOS (perhaps also Darwin, if such still exists)
102 FreeBSD 
103 Linux 103 Linux
104 NetBSD 104 NetBSD
105 Solaris (illumos, SmartOS, OmniOS) 105 Solaris (illumos, SmartOS, OmniOS)
106 106
 107These platforms are active but lack published bulk builds.
 108
 109 FreeBSD
107 110
108Platforms believed to have users 111Platforms believed to have users
109-------------------------------- 112--------------------------------
110 113
111 OpenBSD 114 OpenBSD
112 115
113 116
114Platforms with at least a tiny number of users 117Platforms with at least a tiny number of users
115---------------------------------------------- 118----------------------------------------------
116 119
117 HPUX 120 HPUX
118 OpenServer5 (SCO OpenServer) 121 OpenServer5 (SCO OpenServer, platform/SCO_SV.mk)
119 SCO UnixWare (no README) 122 SCO UnixWare
120 123
121 124
122Platforms with unknown status 125Platforms with unknown status
123----------------------------- 126-----------------------------
124 Cygwin 127 Cygwin
125 DragonFly (no README) 128 DragonFly (no README)
126 FreeMiNT (no README) 129 FreeMiNT (no README)
127 GNUkFreeBSD 130 GNUkFreeBSD
128 Minix3 131 Minix3
129 132
130 133
131Platforms believed to have almost no users 134Platforms believed to have almost no users
132------------------------------------------ 135------------------------------------------

cvs diff -r1.3 -r1.4 pkgsrc/bootstrap/README.OpenServer5 (expand / switch to unified diff)

--- pkgsrc/bootstrap/README.OpenServer5 2022/04/01 13:45:32 1.3
+++ pkgsrc/bootstrap/README.OpenServer5 2022/04/01 17:19:28 1.4
@@ -1,17 +1,14 @@ @@ -1,17 +1,14 @@
1$NetBSD: README.OpenServer5,v 1.3 2022/04/01 13:45:32 gdt Exp $ 1$NetBSD: README.OpenServer5,v 1.4 2022/04/01 17:19:28 gdt Exp $
2 
3As of 2022-04, "SCO/Xinuos UnixWare 7 Definitive" works, and 6 is 
4likely to work. 
5 2
6XXX You should change your /bin/sh to shells/pdksh under OpenServer 5.0.7/3.2!! 3XXX You should change your /bin/sh to shells/pdksh under OpenServer 5.0.7/3.2!!
7 4
8Supported platforms 5Supported platforms
9=================== 6===================
10- Xinuos SCO OpenServer 5.0.7/3.2 7- Xinuos SCO OpenServer 5.0.7/3.2
11 8
12Prerequisite softwares 9Prerequisite softwares
13====================== 10======================
14- SCO OpenServer 5 Development System with Maintenance Pack 4 update 11- SCO OpenServer 5 Development System with Maintenance Pack 4 update
15- GCC 4.2.4 12- GCC 4.2.4
16- GNU binutils 2.24 13- GNU binutils 2.24
17 14

File Added: pkgsrc/bootstrap/README.UnixWare
$NetBSD: README.UnixWare,v 1.1 2022/04/01 17:19:28 gdt Exp $

See https://en.wikipedia.org/wiki/UnixWare

As of 2022-04, "SCO/Xinuos UnixWare 7 Definitive" works.