summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2022-07-17 21:09:10 +1000
committerMark Wright <gienah@gentoo.org>2022-07-17 21:09:10 +1000
commit6c807fa38179efb2bfe09acf1a332c7bdf7fe0c0 (patch)
treeb8ac6e55f1dd01af951183490ad83ad105c8aa6f /dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch
parentapp-accessibility/speechd-el: bump to 2.11 (diff)
downloadgentoo-6c807fa38179efb2bfe09acf1a332c7bdf7fe0c0.tar.gz
gentoo-6c807fa38179efb2bfe09acf1a332c7bdf7fe0c0.tar.bz2
gentoo-6c807fa38179efb2bfe09acf1a332c7bdf7fe0c0.zip
dev-lang/teyjus: Unbundle ocaml inc files, require ocaml[ocamlopt]
Fix 749996, unbundle old ocaml include files, and include the ocaml system include files. Fix 749996, remove the ocamlopt USE flag, and require dev-lang/ocaml[ocamlopt]. Fix 726890, edit source/OMakefile to set CFLAGS and LDFLAGS. Thanks to Toralf Forster and Agostino Sarubbo for reporting. See also: https://github.com/teyjus/teyjus/pull/126 Closes: https://bugs.gentoo.org/749996 Closes: https://bugs.gentoo.org/811210 Closes: https://bugs.gentoo.org/726890 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch')
-rw-r--r--dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch b/dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch
new file mode 100644
index 000000000000..d2ba3758315b
--- /dev/null
+++ b/dev-lang/teyjus/files/teyjus-2.1-p006-Version.patch
@@ -0,0 +1,13 @@
+# https://github.com/teyjus/teyjus/issues/117 Version number not updated in release 2.1
+
+--- teyjus-2.1-orig/source/front/parseargs.ml 2015-07-06 08:07:17.000000000 +1000
++++ teyjus-2.1/source/front/parseargs.ml 2022-07-17 13:47:19.844819942 +1000
+@@ -24,7 +24,7 @@
+ in
+ List.flatten (List.map seperate dualSpecList)
+
+-let version = "2.0-b2"
++let version = "2.1"
+
+ let printVersion () =
+ print_endline ("Teyjus version " ^ version) ;