public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/files/
@ 2016-10-14 17:48 Amy Winston
  0 siblings, 0 replies; 3+ messages in thread
From: Amy Winston @ 2016-10-14 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     22a4a999c93f7ef4acb01f7c90f28d66849970aa
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Sep 29 16:45:21 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 17:34:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a4a999

dev-tcltk/blt: remove unused patch/file

 dev-tcltk/blt/files/blt2.4z-install.diff | 26 --------------------------
 dev-tcltk/blt/files/pkgIndex.tcl         |  2 --
 2 files changed, 28 deletions(-)

diff --git a/dev-tcltk/blt/files/blt2.4z-install.diff b/dev-tcltk/blt/files/blt2.4z-install.diff
deleted file mode 100644
index 184d7f7..00000000
--- a/dev-tcltk/blt/files/blt2.4z-install.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- blt2.4z/library/Makefile.in.jj	2003-07-09 20:18:32.000000000 +0100
-+++ blt2.4z/library/Makefile.in	2003-07-09 20:19:06.000000000 +0100
-@@ -58,7 +58,7 @@
- 	for i in $(miscFiles) ; do \
- 	    $(INSTALL_DATA) $(srcdir)/$$i $(INSTALL_ROOT)$(scriptdir) ; \
- 	done 
--	$(INSTALL_DATA) pkgIndex.tcl $(scriptdir)
-+	$(INSTALL_DATA) pkgIndex.tcl $(INSTALL_ROOT)$(scriptdir)
- 
- mkdirs:
- 	@for i in $(instdirs) ; do \
---- blt2.4z/Makefile.in.jj	2003-07-09 20:19:24.000000000 +0100
-+++ blt2.4z/Makefile.in	2003-07-09 20:19:46.000000000 +0100
-@@ -47,9 +47,9 @@
- 	(cd library; $(MAKE) install)
- 	(cd man; $(MAKE) install)
- 	(cd demos; $(MAKE) install)
--	$(INSTALL_DATA) $(srcdir)/README $(INSTALL_DIR)$(scriptdir)
--	$(INSTALL_DATA) $(srcdir)/PROBLEMS $(INSTALL_DIR)$(scriptdir)
--	$(INSTALL_DATA) $(srcdir)/NEWS $(INSTALL_DIR)$(scriptdir)
-+	$(INSTALL_DATA) $(srcdir)/README $(INSTALL_ROOT)$(scriptdir)
-+	$(INSTALL_DATA) $(srcdir)/PROBLEMS $(INSTALL_ROOT)$(scriptdir)
-+	$(INSTALL_DATA) $(srcdir)/NEWS $(INSTALL_ROOT)$(scriptdir)
- 
- mkdirs:
- 	@for i in $(instdirs) ; do \

diff --git a/dev-tcltk/blt/files/pkgIndex.tcl b/dev-tcltk/blt/files/pkgIndex.tcl
deleted file mode 100644
index 7911d85..00000000
--- a/dev-tcltk/blt/files/pkgIndex.tcl
+++ /dev/null
@@ -1,2 +0,0 @@
-package ifneeded BLT 2.4 [list load [file join $dir .. libBLT24.so]]
-package ifneeded BLTlite 2.4 [list load [file join $dir .. libBLTlite24.so]]


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/files/
@ 2019-11-12 19:57 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2019-11-12 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     620276b5ee5b832194a5aac851eda59f0d31e979
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 19:56:50 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 19:56:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620276b5

dev-tcltk/blt: Fix some segmentation fault

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/blt/files/blt-2.4z-gentoo.patch | 72 +++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/dev-tcltk/blt/files/blt-2.4z-gentoo.patch b/dev-tcltk/blt/files/blt-2.4z-gentoo.patch
index c0d0d7f7bfe..b1dac41eea0 100644
--- a/dev-tcltk/blt/files/blt-2.4z-gentoo.patch
+++ b/dev-tcltk/blt/files/blt-2.4z-gentoo.patch
@@ -48,3 +48,75 @@
  	Tk_DrawChars(display, drawable, gc, font, fragPtr->text,
  	    fragPtr->count, x + fragPtr->x, y + fragPtr->y);
  #else
+--- a/src/bltWindow.c	2019-11-12 20:38:50.348383884 +0100
++++ b/src/bltWindow.c	2019-11-12 20:48:05.553043414 +0100
+@@ -362,6 +362,9 @@
+     Atom windowAtom;		/* Atom for TK_WINDOW. */
+     Atom clipboardAtom;		/* Atom for CLIPBOARD. */
+     Atom utf8Atom;		/* Atom for UTF8_STRING. */
++#if (TK_VERSION_NUMBER >= _VERSION(8,6,0))
++    Atom atomPairAtom;          /* Atom for ATOM_PAIR. */
++#endif
+ 
+     Tk_Window clipWindow;	/* Window used for clipboard ownership and to
+ 				 * retrieve selections between processes. NULL
+@@ -391,6 +394,7 @@
+     Atom appNameProperty;	/* X's name for property used to hold the
+ 				 * application name on each comm window. */
+ 
++#if (TK_VERSION_NUMBER < _VERSION(8,6,0))
+     /*
+      * Information used by tkXId.c only:
+      */
+@@ -408,7 +412,7 @@
+ 				/* If set, it means a call to WindowIdCleanup
+ 				 * has already been scheduled, 0 means it
+ 				 * hasn't. */
+-
++#endif
+     /*
+      * Information used by tkUnixWm.c and tkWinWm.c only:
+      */
+@@ -417,6 +421,7 @@
+     struct TkWmInfo *foregroundWmPtr;
+ 				/* Points to the foreground window. */
+ 
++#if (TK_VERSION_NUMBER < _VERSION(8,6,0))
+     /*
+      * Information maintained by tkWindow.c for use later on by tkXId.c:
+      */
+@@ -428,6 +433,7 @@
+ 				 * can re-use ids in windowStackPtr when
+ 				 * server has seen this request and event
+ 				 * queue is empty. */
++#endif
+ 
+     /*
+      * Information used by tkVisual.c only:
+@@ -460,7 +466,13 @@
+ 				 * display. */
+     Window mouseButtonWindow;	/* Window the button state was set in, added
+ 				 * in Tk 8.4. */
++#if (TK_VERSION_NUMBER >= _VERSION(8,6,0))
++    Tk_Window warpWindow;
++    Tk_Window warpMainwin;	/* For finding the root window for warping
++				 * purposes. */
++#else
+     Window warpWindow;
++#endif
+     int warpX;
+     int warpY;
+ 
+@@ -475,7 +487,11 @@
+ 
+     int iconDataSize;		/* Size of default iconphoto image data. */
+     unsigned char *iconDataPtr;	/* Default iconphoto image data, if set. */
+-
++#if (TK_VERSION_NUMBER >= _VERSION(8,6,0))
++#ifdef TK_USE_INPUT_METHODS
++    int ximGeneration;          /* Used to invalidate XIC */
++#endif /* TK_USE_INPUT_METHODS */
++#endif
+ } TkDisplay;
+ 
+ #else


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/files/
@ 2023-04-14 16:56 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-04-14 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f1923d69cd685dcb2ba19af2eebfb997af747e80
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 16:54:51 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 16:55:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1923d69

dev-tcltk/blt: another fix for parallel install

Closes: https://bugs.gentoo.org/903895
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch b/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
index 7bad79a75610..81221ed6b7f4 100644
--- a/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
+++ b/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
@@ -10,3 +10,14 @@
  
  install-mann: $(MAN_N)
  	for i in *.n ; do \
+--- a/demos/Makefile.in	2023-04-14 18:50:47.196822925 +0200
++++ b/demos/Makefile.in	2023-04-14 18:50:54.448710445 +0200
+@@ -47,7 +47,7 @@
+ 
+ all:
+ 
+-install: mkdirs install-bitmaps install-images install-scripts 
++install: install-bitmaps install-images install-scripts 
+ 
+ install-scripts: 
+ 	for i in $(srcdir)/scripts/*.tcl ; do \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-14 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/files/ Amy Winston
  -- strict thread matches above, loose matches on Subject: below --
2019-11-12 19:57 Alfredo Tupone
2023-04-14 16:56 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox