Sat Feb 25 17:55:24 2023 UTC ()
moscow_ml: Update to 2.10.1

* Changelog is too long, including many bugfixes and SML Basic Library
 improvements.
* Update MASTER_SITES and HOMEPAGE.


(ryoon)
diff -r1.43 -r1.44 pkgsrc/lang/moscow_ml/Makefile
diff -r1.2 -r1.3 pkgsrc/lang/moscow_ml/PLIST
diff -r1.14 -r1.15 pkgsrc/lang/moscow_ml/distinfo
diff -r1.8 -r0 pkgsrc/lang/moscow_ml/patches/patch-aa
diff -r1.6 -r0 pkgsrc/lang/moscow_ml/patches/patch-ab
diff -r1.6 -r0 pkgsrc/lang/moscow_ml/patches/patch-ad
diff -r1.6 -r0 pkgsrc/lang/moscow_ml/patches/patch-ae
diff -r1.7 -r0 pkgsrc/lang/moscow_ml/patches/patch-ac
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-ba
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bb
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bc
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bd
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-be
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bf
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bg
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-bh
diff -r1.1 -r0 pkgsrc/lang/moscow_ml/patches/patch-mosmlyac_main_c
diff -r1.2 -r0 pkgsrc/lang/moscow_ml/patches/patch-config_auto-aux_hasgot
diff -r0 -r1.1 pkgsrc/lang/moscow_ml/patches/patch-src_Makefile.inc
diff -r0 -r1.1 pkgsrc/lang/moscow_ml/patches/patch-src_dynlibs_intinf_Makefile

cvs diff -r1.43 -r1.44 pkgsrc/lang/moscow_ml/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/moscow_ml/Makefile 2022/06/28 11:34:14 1.43
+++ pkgsrc/lang/moscow_ml/Makefile 2023/02/25 17:55:24 1.44
@@ -1,47 +1,29 @@ @@ -1,47 +1,29 @@
1# $NetBSD: Makefile,v 1.43 2022/06/28 11:34:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2023/02/25 17:55:24 ryoon Exp $
2 2
3DISTNAME= mos201src 3DISTNAME= mosml-ver-2.10.1
4PKGNAME= moscow_ml-2.01 4PKGNAME= ${DISTNAME:S/mosml-ver-/moscow_ml-/}
5PKGREVISION= 11 
6CATEGORIES= lang 5CATEGORIES= lang
7MASTER_SITES= http://www.itu.dk/people/sestoft/mosml/ 6MASTER_SITES= ${MASTER_SITE_GITHUB:=kfl/}
 7GITHUB_PROJECT= mosml
 8GITHUB_TAG= ver-${PKGVERSION_NOREV}
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html 11HOMEPAGE= https://mosml.org/
11COMMENT= Moscow ML, a version of Standard ML 12COMMENT= Moscow ML, a version of Standard ML
12 13
13WRKSRC= ${WRKDIR}/mosml/src 14WRKSRC= ${WRKDIR}/${DISTNAME}
14USE_TOOLS+= perl pax 15USE_TOOLS+= gmake perl
15 16
16BUILD_TARGET= clean world 17BUILD_DIRS= src
17MAKE_JOBS_SAFE= no 18BUILD_TARGET= world
18 19
19INSTALLATION_DIRS+= share/examples/moscow_ml/calc 20MAKE_FLAGS+= PREFIX=${PREFIX}
20INSTALLATION_DIRS+= share/examples/moscow_ml/cgi 21
21INSTALLATION_DIRS+= share/examples/moscow_ml/lexyacc 22LDFLAGS= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
22INSTALLATION_DIRS+= share/examples/moscow_ml/lexyacc/cl 23BUILD_MAKE_FLAGS+= GMPLIBDIR=${BUILDLINK_DIR}/lib
23INSTALLATION_DIRS+= share/examples/moscow_ml/manual 
24INSTALLATION_DIRS+= share/examples/moscow_ml/mls 
25INSTALLATION_DIRS+= share/examples/moscow_ml/modules 
26INSTALLATION_DIRS+= share/examples/moscow_ml/parsercomb 
27INSTALLATION_DIRS+= share/examples/moscow_ml/paulson 
28INSTALLATION_DIRS+= share/examples/moscow_ml/pretty 
29INSTALLATION_DIRS+= share/examples/moscow_ml/small 
30INSTALLATION_DIRS+= share/examples/moscow_ml/units 
31INSTALLATION_DIRS+= share/examples/moscow_ml/weak 
32INSTALLATION_DIRS+= share/examples/moscow_ml/webserver 
33 24
34.include "../../mk/dlopen.buildlink3.mk" 25.include "../../mk/dlopen.buildlink3.mk"
35BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} 26BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
36 27
37post-extract: 28.include "../../devel/gmp/buildlink3.mk"
38 ${CHMOD} -x ${WRKDIR}/mosml/examples/modules/matrix.sml 
39 
40post-install: 
41 cd ${WRKDIR}/mosml/examples && ${PAX} -rw . \ 
42 ${DESTDIR}${PREFIX}/share/examples/moscow_ml 
43 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \ 
44 ${DESTDIR}${PREFIX}/share/examples/moscow_ml 
45 ${CHMOD} -R ugo+rX ${DESTDIR}${PREFIX}/share/examples/moscow_ml 
46 
47.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/lang/moscow_ml/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/moscow_ml/PLIST 2009/06/14 18:03:36 1.2
+++ pkgsrc/lang/moscow_ml/PLIST 2023/02/25 17:55:24 1.3
@@ -1,455 +1,394 @@ @@ -1,455 +1,394 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:03:36 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2023/02/25 17:55:24 ryoon Exp $
2bin/camlrunm 2bin/camlrunm
3bin/mosml 3bin/mosml
4bin/mosmlc 4bin/mosmlc
5bin/mosmllex 5bin/mosmllex
6bin/mosmlyac 6bin/mosmlyac
7include/moscow_ml/alloc.h 7include/mosml/alloc.h
8include/moscow_ml/callback.h 8include/mosml/callback.h
9include/moscow_ml/config 9include/mosml/config.h
10include/moscow_ml/config.h 10include/mosml/debugger.h
11include/moscow_ml/debugger.h 11include/mosml/exec.h
12include/moscow_ml/exec.h 12include/mosml/expand.h
13include/moscow_ml/expand.h 13include/mosml/fail.h
14include/moscow_ml/fail.h 14include/mosml/freelist.h
15include/moscow_ml/freelist.h 15include/mosml/gc.h
16include/moscow_ml/gc.h 16include/mosml/gc_ctrl.h
17include/moscow_ml/gc_ctrl.h 17include/mosml/globals.h
18include/moscow_ml/globals.h 18include/mosml/instruct.h
19include/moscow_ml/instruct.h 19include/mosml/interp.h
20include/moscow_ml/interp.h 20include/mosml/intext.h
21include/moscow_ml/intext.h 21include/mosml/io.h
22include/moscow_ml/io.h 22include/mosml/jumptbl.h
23include/moscow_ml/jumptbl.h 23include/mosml/m.h
24include/moscow_ml/m.h 24include/mosml/major_gc.h
25include/moscow_ml/major_gc.h 25include/mosml/md5sum.h
26include/moscow_ml/md5sum.h 26include/mosml/memory.h
27include/moscow_ml/memory.h 27include/mosml/minor_gc.h
28include/moscow_ml/minor_gc.h 28include/mosml/misc.h
29include/moscow_ml/misc.h 29include/mosml/mlvalues.h
30include/moscow_ml/mlvalues.h 30include/mosml/mosml.h
31include/moscow_ml/mosml.h 31include/mosml/prims.h
32include/moscow_ml/prims.h 32include/mosml/reverse.h
33include/moscow_ml/reverse.h 33include/mosml/roots.h
34include/moscow_ml/roots.h 34include/mosml/runtime.h
35include/moscow_ml/runtime.h 35include/mosml/s.h
36include/moscow_ml/s.h 36include/mosml/signals.h
37include/moscow_ml/signals.h 37include/mosml/stacks.h
38include/moscow_ml/stacks.h 38include/mosml/str.h
39include/moscow_ml/str.h 39include/mosml/sys.h
40include/moscow_ml/sys.h 40include/mosml/unalignd.h
41include/moscow_ml/unalignd.h 41include/mosml/version.h
42include/moscow_ml/version.h 42lib/mosml/AppleScript.sig
43lib/moscow_ml/AppleScript.sig 43lib/mosml/Array.sig
44lib/moscow_ml/Array.sig 44lib/mosml/Array.ui
45lib/moscow_ml/Array.ui 45lib/mosml/Array.uo
46lib/moscow_ml/Array.uo 46lib/mosml/Array2.sig
47lib/moscow_ml/Array2.sig 47lib/mosml/Array2.ui
48lib/moscow_ml/Array2.ui 48lib/mosml/Array2.uo
49lib/moscow_ml/Array2.uo 49lib/mosml/ArraySlice.sig
50lib/moscow_ml/Arraysort.sig 50lib/mosml/ArraySlice.ui
51lib/moscow_ml/Arraysort.ui 51lib/mosml/ArraySlice.uo
52lib/moscow_ml/Arraysort.uo 52lib/mosml/Arraysort.sig
53lib/moscow_ml/BasicIO.sig 53lib/mosml/Arraysort.ui
54lib/moscow_ml/BasicIO.ui 54lib/mosml/Arraysort.uo
55lib/moscow_ml/BasicIO.uo 55lib/mosml/BasicIO.sig
56lib/moscow_ml/BinIO.sig 56lib/mosml/BasicIO.ui
57lib/moscow_ml/BinIO.ui 57lib/mosml/BasicIO.uo
58lib/moscow_ml/BinIO.uo 58lib/mosml/BinIO.sig
59lib/moscow_ml/Binarymap.sig 59lib/mosml/BinIO.ui
60lib/moscow_ml/Binarymap.ui 60lib/mosml/BinIO.uo
61lib/moscow_ml/Binarymap.uo 61lib/mosml/Binarymap.sig
62lib/moscow_ml/Binaryset.sig 62lib/mosml/Binarymap.ui
63lib/moscow_ml/Binaryset.ui 63lib/mosml/Binarymap.uo
64lib/moscow_ml/Binaryset.uo 64lib/mosml/Binaryset.sig
65lib/moscow_ml/Bool.sig 65lib/mosml/Binaryset.ui
66lib/moscow_ml/Bool.ui 66lib/mosml/Binaryset.uo
67lib/moscow_ml/Bool.uo 67lib/mosml/Bool.sig
68lib/moscow_ml/Byte.sig 68lib/mosml/Bool.ui
69lib/moscow_ml/Byte.ui 69lib/mosml/Bool.uo
70lib/moscow_ml/Byte.uo 70lib/mosml/Buffer.sig
71lib/moscow_ml/Callback.sig 71lib/mosml/Buffer.ui
72lib/moscow_ml/Callback.ui 72lib/mosml/Buffer.uo
73lib/moscow_ml/Callback.uo 73lib/mosml/Byte.sig
74lib/moscow_ml/Char.sig 74lib/mosml/Byte.ui
75lib/moscow_ml/Char.ui 75lib/mosml/Byte.uo
76lib/moscow_ml/Char.uo 76lib/mosml/Callback.sig
77lib/moscow_ml/CharArray.sig 77lib/mosml/Callback.ui
78lib/moscow_ml/CharArray.ui 78lib/mosml/Callback.uo
79lib/moscow_ml/CharArray.uo 79lib/mosml/Char.sig
80lib/moscow_ml/CharVector.sig 80lib/mosml/Char.ui
81lib/moscow_ml/CharVector.ui 81lib/mosml/Char.uo
82lib/moscow_ml/CharVector.uo 82lib/mosml/CharArray.sig
83lib/moscow_ml/CommandLine.sig 83lib/mosml/CharArray.ui
84lib/moscow_ml/CommandLine.ui 84lib/mosml/CharArray.uo
85lib/moscow_ml/CommandLine.uo 85lib/mosml/CharArraySlice.sig
86lib/moscow_ml/Date.sig 86lib/mosml/CharArraySlice.ui
87lib/moscow_ml/Date.ui 87lib/mosml/CharArraySlice.uo
88lib/moscow_ml/Date.uo 88lib/mosml/CharVector.sig
89lib/moscow_ml/Dynarray.sig 89lib/mosml/CharVector.ui
90lib/moscow_ml/Dynarray.ui 90lib/mosml/CharVector.uo
91lib/moscow_ml/Dynarray.uo 91lib/mosml/CharVectorSlice.sig
92lib/moscow_ml/Dynlib.sig 92lib/mosml/CharVectorSlice.ui
93lib/moscow_ml/Dynlib.ui 93lib/mosml/CharVectorSlice.uo
94lib/moscow_ml/Dynlib.uo 94lib/mosml/CommandLine.sig
95lib/moscow_ml/FileSys.sig 95lib/mosml/CommandLine.ui
96lib/moscow_ml/FileSys.ui 96lib/mosml/CommandLine.uo
97lib/moscow_ml/FileSys.uo 97lib/mosml/Date.sig
98lib/moscow_ml/Gdbm.sig 98lib/mosml/Date.ui
99lib/moscow_ml/Gdbm.ui 99lib/mosml/Date.uo
100lib/moscow_ml/Gdbm.uo 100lib/mosml/Dynarray.sig
101lib/moscow_ml/Gdimage.sig 101lib/mosml/Dynarray.ui
102lib/moscow_ml/Gdimage.ui 102lib/mosml/Dynarray.uo
103lib/moscow_ml/Gdimage.uo 103lib/mosml/Dynlib.sig
104lib/moscow_ml/General.sig 104lib/mosml/Dynlib.ui
105lib/moscow_ml/Help.sig 105lib/mosml/Dynlib.uo
106lib/moscow_ml/Help.ui 106lib/mosml/FileSys.sig
107lib/moscow_ml/Help.uo 107lib/mosml/FileSys.ui
108lib/moscow_ml/IO.ui 108lib/mosml/FileSys.uo
109lib/moscow_ml/IO.uo 109lib/mosml/Gdbm.sig
110lib/moscow_ml/Int.sig 110lib/mosml/Gdbm.ui
111lib/moscow_ml/Int.ui 111lib/mosml/Gdbm.uo
112lib/moscow_ml/Int.uo 112lib/mosml/Gdimage.sig
113lib/moscow_ml/Intmap.sig 113lib/mosml/Gdimage.ui
114lib/moscow_ml/Intmap.ui 114lib/mosml/Gdimage.uo
115lib/moscow_ml/Intmap.uo 115lib/mosml/General.sig
116lib/moscow_ml/Intset.sig 116lib/mosml/Hashset.sig
117lib/moscow_ml/Intset.ui 117lib/mosml/Hashset.ui
118lib/moscow_ml/Intset.uo 118lib/mosml/Hashset.uo
119lib/moscow_ml/Lexing.sig 119lib/mosml/Help.sig
120lib/moscow_ml/Lexing.ui 120lib/mosml/Help.ui
121lib/moscow_ml/Lexing.uo 121lib/mosml/Help.uo
122lib/moscow_ml/List.sig 122lib/mosml/IO.ui
123lib/moscow_ml/List.ui 123lib/mosml/IO.uo
124lib/moscow_ml/List.uo 124lib/mosml/Int.sig
125lib/moscow_ml/ListPair.sig 125lib/mosml/Int.ui
126lib/moscow_ml/ListPair.ui 126lib/mosml/Int.uo
127lib/moscow_ml/ListPair.uo 127lib/mosml/IntInf.sig
128lib/moscow_ml/Listsort.sig 128lib/mosml/IntInf.ui
129lib/moscow_ml/Listsort.ui 129lib/mosml/IntInf.uo
130lib/moscow_ml/Listsort.uo 130lib/mosml/Intmap.sig
131lib/moscow_ml/Location.sig 131lib/mosml/Intmap.ui
132lib/moscow_ml/Location.ui 132lib/mosml/Intmap.uo
133lib/moscow_ml/Location.uo 133lib/mosml/Intset.sig
134lib/moscow_ml/Math.sig 134lib/mosml/Intset.ui
135lib/moscow_ml/Math.ui 135lib/mosml/Intset.uo
136lib/moscow_ml/Math.uo 136lib/mosml/Lexing.sig
137lib/moscow_ml/Meta.sig 137lib/mosml/Lexing.ui
138lib/moscow_ml/Misc.sig 138lib/mosml/Lexing.uo
139lib/moscow_ml/Misc.ui 139lib/mosml/List.sig
140lib/moscow_ml/Misc.uo 140lib/mosml/List.ui
141lib/moscow_ml/Mosml.sig 141lib/mosml/List.uo
142lib/moscow_ml/Mosml.ui 142lib/mosml/ListPair.sig
143lib/moscow_ml/Mosml.uo 143lib/mosml/ListPair.ui
144lib/moscow_ml/Mosmlcgi.sig 144lib/mosml/ListPair.uo
145lib/moscow_ml/Mosmlcgi.ui 145lib/mosml/Listsort.sig
146lib/moscow_ml/Mosmlcgi.uo 146lib/mosml/Listsort.ui
147lib/moscow_ml/Mosmlcookie.sig 147lib/mosml/Listsort.uo
148lib/moscow_ml/Mosmlcookie.ui 148lib/mosml/Location.sig
149lib/moscow_ml/Mosmlcookie.uo 149lib/mosml/Location.ui
150lib/moscow_ml/Msp.sig 150lib/mosml/Location.uo
151lib/moscow_ml/Msp.ui 151lib/mosml/Math.sig
152lib/moscow_ml/Msp.uo 152lib/mosml/Math.ui
153lib/moscow_ml/Mysql.sig 153lib/mosml/Math.uo
154lib/moscow_ml/Mysql.ui 154lib/mosml/Meta.sig
155lib/moscow_ml/Mysql.uo 155lib/mosml/Misc.sig
156lib/moscow_ml/NJ93.sig 156lib/mosml/Misc.ui
157lib/moscow_ml/NJ93.ui 157lib/mosml/Misc.uo
158lib/moscow_ml/NJ93.uo 158lib/mosml/Mosml.sig
159lib/moscow_ml/Nonstdio.sig 159lib/mosml/Mosml.ui
160lib/moscow_ml/Nonstdio.ui 160lib/mosml/Mosml.uo
161lib/moscow_ml/Nonstdio.uo 161lib/mosml/Mosmlcgi.sig
162lib/moscow_ml/OS.sig 162lib/mosml/Mosmlcgi.ui
163lib/moscow_ml/OS.ui 163lib/mosml/Mosmlcgi.uo
164lib/moscow_ml/OS.uo 164lib/mosml/Mosmlcookie.sig
165lib/moscow_ml/Obj.ui 165lib/mosml/Mosmlcookie.ui
166lib/moscow_ml/Obj.uo 166lib/mosml/Mosmlcookie.uo
167lib/moscow_ml/Option.sig 167lib/mosml/Msp.sig
168lib/moscow_ml/Option.ui 168lib/mosml/Msp.ui
169lib/moscow_ml/Option.uo 169lib/mosml/Msp.uo
170lib/moscow_ml/PP.sig 170lib/mosml/Mysql.sig
171lib/moscow_ml/PP.ui 171lib/mosml/Mysql.ui
172lib/moscow_ml/PP.uo 172lib/mosml/Mysql.uo
173lib/moscow_ml/Parsing.sig 173lib/mosml/NJ93.sig
174lib/moscow_ml/Parsing.ui 174lib/mosml/NJ93.ui
175lib/moscow_ml/Parsing.uo 175lib/mosml/NJ93.uo
176lib/moscow_ml/Path.sig 176lib/mosml/Nonstdio.sig
177lib/moscow_ml/Path.ui 177lib/mosml/Nonstdio.ui
178lib/moscow_ml/Path.uo 178lib/mosml/Nonstdio.uo
179lib/moscow_ml/Polygdbm.sig 179lib/mosml/OS.sig
180lib/moscow_ml/Polygdbm.ui 180lib/mosml/OS.ui
181lib/moscow_ml/Polygdbm.uo 181lib/mosml/OS.uo
182lib/moscow_ml/Polyhash.sig 182lib/mosml/Obj.ui
183lib/moscow_ml/Polyhash.ui 183lib/mosml/Obj.uo
184lib/moscow_ml/Polyhash.uo 184lib/mosml/Option.sig
185lib/moscow_ml/Postgres.sig 185lib/mosml/Option.ui
186lib/moscow_ml/Postgres.ui 186lib/mosml/Option.uo
187lib/moscow_ml/Postgres.uo 187lib/mosml/PP.sig
188lib/moscow_ml/Process.sig 188lib/mosml/PP.ui
189lib/moscow_ml/Process.ui 189lib/mosml/PP.uo
190lib/moscow_ml/Process.uo 190lib/mosml/Parsing.sig
191lib/moscow_ml/README 191lib/mosml/Parsing.ui
192lib/moscow_ml/Random.sig 192lib/mosml/Parsing.uo
193lib/moscow_ml/Random.ui 193lib/mosml/Path.sig
194lib/moscow_ml/Random.uo 194lib/mosml/Path.ui
195lib/moscow_ml/Real.sig 195lib/mosml/Path.uo
196lib/moscow_ml/Real.ui 196lib/mosml/Polygdbm.sig
197lib/moscow_ml/Real.uo 197lib/mosml/Polygdbm.ui
198lib/moscow_ml/Regex.sig 198lib/mosml/Polygdbm.uo
199lib/moscow_ml/Regex.ui 199lib/mosml/Polyhash.sig
200lib/moscow_ml/Regex.uo 200lib/mosml/Polyhash.ui
201lib/moscow_ml/SML90.sig 201lib/mosml/Polyhash.uo
202lib/moscow_ml/SML90.ui 202lib/mosml/Postgres.sig
203lib/moscow_ml/SML90.uo 203lib/mosml/Postgres.ui
204lib/moscow_ml/Signal.sig 204lib/mosml/Postgres.uo
205lib/moscow_ml/Signal.ui 205lib/mosml/Process.sig
206lib/moscow_ml/Signal.uo 206lib/mosml/Process.ui
207lib/moscow_ml/Socket.sig 207lib/mosml/Process.uo
208lib/moscow_ml/Socket.ui 208lib/mosml/README
209lib/moscow_ml/Socket.uo 209lib/mosml/Random.sig
210lib/moscow_ml/Splaymap.sig 210lib/mosml/Random.ui
211lib/moscow_ml/Splaymap.ui 211lib/mosml/Random.uo
212lib/moscow_ml/Splaymap.uo 212lib/mosml/Rbset.sig
213lib/moscow_ml/Splayset.sig 213lib/mosml/Rbset.ui
214lib/moscow_ml/Splayset.ui 214lib/mosml/Rbset.uo
215lib/moscow_ml/Splayset.uo 215lib/mosml/Real.sig
216lib/moscow_ml/Splaytree.sig 216lib/mosml/Real.ui
217lib/moscow_ml/Splaytree.ui 217lib/mosml/Real.uo
218lib/moscow_ml/Splaytree.uo 218lib/mosml/Redblackmap.sig
219lib/moscow_ml/Strbase.sig 219lib/mosml/Redblackmap.ui
220lib/moscow_ml/Strbase.ui 220lib/mosml/Redblackmap.uo
221lib/moscow_ml/Strbase.uo 221lib/mosml/Regex.sig
222lib/moscow_ml/String.sig 222lib/mosml/Regex.ui
223lib/moscow_ml/String.ui 223lib/mosml/Regex.uo
224lib/moscow_ml/String.uo 224lib/mosml/SML90.sig
225lib/moscow_ml/StringCvt.sig 225lib/mosml/SML90.ui
226lib/moscow_ml/StringCvt.ui 226lib/mosml/SML90.uo
227lib/moscow_ml/StringCvt.uo 227lib/mosml/Signal.sig
228lib/moscow_ml/Substring.sig 228lib/mosml/Signal.ui
229lib/moscow_ml/Substring.ui 229lib/mosml/Signal.uo
230lib/moscow_ml/Substring.uo 230lib/mosml/Socket.sig
231lib/moscow_ml/Susp.sig 231lib/mosml/Socket.ui
232lib/moscow_ml/Susp.ui 232lib/mosml/Socket.uo
233lib/moscow_ml/Susp.uo 233lib/mosml/Splaymap.sig
234lib/moscow_ml/TextIO.sig 234lib/mosml/Splaymap.ui
235lib/moscow_ml/TextIO.ui 235lib/mosml/Splaymap.uo
236lib/moscow_ml/TextIO.uo 236lib/mosml/Splayset.sig
237lib/moscow_ml/Time.sig 237lib/mosml/Splayset.ui
238lib/moscow_ml/Time.ui 238lib/mosml/Splayset.uo
239lib/moscow_ml/Time.uo 239lib/mosml/Splaytree.sig
240lib/moscow_ml/Timer.sig 240lib/mosml/Splaytree.ui
241lib/moscow_ml/Timer.ui 241lib/mosml/Splaytree.uo
242lib/moscow_ml/Timer.uo 242lib/mosml/Strbase.sig
243lib/moscow_ml/Unix.sig 243lib/mosml/Strbase.ui
244lib/moscow_ml/Unix.ui 244lib/mosml/Strbase.uo
245lib/moscow_ml/Unix.uo 245lib/mosml/String.sig
246lib/moscow_ml/Vector.sig 246lib/mosml/String.ui
247lib/moscow_ml/Vector.ui 247lib/mosml/String.uo
248lib/moscow_ml/Vector.uo 248lib/mosml/StringCvt.sig
249lib/moscow_ml/Weak.sig 249lib/mosml/StringCvt.ui
250lib/moscow_ml/Weak.ui 250lib/mosml/StringCvt.uo
251lib/moscow_ml/Weak.uo 251lib/mosml/Substring.sig
252lib/moscow_ml/Word.sig 252lib/mosml/Substring.ui
253lib/moscow_ml/Word.ui 253lib/mosml/Substring.uo
254lib/moscow_ml/Word.uo 254lib/mosml/Susp.sig
255lib/moscow_ml/Word8.sig 255lib/mosml/Susp.ui
256lib/moscow_ml/Word8.ui 256lib/mosml/Susp.uo
257lib/moscow_ml/Word8.uo 257lib/mosml/TextIO.sig
258lib/moscow_ml/Word8Array.sig 258lib/mosml/TextIO.ui
259lib/moscow_ml/Word8Array.ui 259lib/mosml/TextIO.uo
260lib/moscow_ml/Word8Array.uo 260lib/mosml/Time.sig
261lib/moscow_ml/Word8Vector.sig 261lib/mosml/Time.ui
262lib/moscow_ml/Word8Vector.ui 262lib/mosml/Time.uo
263lib/moscow_ml/Word8Vector.uo 263lib/mosml/Timer.sig
264lib/moscow_ml/camlrunm 264lib/mosml/Timer.ui
265lib/moscow_ml/header 265lib/mosml/Timer.uo
266lib/moscow_ml/helpsigs.val 266lib/mosml/Unix.sig
267lib/moscow_ml/mosmlcmp 267lib/mosml/Unix.ui
268lib/moscow_ml/mosmllex 268lib/mosml/Unix.uo
269lib/moscow_ml/mosmllnk 269lib/mosml/Vector.sig
270lib/moscow_ml/mosmltop 270lib/mosml/Vector.ui
271libexec/moscow_ml/cutdeps 271lib/mosml/Vector.uo
272libexec/moscow_ml/mosmldep 272lib/mosml/VectorSlice.sig
273share/doc/moscow_ml/manual.pdf 273lib/mosml/VectorSlice.ui
274share/doc/moscow_ml/mosmllib.pdf 274lib/mosml/VectorSlice.uo
275share/doc/moscow_ml/mosmllib/AppleScript.html 275lib/mosml/Weak.sig
276share/doc/moscow_ml/mosmllib/Array.html 276lib/mosml/Weak.ui
277share/doc/moscow_ml/mosmllib/Array2.html 277lib/mosml/Weak.uo
278share/doc/moscow_ml/mosmllib/Arraysort.html 278lib/mosml/Word.sig
279share/doc/moscow_ml/mosmllib/BasicIO.html 279lib/mosml/Word.ui
280share/doc/moscow_ml/mosmllib/BinIO.html 280lib/mosml/Word.uo
281share/doc/moscow_ml/mosmllib/Binarymap.html 281lib/mosml/Word8.sig
282share/doc/moscow_ml/mosmllib/Binaryset.html 282lib/mosml/Word8.ui
283share/doc/moscow_ml/mosmllib/Bool.html 283lib/mosml/Word8.uo
284share/doc/moscow_ml/mosmllib/Byte.html 284lib/mosml/Word8Array.sig
285share/doc/moscow_ml/mosmllib/Callback.html 285lib/mosml/Word8Array.ui
286share/doc/moscow_ml/mosmllib/Char.html 286lib/mosml/Word8Array.uo
287share/doc/moscow_ml/mosmllib/CharArray.html 287lib/mosml/Word8ArraySlice.sig
288share/doc/moscow_ml/mosmllib/CharVector.html 288lib/mosml/Word8ArraySlice.ui
289share/doc/moscow_ml/mosmllib/CommandLine.html 289lib/mosml/Word8ArraySlice.uo
290share/doc/moscow_ml/mosmllib/Date.html 290lib/mosml/Word8Vector.sig
291share/doc/moscow_ml/mosmllib/Dynarray.html 291lib/mosml/Word8Vector.ui
292share/doc/moscow_ml/mosmllib/Dynlib.html 292lib/mosml/Word8Vector.uo
293share/doc/moscow_ml/mosmllib/FileSys.html 293lib/mosml/Word8VectorSlice.sig
294share/doc/moscow_ml/mosmllib/Gdbm.html 294lib/mosml/Word8VectorSlice.ui
295share/doc/moscow_ml/mosmllib/Gdimage.html 295lib/mosml/Word8VectorSlice.uo
296share/doc/moscow_ml/mosmllib/General.html 296lib/mosml/camlrunm
297share/doc/moscow_ml/mosmllib/Help.html 297lib/mosml/header
298share/doc/moscow_ml/mosmllib/Int.html 298lib/mosml/helpsigs.val
299share/doc/moscow_ml/mosmllib/Intmap.html 299lib/mosml/libmgmp.so
300share/doc/moscow_ml/mosmllib/Intset.html 300lib/mosml/libmsocket.so
301share/doc/moscow_ml/mosmllib/Lexing.html 301lib/mosml/libmunix.so
302share/doc/moscow_ml/mosmllib/List.html 302lib/mosml/mosmlcmp
303share/doc/moscow_ml/mosmllib/ListPair.html 303lib/mosml/mosmllex
304share/doc/moscow_ml/mosmllib/Listsort.html 304lib/mosml/mosmllnk
305share/doc/moscow_ml/mosmllib/Location.html 305lib/mosml/mosmltop
306share/doc/moscow_ml/mosmllib/Math.html 306share/doc/mosml/manual.pdf
307share/doc/moscow_ml/mosmllib/Meta.html 307share/doc/mosml/mosmllib.pdf
308share/doc/moscow_ml/mosmllib/Mosml.html 308share/doc/mosml/mosmllib/AppleScript.html
309share/doc/moscow_ml/mosmllib/Mosmlcgi.html 309share/doc/mosml/mosmllib/Array.html
310share/doc/moscow_ml/mosmllib/Mosmlcookie.html 310share/doc/mosml/mosmllib/Array2.html
311share/doc/moscow_ml/mosmllib/Msp.html 311share/doc/mosml/mosmllib/ArraySlice.html
312share/doc/moscow_ml/mosmllib/Mysql.html 312share/doc/mosml/mosmllib/Arraysort.html
313share/doc/moscow_ml/mosmllib/NJ93.html 313share/doc/mosml/mosmllib/BasicIO.html
314share/doc/moscow_ml/mosmllib/Nonstdio.html 314share/doc/mosml/mosmllib/BinIO.html
315share/doc/moscow_ml/mosmllib/OS.html 315share/doc/mosml/mosmllib/Binarymap.html
316share/doc/moscow_ml/mosmllib/Option.html 316share/doc/mosml/mosmllib/Binaryset.html
317share/doc/moscow_ml/mosmllib/PP.html 317share/doc/mosml/mosmllib/Bool.html
318share/doc/moscow_ml/mosmllib/Parsing.html 318share/doc/mosml/mosmllib/Buffer.html
319share/doc/moscow_ml/mosmllib/Path.html 319share/doc/mosml/mosmllib/Byte.html
320share/doc/moscow_ml/mosmllib/Polygdbm.html 320share/doc/mosml/mosmllib/Callback.html
321share/doc/moscow_ml/mosmllib/Polyhash.html 321share/doc/mosml/mosmllib/Char.html
322share/doc/moscow_ml/mosmllib/Postgres.html 322share/doc/mosml/mosmllib/CharArray.html
323share/doc/moscow_ml/mosmllib/Process.html 323share/doc/mosml/mosmllib/CharArraySlice.html
324share/doc/moscow_ml/mosmllib/Random.html 324share/doc/mosml/mosmllib/CharVector.html
325share/doc/moscow_ml/mosmllib/Real.html 325share/doc/mosml/mosmllib/CharVectorSlice.html
326share/doc/moscow_ml/mosmllib/Regex.html 326share/doc/mosml/mosmllib/CommandLine.html
327share/doc/moscow_ml/mosmllib/SML90.html 327share/doc/mosml/mosmllib/Date.html
328share/doc/moscow_ml/mosmllib/Signal.html 328share/doc/mosml/mosmllib/Dynarray.html
329share/doc/moscow_ml/mosmllib/Socket.html 329share/doc/mosml/mosmllib/Dynlib.html
330share/doc/moscow_ml/mosmllib/Splaymap.html 330share/doc/mosml/mosmllib/FileSys.html
331share/doc/moscow_ml/mosmllib/Splayset.html 331share/doc/mosml/mosmllib/Gdbm.html
332share/doc/moscow_ml/mosmllib/String.html 332share/doc/mosml/mosmllib/Gdimage.html
333share/doc/moscow_ml/mosmllib/StringCvt.html 333share/doc/mosml/mosmllib/General.html
334share/doc/moscow_ml/mosmllib/Substring.html 334share/doc/mosml/mosmllib/Hashset.html
335share/doc/moscow_ml/mosmllib/Susp.html 335share/doc/mosml/mosmllib/Help.html
336share/doc/moscow_ml/mosmllib/TextIO.html 336share/doc/mosml/mosmllib/Int.html
337share/doc/moscow_ml/mosmllib/Time.html 337share/doc/mosml/mosmllib/IntInf.html
338share/doc/moscow_ml/mosmllib/Timer.html 338share/doc/mosml/mosmllib/Intmap.html
339share/doc/moscow_ml/mosmllib/Unix.html 339share/doc/mosml/mosmllib/Intset.html
340share/doc/moscow_ml/mosmllib/Vector.html 340share/doc/mosml/mosmllib/Lexing.html
341share/doc/moscow_ml/mosmllib/Weak.html 341share/doc/mosml/mosmllib/List.html
342share/doc/moscow_ml/mosmllib/Word.html 342share/doc/mosml/mosmllib/ListPair.html
343share/doc/moscow_ml/mosmllib/Word8.html 343share/doc/mosml/mosmllib/Listsort.html
344share/doc/moscow_ml/mosmllib/Word8Array.html 344share/doc/mosml/mosmllib/Location.html
345share/doc/moscow_ml/mosmllib/Word8Vector.html 345share/doc/mosml/mosmllib/Math.html
346share/doc/moscow_ml/mosmllib/idIndex.html 346share/doc/mosml/mosmllib/Meta.html
347share/doc/moscow_ml/mosmllib/index.html 347share/doc/mosml/mosmllib/Mosml.html
348share/doc/moscow_ml/mosmllib2up.pdf 348share/doc/mosml/mosmllib/Mosmlcgi.html
349share/doc/moscow_ml/mosmlref.pdf 349share/doc/mosml/mosmllib/Mosmlcookie.html
350share/examples/moscow_ml/Makefile 350share/doc/mosml/mosmllib/Msp.html
351share/examples/moscow_ml/Makefile.w32 351share/doc/mosml/mosmllib/Mysql.html
352share/examples/moscow_ml/README 352share/doc/mosml/mosmllib/NJ93.html
353share/examples/moscow_ml/Readme.w32 353share/doc/mosml/mosmllib/Nonstdio.html
354share/examples/moscow_ml/calc/Lexer.lex 354share/doc/mosml/mosmllib/OS.html
355share/examples/moscow_ml/calc/Makefile 355share/doc/mosml/mosmllib/Option.html
356share/examples/moscow_ml/calc/Makefile.w32 356share/doc/mosml/mosmllib/PP.html
357share/examples/moscow_ml/calc/Parser.grm 357share/doc/mosml/mosmllib/Parsing.html
358share/examples/moscow_ml/calc/calc.sml 358share/doc/mosml/mosmllib/Path.html
359share/examples/moscow_ml/cgi/Makefile 359share/doc/mosml/mosmllib/Polygdbm.html
360share/examples/moscow_ml/cgi/Makefile.w32 360share/doc/mosml/mosmllib/Polyhash.html
361share/examples/moscow_ml/cgi/README 361share/doc/mosml/mosmllib/Postgres.html
362share/examples/moscow_ml/cgi/README1 362share/doc/mosml/mosmllib/Process.html
363share/examples/moscow_ml/cgi/README2 363share/doc/mosml/mosmllib/Random.html
364share/examples/moscow_ml/cgi/cgiex1.sml 364share/doc/mosml/mosmllib/Rbset.html
365share/examples/moscow_ml/cgi/cgiex2.sml 365share/doc/mosml/mosmllib/Real.html
366share/examples/moscow_ml/cgi/cgitest.sml 366share/doc/mosml/mosmllib/Redblackmap.html
367share/examples/moscow_ml/cgi/htmlform.html 367share/doc/mosml/mosmllib/Regex.html
368share/examples/moscow_ml/cgi/upload.html 368share/doc/mosml/mosmllib/SML90.html
369share/examples/moscow_ml/lexyacc/Data.sml 369share/doc/mosml/mosmllib/Signal.html
370share/examples/moscow_ml/lexyacc/Lexer.lex 370share/doc/mosml/mosmllib/Socket.html
371share/examples/moscow_ml/lexyacc/Main.sml 371share/doc/mosml/mosmllib/Splaymap.html
372share/examples/moscow_ml/lexyacc/Makefile 372share/doc/mosml/mosmllib/Splayset.html
373share/examples/moscow_ml/lexyacc/Makefile.w32 373share/doc/mosml/mosmllib/String.html
374share/examples/moscow_ml/lexyacc/Parser.grm 374share/doc/mosml/mosmllib/StringCvt.html
375share/examples/moscow_ml/lexyacc/README 375share/doc/mosml/mosmllib/Substring.html
376share/examples/moscow_ml/lexyacc/cl/append.cl 376share/doc/mosml/mosmllib/Susp.html
377share/examples/moscow_ml/lexyacc/cl/edigits.cl 377share/doc/mosml/mosmllib/TextIO.html
378share/examples/moscow_ml/lexyacc/cl/error1.cl 378share/doc/mosml/mosmllib/Time.html
379share/examples/moscow_ml/lexyacc/cl/error2.cl 379share/doc/mosml/mosmllib/Timer.html
380share/examples/moscow_ml/lexyacc/cl/error3.cl 380share/doc/mosml/mosmllib/Unix.html
381share/examples/moscow_ml/lexyacc/cl/fib.cl 381share/doc/mosml/mosmllib/Vector.html
382share/examples/moscow_ml/lexyacc/cl/fibs.cl 382share/doc/mosml/mosmllib/VectorSlice.html
383share/examples/moscow_ml/lexyacc/cl/hamming.cl 383share/doc/mosml/mosmllib/Weak.html
384share/examples/moscow_ml/lexyacc/cl/lists.cl 384share/doc/mosml/mosmllib/Word.html
385share/examples/moscow_ml/lexyacc/cl/nats.cl 385share/doc/mosml/mosmllib/Word8.html
386share/examples/moscow_ml/lexyacc/cl/sieve.cl 386share/doc/mosml/mosmllib/Word8Array.html
387share/examples/moscow_ml/lexyacc/cl/takefrom.cl 387share/doc/mosml/mosmllib/Word8ArraySlice.html
388share/examples/moscow_ml/lexyacc/load 388share/doc/mosml/mosmllib/Word8Vector.html
389share/examples/moscow_ml/manual/Evaluate.sig 389share/doc/mosml/mosmllib/Word8VectorSlice.html
390share/examples/moscow_ml/manual/Evaluate.sml 390share/doc/mosml/mosmllib/idIndex.html
391share/examples/moscow_ml/manual/Expr.sml 391share/doc/mosml/mosmllib/index.html
392share/examples/moscow_ml/manual/Makefile 392share/doc/mosml/mosmlref.pdf
393share/examples/moscow_ml/manual/Makefile.w32 393share/mosml/tools/cutdeps
394share/examples/moscow_ml/manual/Reduce.sig 394share/mosml/tools/mosmldep
395share/examples/moscow_ml/manual/Reduce.sml 
396share/examples/moscow_ml/manual/load 
397share/examples/moscow_ml/mls/Makefile 
398share/examples/moscow_ml/mls/Makefile.w32 
399share/examples/moscow_ml/mls/mls.sml 
400share/examples/moscow_ml/modules/README 
401share/examples/moscow_ml/modules/array.sml 
402share/examples/moscow_ml/modules/bootstrap.sml 
403share/examples/moscow_ml/modules/choice.sml 
404share/examples/moscow_ml/modules/collect.sml 
405share/examples/moscow_ml/modules/matrix.sml 
406share/examples/moscow_ml/modules/poly.sml 
407share/examples/moscow_ml/modules/recursion.sml 
408share/examples/moscow_ml/modules/sieve.sml 
409share/examples/moscow_ml/parsercomb/Makefile 
410share/examples/moscow_ml/parsercomb/Parsercomb.sig 
411share/examples/moscow_ml/parsercomb/Parsercomb.sml 
412share/examples/moscow_ml/parsercomb/README 
413share/examples/moscow_ml/paulson/README 
414share/examples/moscow_ml/paulson/sample.sml 
415share/examples/moscow_ml/paulson/sample10.sml 
416share/examples/moscow_ml/paulson/sample2.sml 
417share/examples/moscow_ml/paulson/sample3.sml 
418share/examples/moscow_ml/paulson/sample4.sml 
419share/examples/moscow_ml/paulson/sample5.sml 
420share/examples/moscow_ml/paulson/sample7.sml 
421share/examples/moscow_ml/paulson/sample8.sml 
422share/examples/moscow_ml/paulson/sample9.sml 
423share/examples/moscow_ml/paulson/test10.sml 
424share/examples/moscow_ml/pretty/Makefile 
425share/examples/moscow_ml/pretty/Makefile.w32 
426share/examples/moscow_ml/pretty/ppexpr.sml 
427share/examples/moscow_ml/pretty/pproman.sml 
428share/examples/moscow_ml/small/README 
429share/examples/moscow_ml/small/countperms.sml 
430share/examples/moscow_ml/small/countqueens.sml 
431share/examples/moscow_ml/small/perms.sml 
432share/examples/moscow_ml/small/queens.sml 
433share/examples/moscow_ml/small/roman.sml 
434share/examples/moscow_ml/small/subsets.sml 
435share/examples/moscow_ml/small/subsum.sml 
436share/examples/moscow_ml/units/Evaluate.sig 
437share/examples/moscow_ml/units/Evaluate.sm 
438share/examples/moscow_ml/units/Evaluate.sml 
439share/examples/moscow_ml/units/Expr.sml 
440share/examples/moscow_ml/units/Makefile 
441share/examples/moscow_ml/units/Makefile.w32 
442share/examples/moscow_ml/units/Reduce.sig 
443share/examples/moscow_ml/units/Reduce.sml 
444share/examples/moscow_ml/units/Test.sml 
445share/examples/moscow_ml/units/load 
446share/examples/moscow_ml/weak/Makefile 
447share/examples/moscow_ml/weak/Makefile.w32 
448share/examples/moscow_ml/weak/README 
449share/examples/moscow_ml/weak/hashcons.sml 
450share/examples/moscow_ml/webserver/Makefile 
451share/examples/moscow_ml/webserver/README 
452share/examples/moscow_ml/webserver/echoserver.sml 
453share/examples/moscow_ml/webserver/minimalserver.sml 
454share/examples/moscow_ml/webserver/mosmlserver.sml 
455share/examples/moscow_ml/webserver/useit.sml 

cvs diff -r1.14 -r1.15 pkgsrc/lang/moscow_ml/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/moscow_ml/distinfo 2021/10/26 10:51:43 1.14
+++ pkgsrc/lang/moscow_ml/distinfo 2023/02/25 17:55:24 1.15
@@ -1,20 +1,7 @@ @@ -1,20 +1,7 @@
1$NetBSD: distinfo,v 1.14 2021/10/26 10:51:43 nia Exp $ 1$NetBSD: distinfo,v 1.15 2023/02/25 17:55:24 ryoon Exp $
2 2
3BLAKE2s (mos201src.tar.gz) = b4f2b99adb269b88e23ff3dbc2521238bf81f7e9ee7f6575da0df0668887db11 3BLAKE2s (mosml-ver-2.10.1.tar.gz) = b1cce201c3011a27f8f80be3a563b87ec67855f9600978059e76141cb0041f8b
4SHA512 (mos201src.tar.gz) = c08881cad23503bb57c7696ccfe16dd2f716ed423999018c3044266c9329a3175667c5294ef2eda83b5d1ef810fb7fc8e037f9d1fed3245da9dbbc895ad6e15c 4SHA512 (mosml-ver-2.10.1.tar.gz) = 1463ee8dbcd979795ceca0439c7b2d545520590e036bd0c428d9617802a4e40efba82caf0afd5e24761b857cceb63a69269bf765c91df27c3e5f84242519af60
5Size (mos201src.tar.gz) = 2314392 bytes 5Size (mosml-ver-2.10.1.tar.gz) = 2558644 bytes
6SHA1 (patch-aa) = ecbc1a268a8d3182068e9bd16036f220b39346c8 6SHA1 (patch-src_Makefile.inc) = db5d3b94a9df06e1d8f7308553cfff6daa4ed49c
7SHA1 (patch-ab) = f4f4d6307a145041e60322c91f1b5359c744cc93 7SHA1 (patch-src_dynlibs_intinf_Makefile) = c0ad341de2dff6a81164d30d65fbcde48318b0ed
8SHA1 (patch-ac) = 270c05d9e887b6f41619a9029c2e228b50f464eb 
9SHA1 (patch-ad) = d76f87ed98eb836e926d0781824531694b287ad7 
10SHA1 (patch-ae) = 0fe5481ee3abb8484340a2448572680a0f828030 
11SHA1 (patch-ba) = 2e6d61ef16ed7bc064d828fd22fc5c96e12cf357 
12SHA1 (patch-bb) = 7ec9c19d43a0d758ecc2655b7da131e58dbe9739 
13SHA1 (patch-bc) = 99953744072bb2ad603469b411b4bd5f33a935f7 
14SHA1 (patch-bd) = 3e73d03cec930463c0d3d1a2c3e874b0c8c8a459 
15SHA1 (patch-be) = 4742e5391e5ac9d7c5339c69b6d47d237659feed 
16SHA1 (patch-bf) = 3bafc00ea7b2fd8c7992f0dc36cb4467e6815de6 
17SHA1 (patch-bg) = 6ca89fb870ef066a2929b9cd7e38257c9380cd11 
18SHA1 (patch-bh) = e9a12cf9804e46379c9e97c567eef974a2f7ca62 
19SHA1 (patch-config_auto-aux_hasgot) = 9324b13d8e1fed1703b89c9572d47f1ebbbac231 
20SHA1 (patch-mosmlyac_main_c) = d9d6a624c33f96a25e866c64944d0f20cedea526 

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-aa

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-ab

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-ad

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-ae

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-ac

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-ba

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bb

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bc

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bd

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-be

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bf

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bg

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-bh

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-mosmlyac_main_c

File Deleted: pkgsrc/lang/moscow_ml/patches/Attic/patch-config_auto-aux_hasgot

File Added: pkgsrc/lang/moscow_ml/patches/patch-src_Makefile.inc
$NetBSD: patch-src_Makefile.inc,v 1.1 2023/02/25 17:55:24 ryoon Exp $

* Linux and the other Unix-like OSes should use CC as linker.

--- src/Makefile.inc.orig	2014-08-28 11:45:21.000000000 +0000
+++ src/Makefile.inc
@@ -62,10 +62,10 @@ UNAME_S := $(shell sh -c 'uname -s 2>/de
 # because maintaining the nesting to match is a pain.  If
 # we had "elif" things would have been much nicer...
 
-ifeq ($(UNAME_S),Linux)
+ifeq ($(UNAME_S), $(filter LINUX %BSD SOLARIS, $(UNAME_S)))
 	CPP=cpp -P -traditional -Dunix -Umsdos
 	STRIP=strip -S
-	LD=gcc -rdynamic -Wl,-rpath,$(LIBDIR)
+	LD=$(CC) -rdynamic -Wl,-rpath,$(LIBDIR)
 	DYNLD=gcc -shared
 endif
 ifeq ($(UNAME_S),Darwin) 	# For MacOS X, use the same as Linux except DYNDL

File Added: pkgsrc/lang/moscow_ml/patches/patch-src_dynlibs_intinf_Makefile
$NetBSD: patch-src_dynlibs_intinf_Makefile,v 1.1 2023/02/25 17:55:24 ryoon Exp $

--- src/dynlibs/intinf/Makefile.orig	2014-08-28 11:45:21.000000000 +0000
+++ src/dynlibs/intinf/Makefile
@@ -15,6 +15,7 @@ include ../../Makefile.inc
 ROOTDIR:=../..
 CFLAGS=-Dunix -O3 $(OPTS) $(ADDDYNLIBCFLAGS) -I$(CAMLRT) -I${GMPINCDIR}
 #CFLAGS=-Dunix -O2 $(OPTS) $(ADDDYNLIBCFLAGS) -I$(INCDIR) -I ${GMPDIR}
+LDFLAGS+=-L$(GMPLIBDIR)
 
 MOSMLTOOLS=camlrunm $(TOOLDIR)
 
@@ -31,7 +32,7 @@ intinf.o: intinf.c
 	$(CC) $(CFLAGS) -c -o intinf.o intinf.c
 
 libmgmp.so: intinf.o
-	$(DYNLD) -o libmgmp.so intinf.o -L$(GMPLIBDIR) -lgmp -lc
+	$(DYNLD) ${LDFLAGS} -o libmgmp.so intinf.o -lgmp -lc
 
 test:
 	echo $(CURDIR)