From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5D58158064 for ; Wed, 8 May 2024 10:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3793FE2D50; Wed, 8 May 2024 10:45:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19B61E2D50 for ; Wed, 8 May 2024 10:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4875A3430F9 for ; Wed, 8 May 2024 10:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABEE9F34 for ; Wed, 8 May 2024 10:45:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715164972.e88c6db1a899e68c63eb63fb177677aba929cb8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libggi/, media-libs/libggi/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libggi/files/libggi-2.2.2-incompatible-types.patch media-libs/libggi/libggi-2.2.2-r1.ebuild media-libs/libggi/libggi-2.2.2-r2.ebuild X-VCS-Directories: media-libs/libggi/ media-libs/libggi/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e88c6db1a899e68c63eb63fb177677aba929cb8e X-VCS-Branch: master Date: Wed, 8 May 2024 10:45:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36a4ebe5-2ea7-47ce-9afc-e735b0de5f75 X-Archives-Hash: db99aca10ba10759818ca0887b3269ab commit: e88c6db1a899e68c63eb63fb177677aba929cb8e Author: NHOrus yahoo com> AuthorDate: Wed Mar 27 20:33:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 8 10:42:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88c6db1 media-libs/libggi: Fix incompatible function pointer types Closes: https://bugs.gentoo.org/880931 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/35955 Signed-off-by: Sam James gentoo.org> media-libs/libggi/files/libggi-2.2.2-incompatible-types.patch | 11 +++++++++++ .../libggi/{libggi-2.2.2-r1.ebuild => libggi-2.2.2-r2.ebuild} | 1 + 2 files changed, 12 insertions(+) diff --git a/media-libs/libggi/files/libggi-2.2.2-incompatible-types.patch b/media-libs/libggi/files/libggi-2.2.2-incompatible-types.patch new file mode 100644 index 000000000000..fdfbccb10f2a --- /dev/null +++ b/media-libs/libggi/files/libggi-2.2.2-incompatible-types.patch @@ -0,0 +1,11 @@ +--- a/display/X/helper/dga/dga.c 2024-03-27 20:58:09.954061371 +0400 ++++ b/display/X/helper/dga/dga.c 2024-03-27 20:58:26.408971886 +0400 +@@ -261,7 +261,7 @@ + + /* This function performs the CheckMode operation and returns + * the number of the best mode. */ +-static int ggi_xdga_validate_mode(ggi_visual * vis, int num, ++static int ggi_xdga_validate_mode(ggi_visual * vis, long int num, + ggi_mode * mode) + { + ggi_x_priv *priv; diff --git a/media-libs/libggi/libggi-2.2.2-r1.ebuild b/media-libs/libggi/libggi-2.2.2-r2.ebuild similarity index 96% rename from media-libs/libggi/libggi-2.2.2-r1.ebuild rename to media-libs/libggi/libggi-2.2.2-r2.ebuild index 5c776bc44459..ad874eeb201b 100644 --- a/media-libs/libggi/libggi-2.2.2-r1.ebuild +++ b/media-libs/libggi/libggi-2.2.2-r2.ebuild @@ -29,6 +29,7 @@ DOCS=( ChangeLog ChangeLog.1999 FAQ NEWS README ) PATCHES=( "${FILESDIR}/${P}-slibtool.patch" # 775584 + "${FILESDIR}/${P}-incompatible-types.patch" # 880931 ) src_prepare() {