diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-04 08:14:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-04 08:14:38 +0100 |
commit | f4e04dc11a0252f8c6c535b7538703974cd06ea0 (patch) | |
tree | 6ba3be4a2ac2e0f44768521ed50444220fcfec85 /x11-libs/libXaw3d | |
parent | ba32ac7204934e0c69e1cc7529edce6efdbeb265 (diff) |
gentoo auto-resync : 04:04:2024 - 08:14:38
Diffstat (limited to 'x11-libs/libXaw3d')
-rw-r--r-- | x11-libs/libXaw3d/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/libXaw3d/files/libXaw3d-1.6.5-c99.patch | 39 | ||||
-rw-r--r-- | x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild | 37 |
3 files changed, 0 insertions, 79 deletions
diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest index 924f7730ce0e..eca21dd7f1a6 100644 --- a/x11-libs/libXaw3d/Manifest +++ b/x11-libs/libXaw3d/Manifest @@ -1,6 +1,3 @@ -AUX libXaw3d-1.6.5-c99.patch 1677 BLAKE2B fbf1666fc9e06ed7f14feec41a479f144beffc2f7f7b03c5ae8ec8ebeac387c641466efd0af6c447b800aeac4bdb3cc05025b7500a5f36fa6c9e3f879028421c SHA512 8d781999115335a2a7774bf94f4503fa7cc9e91eae5ebde5ae5305fdf968521c17a594f2d40673364c59cf038cfc14e5a13b48031e5eb767190edb5165f48488 -DIST libXaw3d-1.6.5.tar.xz 483496 BLAKE2B 54dc1bb06b40685e3e2f00bc1aa8447a23ff61226c0b8d20cb0fe070bb7d914290cc4a5f2c70925da528bd9f02a283748178cb2b17111a56fbcc938a1eae25c9 SHA512 b2fbceffcbaff7c332f37769fd6b496ac820de8a80fbf9777416f1895b74a07e4efc3f2bd64db3f584983b24d2b10e9b60cf4aae3ec4a30c06510ae7c213a663 DIST libXaw3d-1.6.6.tar.xz 482040 BLAKE2B d0c7be64283837a7b32f67a2671eebd6d608818819afc4055c360d46152a3348d895159e9a7b7321913b2fea5ec8c587043e921127043d4d37f929a4b71bd27d SHA512 f324ddb1117ae6f8d50137390b2e82b638b53a6b170cce8f7bd8108fd98ce956badc7dede6b49065419f1565f9f4304571880842e799f7f48fb36bebe3dc3603 -EBUILD libXaw3d-1.6.5-r1.ebuild 805 BLAKE2B 1e7631a4a668d272ab47dcffc2a773c75730e614206597cee98f9088434e3ab1f9411aa40670ce7c42361dacbdac09526d80548cf5910b4780f41171605175c2 SHA512 a614be58044ff75eb14b490207f35079ce0f2323cedfb5db1b45d5b63e2330e0f2f297eb85b45cb88e4bbb612930dfd1a7b492323e5aeb0de876dc642b9550c4 EBUILD libXaw3d-1.6.6.ebuild 755 BLAKE2B 2eb6cc33d8713f8461d5da4cff0b567604cc720bc067d0260f8c07670ca0816944f13df7d526febf28508ee3f583495f4f7a2c63db0c4f66a39d9392b8b803f1 SHA512 e9cc2e44a22fe524d83277be1f9b125589afb8109d63cdd5d3c1d3666a9117b69243273ede385fc0775e197127a1adbca2cfe371cbc243f9477eb5b523004e77 MISC metadata.xml 339 BLAKE2B 60635a05848869d4aba7783f45cb02a672045a8a9b1bed933f1587ecd0ab81aa32ecc63e8a6742b4eee50a14c3e32b17b6bf14b3797e5f11e0dd74a8b582b4bf SHA512 1ed17cca85445b70786acfd900c7a75eb765001e7218e576356ef76d3e9e6399df3a45413f4650e555d2404d0c9e5f0f20f814c1bc1d08e1e8138aedbacfe50d diff --git a/x11-libs/libXaw3d/files/libXaw3d-1.6.5-c99.patch b/x11-libs/libXaw3d/files/libXaw3d-1.6.5-c99.patch deleted file mode 100644 index 95b96f627ed3..000000000000 --- a/x11-libs/libXaw3d/files/libXaw3d-1.6.5-c99.patch +++ /dev/null @@ -1,39 +0,0 @@ -https://bugs.gentoo.org/919373 -https://gitlab.freedesktop.org/xorg/lib/libxaw3d/-/merge_requests/10 - -From 7b4af57e8a1471747e17fff184032d8250e598b6 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith <alan.coopersmith@oracle.com> -Date: Thu, 7 Dec 2023 18:01:47 -0800 -Subject: [PATCH] Multisink.c: Clear -Werror=incompatible-pointer-types error -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -MultiSink.c: In function ‘SetValues’: -MultiSink.c:582:18: error: passing argument 1 of ‘SetTabs’ from - incompatible pointer type [-Werror=incompatible-pointer-types] - 582 | SetTabs( w, w->text_sink.tab_count, w->text_sink.char_tabs ); - | ^ - | | - | MultiSinkObject {aka struct _MultiSinkRec *} -MultiSink.c:99:21: note: expected ‘Widget’ {aka ‘struct _WidgetRec *’} - but argument is of type ‘MultiSinkObject’ {aka ‘struct _MultiSinkRec *’} - 99 | static void SetTabs(Widget, int, short *); - | ^~~~~~ - -Adopts change originally made to libXaw in XFree86 4 - -Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> ---- a/src/MultiSink.c -+++ b/src/MultiSink.c -@@ -579,7 +579,7 @@ SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *nu - if ( w->multi_sink.fontset != old_w->multi_sink.fontset ) { - ((TextWidget)XtParent(new))->text.redisplay_needed = True; - #ifndef NO_TAB_FIX -- SetTabs( w, w->text_sink.tab_count, w->text_sink.char_tabs ); -+ SetTabs((Widget)w, w->text_sink.tab_count, w->text_sink.char_tabs); - #endif - } - --- -GitLab diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild deleted file mode 100644 index c2cf86b8b27b..000000000000 --- a/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Xaw3d library" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="xpm" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXt - xpm? ( x11-libs/libXpm )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.5-c99.patch -) - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - --enable-internationalization - $(use_enable xpm multiplane-bitmaps) - --enable-gray-stipples - --enable-arrow-scrollbars - ) - xorg-3_src_configure -} |