* [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/files/
@ 2023-01-25 21:35 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-01-25 21:35 UTC (permalink / raw
To: gentoo-commits
commit: 2e9553e0b6286334f567b8c14abc68aa86ad48ea
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 21:34:25 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 21:35:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9553e0
dev-ml/labltk: add internal deps
Closes: https://bugs.gentoo.org/882021
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/labltk/files/labltk-8.06.12-shuffle.patch | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
index 7d5c94356c5c..005c7264a8b4 100644
--- a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
+++ b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
@@ -10,3 +10,12 @@
depend: parser.ml parser.mli lexer.ml pplex.ml ppyac.ml ppyac.mli
$(CAMLDEP) *.mli *.ml > .depend
+--- a/browser/Makefile 2023-01-25 22:29:40.784044151 +0100
++++ b/browser/Makefile 2023-01-25 22:29:56.579838693 +0100
+@@ -18,3 +18,6 @@
+
+ dummy.ml:
+ cp dummyUnix.ml dummy.ml
++
++shell.cmo : dummy.cmo
++shell.cmx : dummy.cmx
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/files/
@ 2023-03-09 11:02 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-03-09 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 99031bb7302f11c88481f503e3ea753c88a7b9e8
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 10:58:11 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 11:01:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99031bb7
dev-ml/labltk: fix dependency
Closes: https://bugs.gentoo.org/894718
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/labltk/files/labltk-8.06.12-shuffle.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
index 005c7264a8b4..482b18370ad6 100644
--- a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
+++ b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
@@ -19,3 +19,18 @@
+
+shell.cmo : dummy.cmo
+shell.cmx : dummy.cmx
+--- a/browser/.depend 2023-03-09 11:54:40.849960961 +0100
++++ b/browser/.depend 2023-03-09 11:55:21.041342177 +0100
+@@ -117,10 +117,12 @@
+ shell.cmo : ../labltk/winfo.cmi ../labltk/toplevel.cmi ../labltk/tk.cmo \
+ ../support/timer.cmi ../labltk/text.cmi ../labltk/menu.cmi list2.cmo \
+ lexical.cmi jg_toplevel.cmo jg_tk.cmo jg_text.cmi jg_message.cmi \
++ dummy.cmo \
+ jg_menu.cmo jg_memo.cmi fileselect.cmi ../support/fileevent.cmi shell.cmi
+ shell.cmx : ../labltk/winfo.cmx ../labltk/toplevel.cmx ../labltk/tk.cmx \
+ ../support/timer.cmx ../labltk/text.cmx ../labltk/menu.cmx list2.cmx \
+ lexical.cmx jg_toplevel.cmx jg_tk.cmx jg_text.cmx jg_message.cmx \
++ dummy.cmx \
+ jg_menu.cmx jg_memo.cmx fileselect.cmx ../support/fileevent.cmx shell.cmi
+ typecheck.cmo : ../labltk/tk.cmo ../labltk/text.cmi mytypes.cmi jg_tk.cmo \
+ jg_text.cmi jg_message.cmi typecheck.cmi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/files/
@ 2024-06-05 8:13 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-06-05 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 847abbf57304c0d341457f67c896f6cc49439041
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 08:11:58 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 08:12:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847abbf5
dev-ml/labltk: fix make
Closes: https://bugs.gentoo.org/915315
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/labltk/files/labltk-8.06.12-shuffle.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
index 482b18370ad6..62fd8997f212 100644
--- a/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
+++ b/dev-ml/labltk/files/labltk-8.06.12-shuffle.patch
@@ -34,3 +34,13 @@
jg_menu.cmx jg_memo.cmx fileselect.cmx ../support/fileevent.cmx shell.cmi
typecheck.cmo : ../labltk/tk.cmo ../labltk/text.cmi mytypes.cmi jg_tk.cmo \
jg_text.cmi jg_message.cmi typecheck.cmi
+--- a/browser/Makefile.shared 2024-06-05 10:08:38.886219581 +0200
++++ b/browser/Makefile.shared 2024-06-05 10:06:05.142920155 +0200
+@@ -71,4 +71,7 @@
+
+ shell.cmo: dummy.cmi
+
++dummy.cmi: dummy.ml
++ $(CAMLCOMP) $(INCLUDES) $<
++
+ include .depend
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-05 8:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/files/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-06-05 8:13 Alfredo Tupone
2023-01-25 21:35 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox